restart EA with different Magic number
-
can you give me example?
-
Hi,
If EA is running and on profit it modifys SL and TP of current order so it is profitable. How do i leave this order run in background and restart EA to start new cycle?
Curently I can do this manualy in MT4 trader by changing magic start number. Is there any block that inloop away on profit change Magic number?
Thnx.
-
There is an input parameter called "MagicStart" - this is magic number basically. But if in blocks you have Group number different than 0 (or empty), then that EA uses multiple magic numbers, because...
magic number = MagicStart + Group number.