Donât change the database settings. If you import 1 minute data. Leave it there. If your using IQFeed just set it to 1 minute and forget about. Setup once at creation and leave it.
Amibroker will handle the 15 minute part with chart setting and backtest setting.
Second off, sure itâs not your AFL your backtesting with? Post snippet of simple strategy your trying.
You'll need to post more info, or else otherwise people have no idea what issues you see. I wanted to help, but don't know enough about the problem. What happens? Does it work for some data (post 2018)? And when you say "cannot backtest it before 2018", what is the problem? Do you get an error?
I wanna try backtest my intraday data atleast for 6 or 7 years, and when i start to back test it, like in picture in 2015 till 2018 the data show EOD time frame, and 2018 till 2019 the timeframe data is 5 minutes.
as you can see in the chart, timeframe before 2018 is EOD and after 2018 is intraday, i wanna make ALL YEAR in intraday data in 5 minutes or 15 minutes.
My guess is you created EOD database originally. Then turned it into intraday?
Youâll notice your number of bars shows an estimate of 2 years of data.
Do yourself a favor. Create a new database to get things cleaned up. Select 1 minute interval on database creation. This will allow you to go up from any interval you want. Amibroker will handle the 5min 15 min etc in chart and backtester. Also makes it easier for charting market hours/extended hours.
Next Depending on your data source. 2 years might be max for intraday. Some sources in Amibroker allow âxâ bars of intraday data while they allow years of EOD. If thatâs the case. You can check âallow mixed intraday dataâ option on database creation.
This allows Amibroker to request your desired length of intraday and if it canât get enough look back, it will request EOD. Mind you that further back data is EOD so you canât backtest intraday on it.
My suggestion is to create new database. Set to 1 minute. Request amount of bars to get look back you want. Then donât touch database settings again. Donât go switching to 5 min then 15min etc.
Amibroker can not make EOD database originally Then turned it into intraday. when the data plugin is EOD so its mean the max data load is EOD. maybe @Tomasz can help , please.