deactivating other robot
-
because of my limitation in my free account(just 10 connections) i want to build 3 robots , two for trading and one for controlling like spread filteration or whatever... !!! .
how can i avoid my other two robots from trading when some condition is met.like spread is more than 3 pip ,or ...
i know about robots magic number.in which block can i put magic number for deactivating that robot? -
@ali-pahlawan The group in each block add onto magic so if magic is 1000, and group is 5 then the magic for these trades becomes 1005, if magics are same and bot is only permitted 1 trade on symbol that is all you will get.
-
@ali-pahlawan That is a risky thing to do... However, I recommend that one only EA should be used for openening trades and all other EAs dedicated only to manage open trades. For those managing trades you should use this option:

And also what jstap recommends.