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,… ( Read More )
FMZ Quant Uniswap V3 Exchange Pool Liquidity Related Operations Guide (Part 1)
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… ( Read More )
Application of the "__Thread" function in JavaScript strategy design
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… ( Read More )
Get Started with web3 Development Easily Based on Ethereum Using FMZ
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… ( Read More )
Digital Currency High-Frequency Strategy Detailed Introduction
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… ( Read More )
JavaScript version SuperTrend strategy
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… ( Read More )
Introducing FMZ Quant data science research environment
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,… ( Read More )
5.6 Build probability thinking to improve your trading pattern
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,… ( Read More )
Application of the combination strategy of SMA and RSI relative strength index
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… ( Read More )
Time Series Data Analysis and Tick Data Backtesting
Time series data Time series refers to the data series obtained in a continuous interval of equal time. In quantitative investment, these data are mainly… ( Read More )