Designer

Designer is an application for creating trading strategies, backtesting them on historical data, and managing strategies in live trading. Designer supports two ways to create strategies:

  1. Visual Designer does not require programming skills. Strategies are built by combining blocks and connecting them with lines, so the full workflow is shown visually.
  2. Code-based strategies are intended for experienced programmers. Strategies written in C#, F#, or Python usually run faster than visual strategies and are not limited by the available visual blocks. You can write strategies directly in Designer or in a C# development environment such as Microsoft Visual Studio, using the API library for professional trading algorithm development.

StockSharpTitle 0

Installing Designer