MT4's Broker for multicurrencies test.

 

Hi,

Which broker's MT4 could allow to print correctly MarketInfo("Symb", MODE_ASK/_BID) and similars?

It seems FXXD and Alpari platforms cannot.

 

It prints fine for me. What seems to be a problem?


Like I use

int spread = MathRound(MarketInfo("EURUSD", MODE_SPREAD)/10);

and it prints spread just fine. for EURUSD is 2 (to be precise it's 1.8 because they are 5 digit Broker, but it was always been 2 pips :) )

 
stradz wrote >>

It prints fine for me. What seems to be a problem?

Like I use

int spread = MathRound(MarketInfo("EURUSD", MODE_SPREAD)/10);

and it prints spread just fine. for EURUSD is 2 (to be precise it's 1.8 because they are 5 digit Broker, but it was always been 2 pips :) )

Of course you were running another different currency on your test???? That's what I meant.

However, being the outcome 0, I guess the problem is in the DIGITS, maybe I see 0 but it an effect of rounding...

If I am running eurusd, how can I arrange marketinfo to make it get out nzdusd ask, bid and point?

THANKS!

 
SimonTrader wrote >>

Of course you were running another different currency on your test???? That's what I meant.

However, being the outcome 0, I guess the problem is in the DIGITS, maybe I see 0 but it an effect of rounding...

If I am running eurusd, how can I arrange marketinfo to make it get out nzdusd ask, bid and point?

THANKS!

From 'Historical data of different currencies for back-testing'

Reason: