Hi guys.
I heard IBFx are updating their feed to 5 Decimal places. April 12th for Demos and May 17th for Live.
So I have been checking through some indies and EAs that I use to make sure they will keep working as expected when I realized I am not that sure exactly what this will mean. ( Sorry …. Newbie programmer ). So hopefully someone can clarify for me.
I realize that I could open a demo with a 5 decimal place broker… but I don’t want to get too confused… (or maybe Im just being lazy) … LOL ….. anyway … if someone could answer these simple questions it would be much appreciated.
For EURUSD ( currently a 4 dp pair... will become a 5 dp pair)
int idigits = MarketInfo(“EURUSD”,MODE_DIGITS); currently returns 4. After update will return 5 ?
double diClose = iClose(“EURUSD”,0,0); currently returns 1.3486. will return 1.3486X ?
double dpoint = MarketInfo(“EURUSD”,MODE_POINT); currently returns 0.0001. will return ... NOT SURE ... will it be the same or 0.00001 ?
double dspd = MarketInfo(“EURUSD”,MODE_SPREAD); currently returns 2. will return ... NOT SURE ... will it be same or 20 ?
I am sure I will be able to apply any clarification to the 2 dp pairs (jpy) so I wont duplicate the questions here for those pair groups.
Many thanks in advance.
I heard IBFx are updating their feed to 5 Decimal places. April 12th for Demos and May 17th for Live.
So I have been checking through some indies and EAs that I use to make sure they will keep working as expected when I realized I am not that sure exactly what this will mean. ( Sorry …. Newbie programmer ). So hopefully someone can clarify for me.
I realize that I could open a demo with a 5 decimal place broker… but I don’t want to get too confused… (or maybe Im just being lazy) … LOL ….. anyway … if someone could answer these simple questions it would be much appreciated.
For EURUSD ( currently a 4 dp pair... will become a 5 dp pair)
int idigits = MarketInfo(“EURUSD”,MODE_DIGITS); currently returns 4. After update will return 5 ?
double diClose = iClose(“EURUSD”,0,0); currently returns 1.3486. will return 1.3486X ?
double dpoint = MarketInfo(“EURUSD”,MODE_POINT); currently returns 0.0001. will return ... NOT SURE ... will it be the same or 0.00001 ?
double dspd = MarketInfo(“EURUSD”,MODE_SPREAD); currently returns 2. will return ... NOT SURE ... will it be same or 20 ?
I am sure I will be able to apply any clarification to the 2 dp pairs (jpy) so I wont duplicate the questions here for those pair groups.
Many thanks in advance.