本页面尚未提供您的语言版本,显示其他语言版本。

Running Strategies Outside of Designer

Strategies created in Designer can be run both in your own programs built on the API and in the Runner or Shell applications.

  • Runner is faster and consumes less memory than Designer, so strategies will perform better. This approach is ideal for running strategies on a server. More details can be found in Export from Designer.

  • Shell is provided as source code. This approach is ideal for distributing strategies with a unique interface specially created for the strategies. More details can be found in Running a Strategy Created in Designer.