Summary Stanley Kroll mentioned in his book "Kroll on Futures Trading Strategy" that his taking profit methods is divided into three parts: when the target price is reached, one third of the position ...
In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free. When the unilateral direction of the spread continues to expand, the arbitr...
When beginner designs a cryptocurrency quantitative trading strategy, there are often various functions requirements. Regardless of the programming languages and platforms, they all will encounter var...
When writing a quantitative trading strategy, using the K-line data, there are often cases where non-standard cycle K-line data is required. For example, 12-minute cycle K-line data and 4-hour K-line ...
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 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 ...
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 this article, we will use it with ...
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 the official name for JavaScript. A new name ...
Summary In the previous section, we learned about the introduction and characteristics of the visual programming tool, the " hello world " example, and the strategy writing on the FMZ Quant trading pl...