Forum

Backtest found hit nonexisting TP many times

Hi All, I have a problem with my EA that I'm testing ( 15 minutes timeframe ) Sometimes it hit TP from my OrderSend() that already specified "Take profit" value. it shouldn't hit those TP, if price does not exists, I found the issue only TP but not SL. Please suggest. Thank you very much

OnTick() is it always complete process inside function?

Hi There, I'm wondering something, now I'm developing EA that would normally check Daily Trend and calculate many things with H1,M15. mostly data come from iClose(), iHigh() by multi Timeframe, then it will check with current opened order and process with some Indicator. I notice sometimes market