资源加载中... loading...

Import and Export of Complete Strategies

Strategy import and export screenshot

  • Download Source Code Export the strategy source code, and the type of the export file is based on the strategy programming language. JavaScript strategy exports the files with the extension js; python strategy exports the files with the extension py; C++ strategy exports the files with the extension cpp; MyLanguage strategy exports the files with the extension txt. Note that only the strategy source code is exported, not including strategy parameters, template references, etc.

  • Export Strategy Export the complete strategy, including all strategy information, such as strategy source code and parameter design. The export file is an xml file.

  • Import Strategy Use the xml file exported by the “Export” function, and click the “Import” button on the strategy editing page to select the xml to be imported, that is, you can import a complete strategy. After importing, you need to click the “Save” button to save the strategy.

Remote Editing Multilingual Support