Architecture Overview
...
Requirements
Sierra Chart version 2448 or higher
python version 3.10+
Windows 10/11
Download, Install and Setup
The solution includes a custom study dll and a python library
Custom study https://www.dropbox.com/s/bpsj382ehvoloio/T29-SCdX_64.dll?dl=1
Python lib - trade29_scpy-0.0.3.tar.gz
Both of these need to be manually downloaded and installed.
See details below
“T29 SC-Py” custom study dll
Download: T29-SCdX_64.dll
Install
Download to your computer
Copy the dll file to your SC Data folder
See here for more details: HowTo Manually Install and Upgrade a Sierra Chart Custom Study Dll
Verify the custom study installation
...
“trade29” python library
Download to your computer
pip install
...
Verify the library installation
...
Hello World
The following provides short videos and code snippets demonstrating hello world level usage of the libraries.
...