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 exchange through a series of calculations, ju...
In the previous article, we implemented a simple hedging strategy together, and then we will learn how to upgrade this strategy.The strategy changes are not big, but the details of the changes need at...
Hedging strategies are very good practice strategies for beginners in strategy design. This article implements a simple but live cryptocurrency spot hedging strategy, hoping that beginners can learn s...
Recently, some users have been talking about the Exchange of AOFEX, considering that there is no example on how to connect to the REST interface of the contract Exchange on FMZ. In this article, we wi...
Recently, some users in the telegram group have privately messaged me that he would like to have a design example reference for participating in the IPO subscription with funds strategy. Sometimes a n...
The number of open source strategies on TradingView is large. It is a pity that so many excellent strategies, ideas, and indicators cannot be used in real bot. Seeing this, FMZ, which is committed to ...
In the past, FMZ officially released a perpetual grid strategy, which was popular among users, and the onlookers who traded TRX in real bots have gained a lot of profits in the past year with controll...
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, it's...
Principles of strategy Due to liquidity reasons, when there is a large amount of smashing and pulling in the market, there will inevitably be large price fluctuations, and an instantaneous price diffe...
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 are unfamiliar with programming or th...