Login Page - Create Account

Support Board


Date/Time: Sat, 28 Jun 2025 01:00:19 +0000



Post From: Time based Custom Chart Bars

[2021-09-23 20:31:54]
User504778 - Posts: 22
I found answer to my own question thanks to a support board post. For anyone interested, time value is held in ChartBarInterface.NewFileRecord.DateTime

ChartBarInterface.NewFileRecord.DateTime.GetMinute() gives the minute value so I can create a new bar at the beginning of every new minute.