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 with the SuperTren...
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 is used to make concurren...
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 to obtain the depth of two co...
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 to use the standard K-line period ...
Especially when writing trend strategies, sometimes you are confused by the trigger conditions of various indicators. At this time, it is urgent to visualize the data for analysis and viewing. When ad...
When writing and using strategies, we often use some rarely used K-line period data. However, exchanges and data sources do not provide data on these periods. It can only be synthesized by using data ...
1. Quantitative and program trading of digital currency options Recently, many exchanges have successively opened the trading function of digital currency options as a derivative. Similar to tradition...
Introduction Hello everyone, I'm "Oak Quant". Due to the market trend reminder I developed some time ago monitor the market, which is popular, and there is a synchronous reminder of the service number...
We have learned the Visualization Module to Build Trading Strategy - First Acquaintance, and we have a conceptual understanding of visual module building and splicing,Next, it is easy to learn to use ...
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 ...