This article is aimed at answering common questions about novices for program trading. For novices who do not know programming, quantification, or even trading, it… ( 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 )
Example of Python MACD drawing
As a matter of fact, before making this example code, there is already a JavaScript version of the MACD indicator drawing example on the strategy… ( Read More )
SuperTrend V.1 -- Super Trend Line System
I. Origin of the story Mr. Ran, my good friend, has observed this indicator for a long time and recommended it to me before the… ( Read More )
Solution to Get the http Request Message Sent by the Docker
When testing and debugging the strategy code, or running the robot on the real bot, the exchange interface often reports errors. At this time, go… ( Read More )
Teach you to encapsulate a Python strategy into a local file
Many developers who write strategies in Python want to put the strategy code files locally, worrying about the safety of the strategy. As a solution… ( Read More )
Python version of Commodity Futures Intertemporal Bollinger Hedge Strategy (Study purpose only)
The previously written intertemporal arbitrage strategy requires manual input of the hedging spread for opening and closing positions. Judging the price difference is more subjective.… ( Read More )
Teach you to upgrade the market collector backtest the custom data source
Previous article Teach you to implement a market quotes collector taught you how to implement a market collector. We have implemented a robot program that collects market… ( Read More )
Commodity Futures R-Breaker Strategy
Summary The R-Breaker strategy was developed by Richard Saidenberg and published in 1994. It was selected as one of the top ten most profitable trading… ( Read More )
Teach you to implement a market quotes collector
The support of market quotes data is indispensable when researching, designing and backtest trading strategies. It is not realistic to collect all the data from… ( Read More )