Print text on chart with pips difference
-
Hello traders..!
The thing is, I need to know how I can print on text the distance in pips between two horizontal lines placed on the graph.
I hope you can help me.
Regards.!
-
@garciachecodavid You need to store both price values on two different variables. Then use the 'Formula' block to subtract the lower one from the higher one. That result will be stored into a third variable than can be visualized by using a 'Comment' block.