The inspiration of this article comes from my observation of some common warnings and traps after trying to apply machine learning technology to transaction problems… ( Read More )
Cross-currency hedging strategies in quantitative trading of blockchain assets
In hedging strategies, there are various types of hedging: cross-market hedging, cross-period hedging, etc. Today we will talk about cross-currrency hedging, which is precisely the… ( Read More )
Acquire digital currency strategy guide of FMex on FMZ Quant
Run the quantitative robot on the FMZ Quant Trading platform, following the following steps: 1. Sign up (FMZ.COM) If you have already registered for FMZ… ( Read More )
Teach you to write strategies -- transplant a MyLanguage strategy (Advanced)
In the last article Teach you to write strategies -- transplant a MyLanguage strategy, a simple MyLanguage strategy has been tested for transplantation. If it… ( Read More )
Teach you to write strategies -- transplant a MyLanguage strategy
Recently, when talking about strategies with my friends, I learned that many strategies written in MyLanguage suffer from flexibility. In many cases, it is necessary… ( Read More )
Teach you to add multi-chart support to the strategy
Especially when writing trend strategies, sometimes you are confused by the trigger conditions of various indicators. At this time, it is urgent to visualize the… ( Read More )
Teach you to write a K-line synthesis function in the Python version
When writing and using strategies, we often use some rarely used K-line period data. However, exchanges and data sources do not provide data on these… ( Read More )
Analysis of Donchian Channel Strategy in the Research Environment
Strategy introduction Among many trading strategies, the Donchian Channel strategy should be one of the most classic breakthrough strategies. It was famous as early as… ( Read More )
Off the shelf quantitative trading tool for digital currency options
1. Quantitative and program trading of digital currency options Recently, many exchanges have successively opened the trading function of digital currency options as a derivative.… ( 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 )