Is tick data backtesting possible in MT5? - page 2

 
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!
 
Carl Schreiber:
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.


 
Alain Verleyen:

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!

Reason: