How to draw an object on another active chart
-
Hi
Busy trying to have an EA (as part of one of its outputs) draw an arrow on another chart. For example if the EA is running on GBP and the conditions are met I would like it to draw an arrow on the EUR chart. I tried modifying the draw object block to specify the symbol but does not seem to work. I know the conditions leading up to this because all other outputs before and after this block ruin. Any advice?

-
So you mean running the bot on one chart and make it drw a lino on a different ? AFAIK no block in fxDreema can do that. You will need custom code for it.
-
Did you solve the issue?
-
i Think i find a way, just where you want to draw the arrows like for example in GBPUSD, just activate the EA in GBPUSD for deploy the arrows, but make the patron recognition using the symbol filter in the other pair.
It is clearly?