script for all theater
-
i create script its working on one chart only,how to apply for all charts,if any coding required plz send here
-
That depends on what it is supposed to do: opening all charts or closing them all?
-
I create horizontal line on days low I want to apply all charts as script
-
@priyaavatar Then you need to use this block on top of you project:

You need to add all charts you need there comma separated.
-
OK sir I try and postyu than u
-
-
I APPLYED but not working,if i write one symbol its work on one chart,
-
Can you please share the link to the project instead? That would help.
-
@priyaavatar
May be you can try changing the names of input variables. Because compiler reports possible name conflicts. -
If I apply the script in eurusd,the eurusd day low is 1.23000 this line level is same on another pairs,but another pairs low is different I will share my project
-
-
@priyaavatar
Have you tried place once the bar above as the second?
It seems that once per bar is just once per bar!!! It is done and finished the job after pass once for one pair, so did not pass for other pairs! -
https://fxdreema.com/shared/nMB0HQ80c not working sir
-
@priyaavatar
I tried with my tests and the block really not working -
I'm not sure "set current market" works on script
-
@ambrogio
I've tested it in EA -
@sktsec it works for me in the EA
-
@sktsec or better: it works to place orders or condition, but not to draw object on other charts. You are right this way
-
its worked on ea and worked on script on only one chart,i think common thing only applied on all charts,like delete all objects,candle colours.background etc.but not draw objects because of price level different than other pairs i think
-
Fxdreema objects are always linked to the chart EA is on.
If you want to draw objects to other charts, you need to use custom code instead of the default blocks.
