Expert Advisor self terminated?
-
Hi, I have an EA that im trying to back test with a custom indicator that after the first trade it self terminates and than i get black and white lines across the chart. It only has once indicator and its the only one i have come across that has done this so far. I tried changing the setting from every tick to control points and she runs through about 4 trades before doing the same. My cpu is sold so its not that. Journal shows no errors on that the EA self terminated. Any advice would be much appreciated. Thanks

-
The indicator is suspicious. I guess that it loads again and again, you can see that in the logs. Check if its input parameters are correct again.
-

me too i had the same problem here
-

@fxDreema please help me it keeps self terminating in my backtest. is this happen only in backtest ? and is this normal? i have checked all the indicator and setting.. and reset .. but still keeps terminate
-
@haniff-0
your borker doesn't allow more than 65 units in volume, you can input this value on the buy/sell block with volume upper limit with 64 so you should have no issue
or once above this trade more orders each below 65 -
thank you @bk7 .. i will update here after modifying the block
-
@bk7 still self teminated after i modify to just 25
-
@haniff-0
which error does it show? -
@bk7 it is okay now.. i decrease the volume to 10....
:)))))) thank you