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 backtesting system supports: JavaScript, TypeScript, Python, C++, PINE, My Language, Blockly visual programming, and Workflow workflow-designed strategies for backtesting.

  1. JavaScript and C++ strategy backtesting runs in the browser. Strategies written in JavaScript and C++ do not require installing any additional software, libraries, or modules for live trading or backtesting.

  2. Python strategy backtesting runs on the docker. You can backtest on FMZ Quant's public servers or on your own docker. Both live trading and backtesting depend on the Python environment installed on the system where the docker is located. If specific libraries are needed, they must be installed manually. FMZ Quant's public servers only support commonly used Python libraries.

  3. JavaScript strategies support debugging in Chrome browser DevTools during backtesting. Reference documentation.

  4. Workflow strategies support backtesting, with visual display of node execution status and data flow.