During the technical analysis in trading, traders all take stock price data as normally distributed data to analyze and study. However, the stock price data distribution does not conform to the standa...
Recently, some users of our platform are very much looking forward to porting a Mylanguage strategy into a JavaScript strategy, so that many optimization ideas can be flexibly added. They even wish to...
Binance futures multi-currency hedging strategy's recent review and minute-level K-line backtest results Three research reports on Binance's multi-currency hedging strategy have been published, here i...
Just a rough simulation, so that everyone has a specific concept of the amount of lost margins. You can download the notebook and upload it to the FMZ research environment, and run the code yourself. ...
The original research report address: https://www.fmz.com/digest-topic/5584 You can read it first, this article won't have duplicate content. This article will highlights the optimization pr...
Preliminary fluff So, you want to learn the Python programming language but can’t find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It’s ...
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...
Summary Many subjective traders are interested in quantitative trading, at first, they begin with full confidence. After learning the basic grammar, data operations, data structure, logic control of t...