How do you calculate distance between 2 prices?
-
In the example below we have 2 prices:
1.07262
1.06262
Distance of 1000 pointsHow do you calculate this distance? can give an example using the formula block.

-
@ontradingx High - low, use a variable to store the value.
-
@jstap no.
I want the calculation, what you mentioned there is to locate a top and a bottom, I already have the top and bottom values there, I want to know how the calculation is done to reach 1000 points. -
@ontradingx No mate high - low is the distance, to put it simply 3000 - 2000 = 1000.