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
Unfortunately there is no code yet published that does this. If you would like you can ask about writing an article with code about this (and get some money).
I think many will like this idea!
I was told that you could create an artificial symbol like EURUSD_art from tick data od EURUSD and test on this!
Unfortunately there is no code yet published that does this. If you would like you can ask about writing an article with code about this (and get some money).
I think many will like this idea!
You can do that without code.
Forum on trading, automated trading systems and testing trading strategies
debugging MQL5 EA using artificial tick data
Alain Verleyen, 2017.08.08 12:37
And what timeframe are you using ? Even using real ticks, you need bars data. So you have to import/create them.
Backtesting using a custom symbol and real ticks :
They are still some problems as actually I used MT5 data from EURUSD (export) to create a custom symbol (import ticks and bars). Still it gives some "real ticks absent" or "ticks prices not matched 1 minute bars". But it works.
You can do that without code.
Really? I have a data base (~400GB) of tick data in ASCII. Now how can you use them for back testing "without code"?
I'd just love to know!