Login Page - Create Account

Support Board


Date/Time: Fri, 18 Oct 2024 08:42:58 +0000



Post From: Chart drawing not being drawn to correct location occasionally.

[2015-09-23 18:26:50]
CustomIndicators - Posts: 126
Alright, it appears that the time stamps do in fact match. This, of course, brings me to a concern. One of the charts I use is a 16 tick chart. In the active time of the day, I can't tell whats going on, but thats what the bot is for. I'm trying to get the milliseconds working, but do you support greater precision in microseconds? I noticed that in the scdatetime.h file, you have this line hanging out:

static const __int64 MICROSECONDS_PER_SECOND = MICROSECONDS_PER_MILLISECOND*MILLISECONDS_PER_SECOND; // number of microseconds in a second = 1 000 000

I can't seem to find code that allows for microseconds. If you haven't implemented it, do you plan to? Is it giving you too much trouble?