Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Architecture Overview

...

Requirements

  1. Sierra Chart version 2448 or higher

  2. python version 3.10+

  3. Windows 10/11

Download, Install and Setup

The solution includes a custom study dll and a python library

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

  1. Download to your computer

  2. 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

  1. Download to your computer

  2. pip install

...

Verify the library installation

...

Hello World

The following provides short videos and code snippets demonstrating hello world level usage of the libraries.

...