Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 14:49:54 +0000



How can I run a study without wait ticks arrive or how run it based on constant time?

View Count: 577

[2015-12-16 00:12:37]
User368248 - Posts: 46
Hello.
I am building a hedge system based on two instances: buy on instance1/broker1 and sell on instance2/broker2 ( or viceversa ).
The system its working now, I put a study on instance1 and another study on instance2, but I have a syncronize problem.
The problem its: the broker1 send ( for example ) 200 ticks in 1 minute and broker2 send 100 ticks on 1 minute so the behavior its the study in broker1 read and process data "more fast" rather broker2, this its a problem because I need both studys on both instances send *simultaneusly* orders: buy on broker1/instance1 and sell on broker2/instance2 but broker2 dont process until receive their own tick ( on their instance2). I need each study work syncronized on time.

Hope be clear, the questions are :
1.- How can I run/process a study without wait ticks arrive ?
2.- How can I run/process a study based on constant time? For example each 100ms ?
3.- How can I send a order(buy/sell) without wait incoming/arrive tick ?
Thanks in advance.
Date Time Of Last Edit: 2015-12-16 05:41:08
[2015-12-16 06:25:26]
Sierra Chart Engineering - Posts: 104368
1-3. This is easily solved by setting this ACSIL variable:
https://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Variables_And_Arrays.html#scUpdateAlways
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-12-16 15:36:14]
User368248 - Posts: 46
Thanks!, I will to check .

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account