You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Michael,
Can I ask a question about the heartbeat?
Does the thread stop as the heartbeat interval if there is no new ticks coming in? And the thread resumes back to work if there's new ticks coming in?
How can I make my trading system working on a 5 or 15 minutes time frame interval instead of tick by tick?
Thank you.
Regards,
Wei
The text was updated successfully, but these errors were encountered:
@leolle: Collect the ticks into some container, and roll them up once you reach your X minute benchmark. You could create a CandleEvent to then send it through the pipe that is processed by the other parts of your system.
Hi Michael,
Can I ask a question about the heartbeat?
Does the thread stop as the heartbeat interval if there is no new ticks coming in? And the thread resumes back to work if there's new ticks coming in?
How can I make my trading system working on a 5 or 15 minutes time frame interval instead of tick by tick?
Thank you.
Regards,
Wei
The text was updated successfully, but these errors were encountered: