Visual programming has always been an aspirational goal of software developers, even in the field of quantitative trading.Because the method of "what you see is… ( Read More )
Single Platform Balance Strategy of Python Version
JavaScript Version Strategy address: https://www.fmz.com/strategy/345 In this article, let's practice porting a simple JavaScript strategy. Through the strategy porting, we can become more familiar with… ( Read More )
Building a Quantitative Database of FMZ with SQLite
Abstract Data is the source of quantitative trading, how to manage a large amount of data efficiently is a very critical link, database is one… ( Read More )
How to Assign Different Version Data to a Rented Strategy via Strategy Rental Code Metadata
Application of strategy rental code metadata Partners who work as developers on the FMZ Quant Trading Platform may often have such needs: When developing a… ( Read More )
JavaScript language implementation of Fisher indicators and drawing on FMZ
During the technical analysis of trading, traders analyze and study the stock price data as the data of normal distribution. However, the distribution of stock… ( Read More )
Design of Order Synchronization Management System Based on FMZ Quant (1)
In previous articles in FMZ's library, we have designed several kinds of synchronization strategies for order and position. These manage reference accounts and synchronized accounts… ( Read More )
Introducing the Aroon indicator
What is the Aroon indicator? In the technical analysis, Aroon is a very unique technical indicator. The word "Aroon" comes from Sanskrit, meaning "the light… ( Read More )
Quickly implement a semi-automatic quantitative trading tool
Quickly implement a semi-automatic quantitative trading tool In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free.… ( Read More )
Design a Multiple-Chart Plotting Library
This kind of library is often used to create charts and plots when writing and designing strategies. For a single custom chart, we can use… ( Read More )
JavaScript strategy backtesting is debugged in DevTools of Chrome browser
For debugging strategies in backtesting systems, usually only the Log() function can be used, so DEBUG is very inefficient and difficult for novice program testers with little… ( Read More )