Visual programming has always been an aspirational goal of software developers, even in the field of quantitative trading.Because the method of "what you see is what you get" in visualization reduces ...
I. Preface Women are afraid to marry the wrong man, while men are afraid to enter the wrong profession. This sentence is really engraved on my face. I graduated from university with two bachelor's deg...
JavaScript Version Strategy address: https://www.fmz.com/strategy/345 In this article, let's practice porting a simple JavaScript strategy. Through the strategy porting, we can become more familiar wi...
I. Summary George Soros put forward an important proposition in "The Alchemy of Finance" written in 1987: I believe the market prices are always wrong in the sense that they present a Biased view of t...
As a matter of fact, before making this example code, there is already a JavaScript version of the MACD indicator drawing example on the strategy square of FMZ Quant Trading Platform: https://www.fmz....
I. Summary Benjamin Graham, Warren Buffett's mentor, has mentioned a dynamic balance trading mode of stocks and bonds in the book "The Intelligent Investor". The trading mode is very simple:-Invest 50...
I. Origin of the story Mr. Ran, my good friend, has observed this indicator for a long time and recommended it to me before the New Year's Day to discuss whether it can be converted into quantificatio...
I released a backtesting engine in the article "Study on Multi-currency Hedging Strategy of Binance Futures" (https://www.fmz.com/digest-topic/5584). And the first report is based on the one hour K-li...
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...