Support Board
Date/Time: Sun, 22 Dec 2024 16:19:55 +0000
Post From: Study callbacks for sent orders
[2015-02-11 08:01:00] |
User386687 - Posts: 53 |
In my R|API algo immediate means that I will send a wake up event to my sleeping "study" function immediately and directly from the thread who is processing the data from Rithmic. In this case the immediate is 100 us when the study starts to handle the situation. IN SC even I am using sc.OnExternalDataImmediateStudyCall = true I am still gettin 20 - 500 ms latencies in my study. In my case 20 ms could be enough but the variance not. But as you may allready understand the situation is not a big problem for me. I will continue keeping the actual trading in my R|API algo and use SC for the observations only. Thanks for the support. |