How do I get getMostRecentxxxx to return to 4 decimal places with Forex data?
Unlike other data that is reported to 2 decimal places the Quote window shows Forex data to 4 decimal places
yet when I try to use the getMostRecentxxxx functions I am only getting 2 decimal places
var vGMRT = getMostRecentTrade(0);
Unlike other data that is reported to 2 decimal places the Quote window shows Forex data to 4 decimal places
yet when I try to use the getMostRecentxxxx functions I am only getting 2 decimal places
var vGMRT = getMostRecentTrade(0);
Comment