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

Function NameDescription
LogOutput logs, supports setting log text color, push notifications, and printing base64-encoded images
LogProfitOutput profit/loss data, print P&L values and draw profit curves based on the values
LogProfitResetClear all profit logs and profit charts output by the LogProfit function
LogStatusOutput information in the status bar, supports setting button controls and outputting tables in the status bar
EnableLogEnable or disable logging for order information
ChartChart drawing function, based on Highcharts/Highstocks chart library
KLineChartPine language-style chart drawing function, used for custom drawing in a Pine-like manner during strategy execution
LogResetClear logs, supports retaining a specified number of recent log records through parameters
LogVacuumReclaim SQLite resources, reclaim storage space occupied by SQLite when deleting data after calling LogReset() function to clear logs
console.logOutput debug information in the "Debug Info" section of the live trading page
console.errorOutput error information in the "Debug Info" section of the live trading page