I set my chart to 1H interval. The bars times are something like this: 12:30; 13:30; 14:30 etc
I would expect them to be 12:00; 13:00; 14:00 etc
The database interval is 1min and the first bar is at 12:45.
Is there a way to set it like I want , ie 12:00; 13:00; 14:00 etc
read Intraday settings at https://www.amibroker.com/guide/w_dbsettings.html
Bob, check your database's Intraday settings.
You probably have Day session Start set at half past some hour - for example 8:30, 9:30, 12:30 etc. If that is the case, just change it to 8:00, 9:00, 12:00 etc... If you do that, each hourly bar will start at full hour ...
Exactly this was the problem. Thank you both guys.