Strategy Library
The Strategy Library page stores all strategies under the current account. Strategies can be designed using various programming languages and methods.
Strategy Grouping
Strategies support group management functionality, allowing custom group names.
Strategy Publishing and Leasing
You can generate a strategy's "Copy Code" for publishing strategies.
You can generate a strategy's "Registration Code" for leasing strategies.
Strategy Export and Import
On the Strategy Library page, clicking a strategy name will redirect to that strategy's editing page, which provides "Import" and "Export" functions.
A complete strategy includes:
- Strategy source code
- Strategy description
- Strategy notes
- Strategy documentation
- Strategy parameter configuration
- Strategy interaction configuration
Therefore, when exporting a strategy, the exported file is in XML format, containing all the above information. After creating a new blank strategy, importing this XML file can completely restore the strategy. Strategy migration cannot rely solely on copying source code; you must import the complete strategy file (or manually add strategy parameter design, interaction design, and other configurations).