Numbers and letters.
-
Because when I save a value of an indicator in a variable I get numbers and letters'

-
Hello @Juan-Manuel-Quiñonero
It is a number as floating-point arithmetic
1.13477e-05 = 1.13477x10(exp -05) = 1.13477/100000 = 0.0000113477
-
How can I keep the distance between the two lines of the previous photograph in a variable in pip.
-
A distance between two levels comes in points or "pips as a price fraction".
This could be an approach
Storage the distance in a variable -> dist_points = (Upper Level - Lower Level)
Convert to pips -> dist_pips = (dist_points / pointsize)Example:
EURUSD, (pointsize customized) = 0.0001

dist_points = (1.25651 - 1.25632) = 0.00019 points
dist_pips = (0.00019 / 0.0001) = 1.9 pipsYou can get the PointSize of the forex pair in the Market Properties menu

-
Gracias Jose, haber si hablamos.
-

How to do so that the result of the subtraction is valid for all pairs.
Some example please. -
I work well less in JPY pairs.
