Introduction to Dual Thrust trading algorithm The Dual Thrust trading algorithm is a famous quantitative trading strategy developed by Michael Chalek. It is usually used… ( Read More )
Pair trading based on data-driven technology
Pair trading is a good example of formulating trading strategies based on mathematical analysis. In this article, we will demonstrate how to use data to… ( Read More )
Application of Machine Learning Technology in Trading
The inspiration of this article comes from my observation of some common warnings and traps after trying to apply machine learning technology to transaction problems… ( Read More )
Better tools make good work -- learn to use the research environment to analyze trading principles
The term "hedging" is a very basic concept in the field of quantitative trading and program trading. In the quantitative trading of digital currency, the… ( Read More )
Teach you to write a K-line synthesis function in the Python version
When writing and using strategies, we often use some rarely used K-line period data. However, exchanges and data sources do not provide data on these… ( Read More )
Simple grid strategy in Python version
There are not many Python strategies on the strategy square. A Python version of the grid strategy is written here. The principle of the strategy… ( Read More )
Strategy for buying the winners of Python version
Trend strategy generally uses various indicators to judge the market direction, and uses the comparison results of various indicators as trading signals. In this way,… ( Read More )
Teach you to transform a Python single-species strategy into a multi-species strategy
I. Teach you to transform a Python single-species strategy into a multi-species strategy In the last article, a very simple Python strategy was implemented: "Strategy… ( Read More )
Implement a quantitative trading robot timed start or stop gadget by using Python
As a powerful, flexible and easy to use quantitative trading platform for the whole network, the FMZ Quant Trading Platform has very low barriers to… ( Read More )
Preliminary Exploration of Python Crawler Application on FMZ Platform -- Crawling the Content of Binance Announcement
Recently, I saw that there is no relevant information about Python crawlers in the community and library, based on the spirit of all-round development of… ( Read More )