Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 00:02:55 +0000



[Programming Help] - Make HTTP request on each bar

View Count: 1372

[2018-06-15 13:55:37]
User38606 - Posts: 80
Hi. I have all my signals such as ENTRY/EXIT BUY EXIT and SELL EXIT in Spreadsheet Studies. It is an algorithm which is prescribed in spreadsheet study. All Shows up nicely on the chart. My next step is to send these signals via HTTP request to external soft for execution (i.e. Interactive Brokers or smth else API). How do I do this? What would you recommend to read? Thank you!
[2018-06-15 17:56:10]
Sierra Chart Engineering - Posts: 104368
This really is not within the scope of our support.

But there is this ACSIL function:
sc.MakeHTTPRequest()

We do not provide any programming help. We do not think it is practical to accomplish this and you will find this very difficult if not impossible.
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: 2018-06-15 17:56:35
[2022-10-03 07:18:35]
User743002 - Posts: 1
Hello, I tried sending a request on every bar using sc.MakeHTTPRequest(), using the exact same code you provided as an example in the documentation. It sends exactly one request in the beginning and then never sends again. Never timeouts, never closes the connection, never reconnects. How do I make it to send a request on every bar? Thank you!

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

Login

Login Page - Create Account