- Do not use tickvalue by itself Only as a ratio with TickSize. See DeltaValuePerLot()
- 'Testing Features and Limits in MetaTrader 4 - MQL4 Articles says The deposit currency can be changed, but conversion prices are set, and the current available ones are usedSo I guess it's constant in the tester.
Thanks, Its sobering to know the limitations of strategy tester.
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
As I think understand it, when you are in a trade in a pair, neither of which are your deposit currency you have effectively gone short your deposit currency.
You are exposed to 'cross currency risk' that your deposit currency will change relative to one or both of the currencies that your trade is in. I think this is expressed in the MarketInfo(Symbol(),MODE_TICKVALUE) function.
Am I talking nonsense so far?
If the above is true. Does MT4 strategy tester factor in the constantly changing tick values? It would need a tick value for each bar similar to the OHLCV array for each bar.
If anyone could shed some light on this, I'd be very appreciative.
Thanks