What is the DCA strategy? Trading profits rely on buying at low points and selling high points, therefore, many traders need a simple programmatic trading… ( Read More )
Detailed Explanation of Perpetual Contract Grid Strategy Parameter Optimization
The perpetual grid strategy is a popular classic strategy on FMZ platform. Compared with the spot grid, there is no need to have currencies, and… ( 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 )
Recent FMZ official charging strategy introduction
The strategy is risky, and investment should be cautious. The strategy provided is only for small fund attempts, no guarantee of profit 1. Binance perpetual… ( Read More )
High frequency backtesting system based on transaction by transaction and defects of K-line backtesting
I released a backtesting engine in the article "Study on Multi-currency Hedging Strategy of Binance Futures" (https://www.fmz.com/digest-topic/5584). And the first report is based on the… ( Read More )
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (4)
In the previous articles, we have learned the basic concepts of so many cryptocurrency, programming, and quantitative trading. Finally, we can move to the topic… ( Read More )
High-frequency backtest system based on each transaction and the defects of K-line backtest
When I wrote Research on Binance Futures Multi-currency Hedging Strategy, I also released a backtest engine. And the first report was based on the one-hour K-line… ( Read More )
The Grid Trading Strategy
The basic idea of grid trading is very straightforward. Instead of placing one trade, we place multiple trades forming a grid pattern. Usually these are… ( Read More )
The new version of “the grid strategy” only contain 50-lines of coding
Do you still remember the famous “grid strategy” (https://www.fmz.com/bbs-topic/2268)? The one which has a lot of code comment (more than the code itself), is an… ( Read More )