Type/to search
Welcome to FMZ Quant Trading Platform
Programming Languages
JavaScript
TypeScript
Python
C++
MyLanguage
PINE Language
Blockly Visual Programming
Workflow
Key Security
Live Trading
Strategy Library
Docker
Deploy Docker
One-Click Docker Rental
Manual Deployment of Bot
Docker Operation Precautions
Global IP Address Specification
Command Line Parameters for Bot Program
Live Trading Data Migration
Docker Monitor
Exchange
Strategy Editor
Backtesting System
Strategy Entry Functions
Strategy Framework and API Functions
Template Library
Strategy Parameters
Interactive Controls
Options Trading
C++ Strategy Writing Guide
JavaScript Strategy Writing Guide
Web3
Built-in Libraries
Extended API Interface
MCP Service
Trading Terminal
Data Explorer
Alpha Factor Analysis Tool
General Protocol
Debugging Tool
Remote Editing
Import and Export of Complete Strategies
Multi-language Support
Live Trading and Strategy Grouping
Live Trading Display
Strategy Sharing and Renting
Live Trading Message Push
Common Causes of Live Trading Errors and Abnormal Exits
Exchange-Specific Notes

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).