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 )
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (6)
In the last article, we made a simple grid strategy together. In this article, we upgraded and expanded this strategy into a multi species spot… ( Read More )
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (3)
In the previous articles, we have learned that the so-called programmatic and quantitative trading is a script program based on the data obtained from the… ( Read More )
Visualization module to build trading strategies - in-depth
Visualization example strategy: More strategies are available at: https://www.fmz.cn/square Other articles in the series Boring programming can be easily done by building blocks, try it out,… ( Read More )
Use the KLineChart function to make strategy drawing design easier
When designing a strategy, it is often necessary to design a strategy chart to display, when writing strategies in JavaScript language, Python language, users who… ( Read More )
Solution of numerical calculation accuracy problem in JavaScript strategy design
When writing JavaScript strategies, due to some problems of the scripting language itself, it often leads to numerical accuracy problems in calculations. It has a… ( Read More )