Introduction to price momentum trading strategy Momentum trading strategy analyzes the comparison of long and short position forces through the relationship between the opening price, the highest pric...
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 in futures, foreign exchange a...
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 reflected in the price and the movement of the...
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 to use the standard K-line period ...
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 data for analysis and viewing. When ad...
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 periods. It can only be synthesized by using data ...
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. Similar to tradition...
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 is very simple. A series of grid nodes are generated b...
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, it is unavoidable to use paramete...
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 means of crosstalk. I have been engaged in embedded...