how to determine the pip value of multi candles
-
Hi Dreema,
I what to determine the pip value of 4 candles, (the highest to the Lowest point)
Your help will be greatly appreciated!
Wapen
-
Well, the difference can be calculated, let's say in one "Formula" block. Then the conversion into pips is the problem, because fxDreema does not have special methods to convert values. In the code I use a function created by me called toPips(), but I will never recommend to someone to use functions created by me
