Strategy introduction Among many trading strategies, the Donchian Channel strategy should be one of the most classic breakthrough strategies. It was famous as early as… ( 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 )
Teach you to transform a Python single-species strategy into a multi-species strategy
I. Teach you to transform a Python single-species strategy into a multi-species strategy In the last article, a very simple Python strategy was implemented: "Strategy… ( 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 )
Example of Python MACD drawing
As a matter of fact, before making this example code, there is already a JavaScript version of the MACD indicator drawing example on the strategy… ( Read More )
Dynamic Balance Strategy Based on the Digital Currency
I. Summary Benjamin Graham, Warren Buffett's mentor, has mentioned a dynamic balance trading mode of stocks and bonds in the book "The Intelligent Investor". The… ( Read More )
Detailed Explanation of Futures Backhand Doubling Algorithm Strategy Notes
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… ( Read More )
Subscribe New Shares Strategy for Digital Currency Spot (Tutorial)
In the last days, I received some private messages from telegram group users, they hope to have a design example of subscribing new shares strategy… ( Read More )
Realize an idea with 60 Lines of Code -- Contract Bottom Fishing Strategy
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… ( Read More )