How to load EA on one chart only but allowing it to watch several charts?
-
I've seen this in action so I know it can be done, but I can't figure it out. I want to load an EA on only 1 chart, but it should be able to watch several charts and make trades if the conditions are met. Has anyone here been able to do this? Any feedback will be greatly appreciated.
-
@fxbam There is a block called set market for next blocks, any blocks that have symbol below will be changed, any blocks that can't wont, I personally just add the EA to different charts.
-
My goal is to target a specific variety of currency pairs from one chart. When the changes are made to that EA on the main chart then it will apply to any other position it takes on another pair.
-
@fxbam As I said I don't use this but depending on requirements that block will do that.
-
I'll give it a try, thank you for the suggestion.