Quote:
|
Originally Posted by ValeoFX
The latest version also truncate the last 2 digits as you can see from my posting above here.
Any suggestions? Thanks in advance.
EDIT>>>>>>>>>>> Thanks very much, I managed to get it sorted out on Line 20 /21 just increased the number of digits.
|
When i made the Separate data window i was not aware of your problem, have had a look and it was the code for restricting the digits in JPY pairs it had a nDigits = 2 else nDigits = 4 and the else code was affecting the
comments digits for numbers such as 1.8900 and dropping the last 2 digits, have made a new list of common currencies nDigits = 4 and tested it and now the 1.8900 reads correctly, i have done it this way so the JPY pairs still read correctly.
have also added into the separate Data window Daily high/low and current price just load this indicator over the existing one.
#(T_S_R)-Daily Range Calculator .mq4