The origin of the box theory The first contact box theory was seen in the book <<How I Made $2,000,000 in the Stock Market>> by Nicholas Davas, who was a dancer, uses the money earned afte...
Summary The essence of trading strategy is to summarize the market principles and rules. The deeper your understanding of the market, the higher the ability to express ideas with code, the closer your...
Summary In the previous section, we showed you how to read the strategy backtesting performance report by focusing on several important performance indicators. In fact, it is not hard to write a strat...
Today's market analysis platforms allow traders to quickly review a trading system. Whether looking at hypothetical results or actual trading data, there are hundreds of performance metrics that can b...
Summary The significance and importance of backtesting is undoubted. When doing quantitative backtesting, the strategy should be placed in the historical environment as real and close as possible. If ...
Summary Backtesting is the most different place between quantitative trading and traditional trading. According to the real market data that has happened in history, the simulation strategy signal tri...
Summary In the previous article, we explained the premise of implementing the trading strategy from the introduction of C++ language, basic grammar, and strategy structure. In this article, we will co...
Summary C++ is a very difficult programming language. The hard part mainly is to learn in depth, but if you just write strategy logic by C++, it won't need much deep knowledge, as long as it is not a ...
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 was boring, but it's a must-required ...
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 teach you Python in 10 minutes. It’s ...