FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jun 24, 2024Detailed usage and practical skills of energy tide(OBV) indicator in quantitative tradingWhat is the energy tide? There is an idiom like this in ancient times: "always prepare supply before soldiers." There is also a similar statement in the trading business: "Trading volume always before the price." It means the rise and fall of prices ...Discusstrading,
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jun 20, 2024How to implement strategies in MylanguageSummary In the previous article, we explained the premise of realizing the trading strategy from the aspects of the introduction of the M language , the basic grammar, the model execution method, and the model classification. In this article, we will...DiscussMylanguage
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jun 20, 2024Getting started with MylanguageSummary What is the Mylanguage? The so-called Mylanguage is a set of programmatic functions that extend from the early stock trading technical indicators. Encapsulating the algorithm into a single function, the user only needs to call a certain funct...Discussindicator
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jun 19, 2024How to write a trading strategy on FMZ Quant platformSummary After studying the previous sections, we finally ready to write a quantitative trading strategy. This will be the most important step in your entry into the quantitative trading from manual trading. In fact, it is not so mysterious. Writing a...DiscussFMZQuant
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·May 29, 2024Teach you to write strategies -- transplant a MyLanguage strategy (Advanced)In the last article Teach you to write strategies -- transplant a MyLanguage strategy, a simple MyLanguage strategy has been tested for transplantation. If it is a more complex MyLanguage, how can it be transplanted into a JavaScript language strateg...DiscussCryptocurrency
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·May 29, 2024Teach you to write strategies -- transplant a MyLanguage strategyRecently, when talking about strategies with my friends, I learned that many strategies written in MyLanguage suffer from flexibility. In many cases, it is necessary to use the standard K-line period that is not provided by the system. For example, t...DiscussOKX
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·May 24, 2024Implementation of Dual Thrust trading algorithm by using Mylanguage on FMZ Quant platform1. Introduction to Dual Trust trading strategy The dual trust trading algorithm is a famous strategy developed by Michael Chalek. It is usually used in futures, foreign exchange and stock markets. The concept of Dual Thrust is similar to a typical br...Discusscode
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·May 21, 2024What You Need to Know to Familiar with MyLanguage on FMZ -- Parameters of MyLanguage Trading Class LibraryIt 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 FMZ Quant (https://www.fmz.com/bbs-topic/9480), the...DiscussParameters
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·May 21, 2024What You Need to Know to Familiar with MyLanguage on FMZ -- Interface ChartsIn 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 encapsulates some functions that need to be set in the tr...DiscussMylanguage