Pair trading is a good example of formulating trading strategies based on mathematical analysis. In this article, we will demonstrate how to use data to… ( Read More )
Application of Machine Learning Technology in Trading
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 )
Linear pending order flow strategy developed based on data playback function
Preface It is often said that trading is an art, and art comes from inspiration. So today I'd like to share with you how to… ( Read More )
FMZ Journey -- with Transition Strategy
I. Preface Before starting this article, let me start with my self-introduction. Qu Banzhu is my pseudonym, and I hope to describe the blockchain by… ( Read More )
Implement a quantitative trading robot timed start or stop gadget by using Python
As a powerful, flexible and easy to use quantitative trading platform for the whole network, the FMZ Quant Trading Platform has very low barriers to… ( Read More )
Oak teaches you to use JS to interface with FMZ extended API
Introduction Hello everyone, I'm "Oak Quant". Due to the market trend reminder I developed some time ago monitor the market, which is popular, and there… ( Read More )