It is really simple to write trend strategies in MyLanguage. Thanks to encapsulation, we can write a strategy with only a few lines of code. In addition to querying MyLanguage Doc: MyLanguage Doc of F...
In the previous article, we have learned about the template parameters of the "MyLanguage Trading Class Library" of MyLanguage. This template comes with the creation of MyLanguage strategy and encapsu...
Recently, some of our platform users are looking forward to transplanting a MyLanguage strategy into a JavaScript strategy, which can flexibly add many optimization ideas. Even expand the strategy to ...
Strategy name: Channel strategy based on ATR volatility index Strategy idea: Channel Adaptive Strategy, Fixed Stop + Floating Stop Data Cycle: Multi-Cycle Source Code: https://www.fmz.com/strateg...
With the development of quantitative trading of blockchain assets, more and more blockchain asset traders have recognized the tool of quantitative trading.But as a beginner of this circle, he or she m...
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 ...
As the name implies, the Moving Average (KAMA) belongs to the Moving Average category, but unlike the traditional moving average, it is way “smarter” than normal MA. We know that the MA has many s...
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...
If you’re tired of manual trading, is there a better choice? Let me give you positive answer. Some people are broke and crying, and most of them are regretting for their greedy or fearful emotion in...
Grammar Operator Self-programming module supported operators Operator meaning example +Addition CLOSE+OPEN; return the sum of the closing price and the opening price. -Subtraction CLOSE-OPEN; returns ...