InterbankFX introduces 5th decimal place

 

Hello, would anybody help me adjust my EA so that it will work with a 5th decimal place.

I have 2 EAs that need adjusting.

 
hopokuk wrote >>

Hello, would anybody help me adjust my EA so that it will work with a 5th decimal place.

I have 2 EAs that need adjusting.

Hello,

I don't know how you have coded yours EAs so it is difficult to guess what you will have to adjust. Anyway, this may help :

- If the server doesn't accept your 4 decimal data do this to transform all the data you send to 5 decimal : NormalizeDouble(LevelsSTOPLOSS,Digits); (Digits is a reserved word and gives you the number of decimals used by the server)

- Points : gives you 0.0001 or 0.00001 wheter your server use 4 or 5 digits

Contact me if you need more help.

 
hopokuk:

Hello, would anybody help me adjust my EA so that it will work with a 5th decimal place.

I have 2 EAs that need adjusting.

Sure I could help.