In the cryptocurrency asset trading space, obtaining and analyzing market data, querying rates, and monitoring account asset movements are all critical operations. Below are code… ( Read More )
Teach You to Use the FMZ Extended API to Batch Modify Parameters of the Bot
How can I change the parameters of live tradings in batch on FMZ? When the number of live tradings exceeds dozens and reaches hundreds, it… ( Read More )
The Advantages of Using FMZ's Extended API for Efficient Group Control Management in Quantitative Trading
With the popularization and development of quantitative trading, investors often need to manage a large number of live accounts, which brings great challenges to trading… ( Read More )
Alternative Trading Ideas--K-line Area Trading Strategy
Looking at a not-so-reliable trading idea -- the K-line area trading strategy, in this article, we will explore the concept and try to implement the… ( Read More )
FMZ Mobile APP Trading Terminal, empowering your quantitative trading experience
In the field of quantitative trading, simple and easy-to-use quantitative trading tools have always been one of the keys to achieving wealth growth and risk… ( Read More )
Application of the "__Thread" function in JavaScript strategy design
In the initial design of FMZ strategy, if asynchronous concurrent operations are required, the exchange.Go() function can only be used to achieve concurrent execution of FMZ encapsulated… ( Read More )
JavaScript version SuperTrend strategy
JavaScript version SuperTrend strategy There are many versions of the SuperTrend indicator on the TV. I found a relatively easy-to-understand algorithm and transplanted it. Compared… ( Read More )
Let the strategy program be executed concurrently, and add multi-thread support at the bottom of the system to the JavaScript strategy
When developing strategies on FMZ using the JavaScript language, since the strategy architecture is polled. If there is a concurrent design scenario, the exchange.Go function… ( Read More )
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function
When implementing the quantitative strategy, concurrent execution can reduce latency and improve efficiency in many cases. Taking the hedging robot as an example, we need… ( Read More )
Teach you to write strategies -- transplant a MyLanguage strategy
Recently, when talking about strategies with my friends, I learned that many strategies written in MyLanguage suffer from flexibility. In many cases, it is necessary… ( Read More )