Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 03:28:26 +0000



using SC as an execution only

View Count: 995

[2017-09-19 10:32:29]
User61576 - Posts: 418
hi
i have an algo working based iqfeed data
can i used it to send an order to a text file in which SC will take that text file and execute an order to my amp account?
for example i will create a txt file which will be located in a specific folder which will contain "FDXZ7,buy,1,limit,12500.00" and SC will send AMP a buy limit order for amount 1 at price 12500.00
1. can i do this? how?
2. do i need to be connected to any data feed?
[2017-09-19 17:57:24]
Sierra Chart Engineering - Posts: 104368
1. You need to use ACSIL, read that text file and submit the order.

Refer to:
Automated Trading From an Advanced Custom Study

2. No it does not. But Sierra Chart does need to be connected to your trading account.

We cannot provide any further help than this.
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
Date Time Of Last Edit: 2017-09-19 17:57:33
[2017-09-23 20:28:50]
User61576 - Posts: 418
is there any way to run a script based on computer time when SC is not connected to any data feed?
in a regular usage, the script is updated upon any tick/data event. so if i am not using any data feed, how can i cause SC to run my textual execution?
[2017-09-23 20:53:58]
Sierra Chart Engineering - Posts: 104368
In the case of when using ACSIL, you need to use this member:
ACSIL Interface Members - Variables and Arrays: sc.UpdateAlways
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

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

Login

Login Page - Create Account