#python
Read more stories on Hashnode
Articles with this tag
Preface The backtesting system of the FMZ Quant Trading Platform is a backtesting system that is constantly iterating, updating and upgrading. It adds...
This article brings two classic strategies for transplantation: Iceberg commission (buy/sell). The strategy is transplanted from the Iceberg...
Many developers who write strategies in Python want to put the strategy code files locally, worrying about the safety of the strategy. As a solution...
The previously written intertemporal arbitrage strategy requires manual input of the hedging spread for opening and closing positions. Judging the...
Ported from the JavaScript version of Commodity Futures Intertemporal Hedging-Hundred Lines of Code Implementation, this strategy is a simple teaching...
Previous article Teach you to implement a market quotes collector taught you how to implement a market collector. We have implemented a robot program...