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.… ( Read More )
What You Need to Know to Familiar with MyLanguage on FMZ -- Interface Charts
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… ( Read More )
Digital currency futures multi-species ATR strategy (tutorial)
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.… ( Read More )
ATR Channel strategy Implemented on crypto market
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/strategy/128126
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (1)
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… ( Read More )
Multi-level percentage take profit strategy
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… ( Read More )
Introducing the adaptive moving average KAMA
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… ( Read More )
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,… ( Read More )
If you’re tired of manual trading, is there a better choice?
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… ( Read More )
MyLanguage basic grammar and instruction description (Part 1/4)
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… ( Read More )