Login Page - Create Account

Support Board


Date/Time: Tue, 04 Mar 2025 21:39:35 +0000



Post From: Automated Trading

[2021-12-29 15:11:59]
1+1=10 - Posts: 270
SC has great documentation. There's 3 options for automated trading.

The simplest is using the Spreadsheet Study For Trading: Spreadsheet Systems, Alerts and Automated Trading

If you're capable of basic programming you can use SC's ACSIL: Advanced Custom Study Interface and Language (ACSIL)

The 3rd option, which is only useful for eliminating the slight latency caused by SC's 10ms chart interval update, is creating an client to communicate with SC's DTC protocol server, is only for experienced programmers and will likely take >= 3000 lines of code with 2000 of that dedicated to encoding/decoding binary/JSON messages to/from the server: DTC Protocol