
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 guys I am trying to write an EA that opens trades on USDJPY based on values Nikkei (JPN225 is the CFD index in my broker).
The EA collects data on the data of the Nikkei during the day
When I run it on backtest on USDJPY however both the value of Nikkei_Open and Nikkei_Colse show the same value.
However when I run the EA on real time on USDJPY, or When I run the EA on backtest on JPN225 the data for the two values are calculated correctly.
Does anyone have any suggestion how to remedy this?
Anything that has to do with the history data?
Note that I tried with other symbol combination also (eg USDJPY vs EURUSD) and I still get the same price for open and close
Thank you