Alon D
Alon D
Freelancer programmer at
Friends 1
Alon D
Added topic Optimizing strategies
Has there been any study about the best strategies to optimize? Right now I'm asking myself if it's best to test over a long period of time (a few months) or to re-test once a day over a short period of a couple of weeks. Testing over a short period
Alon D
Added topic Creating links between inputs for strategy tester
Hello Is it possible to link several inputs before testing? For example, if I have 1 boolean input and 1 double input, and when the boolean is set to false, I don't want the strategy tester to bother testing all the range of the double input because
Alon D
Added topic Question about margin
Hello, I opened a demo account with a 1:1 leverage with a certain broker. I am trading Gold (XAUUSD), so contract size is 100 I have 50,000 EUR in the account. And I opened a BUY with trade size of 0.1 The current price was 1870.00 on MT5 I see that
Alon D
Added topic onTradeTransaction not triggered
Calling positionClose from the CTrade class doesn't trigger the  onTradeTransaction   event. Is there a different way I should close a position
Alon D
Added topic Subtracting 2 doubles
I have this code:    double previousBar_open = ( double ) iOpen ( _Symbol , PERIOD_CURRENT , 1 );    double previousBar_close = ( double ) iClose ( _Symbol , PERIOD_CURRENT , 1 );    double previousBarDifference =
Alon D
Added topic Problems back-testing my bot
Hello, I wrote a simple bot with MQL5. It only has 2 input parameters (SL and TP distance) When I run strategy tester I get no results. It just shows as if it's working forever. Any other bot I'm testing has no problems. Do I need to do something
Alon D
Registered at MQL5.community
12