Variable declaration (Initial)
-
-
When we declare and assign a variable initial value we have options double, bool, string etc.
-
How would I initialize the value of 15 pips.
?... a double would be .0015 ( I think Yes);
? ... However can I simply assign a pip value in pips; of lets say 15 pips. If so how can I assign initial pip value ?? What is the proper method for declaring and assigning initial pip value?
-
-
@vancedavid normally is int 15 and in the project that 15 according to the block used it can be understood as pips
-
Thank You Miki,
I really appreciate your help.