OnTick() Processing vs Monitor Refresh Rate

Created at 16 Nov 2015, 01:40
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
JO

John Duffy

Joined 16.11.2015

OnTick() Processing vs Monitor Refresh Rate
16 Nov 2015, 01:40


Hi

I have a query regarding the functionality of cAlgo for high frequency trading...

My monitor refresh rate is 60Hz, so the screen is refreshed every 17ms. When a tick arrives and is processed by my OnTick() function, is the recepit of subsequent ticks "blocked" until the screen is refreshed? Or does the OnTick() function process ticks asynchronously of screen display?

I hope I have explained my query sufficiently well to make sense.

Kind regards

John Duffy


@John Duffy
Replies

Spotware
16 Nov 2015, 12:30

Dear Trader,

We cannot think of any reason where your display may have an impact on the OnTick() method.

 


@Spotware