Table of Contents

Graphical configuration of Tradier

For all StockSharp products, graphical connection setup is performed in the Connection settings window screen form:

API GUI Settings Tradier

  • Token - Authorization token.
  • Demo - Demo mode.

OAuth Authorization:

  1. You can directly insert the token into the "Token" field.
  2. If you leave the token field empty and the "Demo" mode is not selected, OAuth authorization will be used.

OAuth authorization process:

  1. When you click the "Check" button, a window will open:

    OAuth Start

  2. After clicking "Start", the user will be redirected to the Tradier website to log in:

    Tradier Login

  3. On the Tradier website, you need to allow the StockSharp application access to trading operations:

    Tradier Permissions

  4. After that, you will be redirected back to the StockSharp website, and the program will automatically log in.

See also

Connectors

OAuth

Graphical configuration

Creating your own connector

Saving and loading settings