HosseinKOGO:
You cannot do multicurrency backtests in MT4.
I store Ask/Bid price of each tick for other currencies. Then I run my EA which process based on multi-currencies.
THE PROBLEM is: I only receive the starting price of my ask[1]/bid[1], ask[2]/bid[2] etc. In other words it only catches the price of other currencies at the beginning of date of EA I do backtest and not ask/bid after the first tick of absent currencies.
where should be fixed?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi programmers,
Hope you are having good days.
I have a problem which I can not find my mistake, could you please point me the problem with this?
It would be greatly appreciated if you give me a hand.
I store Ask/Bid price of each tick for other currencies. Then I run my EA which process based on multi-currencies.
THE PROBLEM is: I only receive the starting price of my ask[1]/bid[1], ask[2]/bid[2] etc. In other words it only catches the price of other currencies at the beginning of date of EA I do backtest and not ask/bid after the first tick of absent currencies.
where should be fixed?