Introduction Have you ever thought that quantitative trading can be learned easily and started immediately without writing code all night to build a framework, designing UI, and various design details...
Last time, we introduced perpetual contract funding rate arbitrage (https://www.fmz.com/digest-topic/6381), that is, to make long spot of the same amount by making short of perpetual contract futures,...
Video tutorial for the quick start of the APP: /upload/asset/1658820456ca11fbe71a.mp4 1. Top Display Open the Application of FMZ Quant Trading platform; first, entering into the APP homepage, we can s...
There are a lot of friends in the cryptocurrency circle who need an order supervising bot, but they are suffering from the long time to get started with programmatic design when they have zero basic. ...
In the previous article, we implemented a simple spot order supervising bot, and today we are going to implement a contract version of a simple order supervising bot. Design Idea There is a big differ...
Recently, I looked through our Forums and Digest, and there is no relevant information about Python crawler. Based on the FMZ spirit of comprehensive development, I went to simply learn about the conc...
In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free. When the unilateral direction of the spread continues to expand, the arbitr...
Summary In the previous article, we learned about the introduction to the Python language, the basic syntax, the strategy framework and more. Although the content was boring, but it's a must-required ...
Preliminary fluff So, you want to learn the Python programming language but can’t find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It’s ...
Summary In the previous article, we introduced the fundamental knowledge that when using JavaScript to write a program, including the basic grammar and materials. In this article, we will use it with ...