tradefy
tradefy
tradefy
Added topic Advice on optimization, specially lookback period.
Hy guys! I would need some advice and opinions how far to lookback when optimizing parameters and how often should I optimize? Should I consider updating parameters every week or even day, to include most current data  or is it enough to do it
tradefy
Added topic Backtesting issue with 1min OHLC and ticks.
Hy guys! I hope someone can help me with the following problem: How can I reach the same or very close results by testing my EA on tick and 1min OHLC. My EA takes a trade after a specific level has been reached, calculates SL,TP right after and
tradefy
Added topic How can I return 2 different values when using if, else?
Hy guys, simple question and don't know what its wrong here. Please have a look:     if( cond1 && cond2){                                   
tradefy
Added topic How can I set Hours and Minutes as input parameters and use it in my function.
Hy guys, new to mql5 and trying hard to understand it. Please help me with the following issue, I am trying to find a solution since 2 days without success.  //Global paramters// input parameter opentime = "12:00" (??) //Get the local time//
tradefy
Added topic Declaration of 'varaible 1' hides global variable (warning) Please help, cannot find the solution sine hours!
Hy guys, please help me the following issue. I researched for many hours already and cannot fix this issue. mq4 file: #include <TEST.mqh> // Input parameters input int variable1  = 10; input double variable2 = 20; No warning when I only
tradefy
Registered at MQL5.community