Introduction to Dual Thrust trading algorithm The Dual Thrust trading algorithm is a famous quantitative trading strategy developed by Michael Chalek. It is usually used… ( Read More )
Time Series Data Analysis and Tick Data Backtesting
Time series data Time series refers to the data series obtained in a continuous interval of equal time. In quantitative investment, these data are mainly… ( Read More )
Teach you to write strategies -- transplant a MyLanguage strategy
Recently, when talking about strategies with my friends, I learned that many strategies written in MyLanguage suffer from flexibility. In many cases, it is necessary… ( Read More )
Teach you to add multi-chart support to the strategy
Especially when writing trend strategies, sometimes you are confused by the trigger conditions of various indicators. At this time, it is urgent to visualize the… ( Read More )
Teach you to write a K-line synthesis function in the Python version
When writing and using strategies, we often use some rarely used K-line period data. However, exchanges and data sources do not provide data on these… ( Read More )
Off the shelf quantitative trading tool for digital currency options
1. Quantitative and program trading of digital currency options Recently, many exchanges have successively opened the trading function of digital currency options as a derivative.… ( Read More )
Simple grid strategy in Python version
There are not many Python strategies on the strategy square. A Python version of the grid strategy is written here. The principle of the strategy… ( Read More )
Strategy for buying the winners of Python version
Trend strategy generally uses various indicators to judge the market direction, and uses the comparison results of various indicators as trading signals. In this way,… ( 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 )
Balanced Pending Order Strategy (Teaching Strategy)
The essence of the strategy described in this article is a dynamic balance strategy, that is, the value of the balance currency is always equal… ( Read More )