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… ( Read More )
Python version of Commodity Futures Intertemporal Bollinger Hedge Strategy (Study purpose only)
The previously written intertemporal arbitrage strategy requires manual input of the hedging spread for opening and closing positions. Judging the price difference is more subjective.… ( Read More )
Teach you to upgrade the market collector backtest the custom data source
Previous article Teach you to implement a market quotes collector taught you how to implement a market collector. We have implemented a robot program that collects market… ( Read More )
Commodity Futures R-Breaker Strategy
Summary The R-Breaker strategy was developed by Richard Saidenberg and published in 1994. It was selected as one of the top ten most profitable trading… ( Read More )
Teach you to implement a market quotes collector
The support of market quotes data is indispensable when researching, designing and backtest trading strategies. It is not realistic to collect all the data from… ( Read More )
Research on Binance Futures Multi-currency Hedging Strategy Part 2
The original research report address: https://www.fmz.com/digest-topic/5584 You can read it first, this article won't have duplicate content. This article will highlights the optimization process of the second… ( Read More )
4.4 How to implement strategies in Python language
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… ( Read More )
4.3 Getting started with the Python language
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… ( Read More )
4.2 How to implement strategic trading in JavaScript language
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… ( Read More )
4.1 JavaScript language quick start
Background This section gives a little background on JavaScript to help you understand why it is the way it is. JavaScript Versus ECMAScript ECMAScript is… ( Read More )