Import and Export of Complete Strategies

-
Download Source Code
Export strategy source code. The exported file type depends on the programming language used by the strategy.JavaScriptstrategies are exported as files withjsextension; Python strategies are exported as files withpyextension; C++ strategies are exported as files withcppextension; MyLanguage strategies are exported as files withtxtextension.
Note: Only exports strategy source code, does not include strategy parameters, template references, or other configuration information. -
Export Strategy
Export the complete strategy configuration, including strategy source code, parameter settings, and all other strategy-related information. The exported file format isxml. -
Import Strategy
Using thexmlfile exported via the "Export Strategy" function, click the "Import Strategy" button on the strategy editing page, select thexmlfile to import, and the complete strategy configuration will be imported.
After import is complete, you need to click the "Save" button to save the strategy.