Hello everyone
I have a stop line in chart which is red .
And I want to comment the distance between close 0 and stop line in pips .
I use this way :
Close 0 - Stop line
If it is negative * -1
Then * 10 000
Like this :
1.12767 - 1.13597 = - 0.0083
- 0.0083 * -1 = 0.0083
0.0083 * 10 000 = 83 pips
Does anyone know a better way that is suitable for all pairs and currency ? ? ? ? ? ?
I want to calculate the distance between current price and my virtual stop line .







