Accumulated Trading Amount Modeling In the previous article, we derived an expression for the probability of a single trade amount being greater than a certain value. We are also interested in the dis...
I have written two articles on high-frequency trading of digital currencies, namely "Digital Currency High-Frequency Strategy Detailed Introduction" and "Earn 80 Times in 5 Days, the Power of High-fre...
NonfungiblePositionManager Contract in Uniswap V3 When we add liquidity to the Uniswap V3 liquidity pool (trading pair pool), the NonfungiblePositionManager contract returns a minted NFT to us as proo...
In the initial design of FMZ strategy, if asynchronous concurrent operations are required, the exchange.Go() function can only be used to achieve concurrent execution of FMZ encapsulated int...
EtherEaseWithFMZ Tutorial Get started with web3 development based on Ethereum using FMZ easily Ethereum is a smart contract platform based on blockchain technology, which provides a decentralized way ...
I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bbs-topic/9750. Although it received quite a bit of attention, it was not very in-depth. More than two years ...
JavaScript version SuperTrend strategy There are many versions of the SuperTrend indicator on the TV. I found a relatively easy-to-understand algorithm and transplanted it. Compared with the SuperTren...
The term “hedging” in quantitative trading and programmatic trading is a very basic concept. In cryptocurrency quantitative trading, the typical hedging strategies are: Spots-Futures hedging, inte...
Summary Trading is both a science and an art. There are many methods in trading, whether it is value investment, technical analysis, event hot spots, arbitrage hedging, etc., which seem logically rigo...
The combination of SMA and RSI As for the SMA strategy, in previous articles, it has been mentioned many times and there are many practical strategies for readers to choose from. Because of its great ...