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 )
Use the research environment to analyze the details of triangular hedging and the impact of handling fees on hedgeable price difference
Research version without adjustment of handling fees Triangular hedging.ipynb In [1]: Display of initial exchange account information and tickers: In [2]: Out[2]:{ Balance: 1, FrozenBalance:… ( Read More )
Reform Deribit futures API to adapt to quantitative trading of options
At present, there are many digital currency futures exchanges. However, as a futures derivative, there are few exchanges in the market for digital currency option… ( Read More )
Better tools make good work -- learn to use the research environment to analyze trading principles
The term "hedging" is a very basic concept in the field of quantitative trading and program trading. In the quantitative trading of digital currency, the… ( 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 )