When we carry out the programming and quantitative trading, we can use any device to run the quantitative trading program (a robot program that operates the account to trade according to a certain tra...
When testing and debugging the strategy code, or running the robot on the real bot, the exchange interface often reports errors. At this time, go to the exchange interface API document to query the re...
This strategy is a strategy that was applied to Digital Currency 796 Futures Exchange long time ago. Futures contracts are currency-based, that is, the margin is deducted by currency (for example, BTC...
In the last two months, a print (money) account has become very popular, earning hundreds of times of profits on the Binance perpetual contract. The screenshots of his account returns can be seen in v...
For a long time, futures and spots hedging is generally designed to detect the price difference. When the price difference is met, we will take the order to hedge. Can it be designed as maker hedging?...
The grid strategy, Martingale strategy, which prefer market fluctuations, have their own drawbacks, and they have been tested for some time in the ETH contract market. I often chat with our new and ol...
In previous articles, we have analyzed the idea and code implementation of the high-frequency strategy of the original spot version LeeksReaper. LeeksReaper Strategy Analysis(1)(https://www.fmz.com/...
Let's continue to explain the content of the last chapter (https://www.fmz.com/bbs-topic/9725). The third added function: When the constructor LeeksReaper() constructs an object, the balanceAccount() ...
Recently, there is a hot discussion about the print money robot in FMZ Quant WeChat group. A very old strategy has entered the eyes of the Quants again: LeeksReaper.The robot trading principle of prin...
Abstract Data is the source of quantitative trading, how to manage a large amount of data efficiently is a very critical link, database is one of the best solutions, nowadays the application of databa...