Backtesting System Supports Multiple Programming Languages
The backtesting system supports: JavaScript, TypeScript, Python, C++, PINE, My Language, Blockly visual programming, and Workflow workflow-designed strategies for backtesting.
-
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.
-
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.
-
JavaScript strategies support debugging in Chrome browser DevTools during backtesting. Reference documentation.
-
Workflow strategies support backtesting, with visual display of node execution status and data flow.