View Single Post
  #84 (permalink)  
Old 09-27-2006, 10:30 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 557
cja is on a distinguished road
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
Reply With Quote