Showing 5-Min Rows in Explore

I’m trying to get Explore to display 5-minute rows that correspond to the 5-minute bars shown on the chart, but using the formula shown below, I get only daily rows in Explore, each showing 09:30 AM. What am I missing or doing wrong?

<Filter = 1;
AddColumn( DateTime(), "Date/Time", formatDateTime );>

I’m using Professional Edition 6.93.0, 64-bit. The project file is attached. I can post screenshots if needed.

In a new database using Import Wizard, I have imported 20,000+ rows of clean, SPY 5-minute data (local data source). The data came from Trading_View.

image

I can provide screenshots if needed.

Thank you in advance for your help. I'm new to AmiBroker and am no coder. Your support is deeply appreciated.

Analysis3.apx (7.5 KB)

@WorkingMan it seems that you are running your exploration using the "Daily" periodicity.

Change it to the appropriate value using the dropdown selector:

and save again your .apx file to store the new settings.

2 Likes

Thank you, beppe. Your solution worked. As I said, your kind support is deeply appreciated.

1 Like