Adam Beck / Profile
- Information
6+ years
experience
|
0
products
|
0
demo versions
|
11
jobs
|
0
signals
|
0
subscribers
|
Adam Beck
Added topic Metatrader not saving EA settings in Backtest
Hey, I get a really annoying problem these days. After resetting my OS and installing Metrader 5, each time I want to run an EA in the Tester, I'm not able to change the input parameters . They are automatically reseted to the default parameters in
Adam Beck
Left feedback to customer for job Historische Daten vom SERVER herunterladen
Unkompliziert und Zielorientiert. Guter Kunde.
Adam Beck
Left feedback to customer for job EMA Handel für DAX / USD-JYP / EUR-USD
Konkrete Beschreibung, höflicher Umgangston. Alles in allem ein Top Kunde.
Adam Beck
Left feedback to customer for job Handelsroboter welcher den Ansatz der Roulette-Verdopplungstaktik anwendet
Unkompliziert und freundlich. Insgesamt ein guter Kunde.
Adam Beck
Left feedback to customer for job Boolinger bands ea for mt5
Knows what he/she wants! Good Customer.
Adam Beck
Added topic AlgLib: How to use RMatrixSolve in MQL5
I have a problem with setting input values for the AlgLib operation of RMatrixSolve. Aspecially, I don't know how to fill Input matrix (type CMatrixDouble) with my values. Hears a part of the code. Globals: double Res_1[4]; CMatrixDouble Mas_1(4,4);

Adam Beck
2018.04.26
:-D..Tried it for one day, and now, one minute after I posted my question, found the answer myself.
For CMatrixDouble the .Set funktion hast to be used
i.e:
Mas_1[Row].Set(Colum,Value);
For CMatrixDouble the .Set funktion hast to be used
i.e:
Mas_1[Row].Set(Colum,Value);
: