High/Low Variable for Multi Symbol
-
https://fxdreema.com/shared/TXc7CAI4e
Above is a test project. I want to draw a line at high price and lowest price at whatever time range. When working with a single pair its works fine.
How to store the high/low of price into a variable when using multiple symbols?
-
@vonmunchy Do you mean showing the lines on the same chart? That cannot be done. You can draw lines only on the active chart. You will need to run teh EA on different charts at the same time for each symbol.
-
@l-andorrĂ okey thanks.
-
@vonmunchy You're welcome.