Need a custom MQL Code to remove the EA.
-
I need a custom MQL code for "Custom MQL Code" block for remove the EA from the chart once conditions are false. (Conditions can be get from the "Condition" blocks)
the removing conditions may be met in the OnInit event or OnTick event. but the condition can set using "Condition blocks"
-
@jstap , @l-andorrà can you help me with this guys...?
-
Use the terminate block, I prefer to stop it working until it's ready to trade
-
@jstap I tried it.. but didn't work for me, I used RemoveExpert();
in a custom MQL code block.
then it worked..