With a major update of the FMZ Quant Trading Platform API interface, the platform's strategy interface parameters, interactive controls and other functions have been adjusted,… ( Read More )
"Get the best deal" analysis of the vulnerability in the exchange
NO.1 Preface In recent years, the digital currency industry based on blockchain technology and cryptography has witnessed explosive growth. As one of the most important… ( 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 )
Tycoon reveals algorithm trading: FMZ Quant platform market maker strategy
Digital currency algorithm transaction guide In this article, we will discuss the design and implementation of the trading algorithm in Canadian currency. In particular, we… ( Read More )
6 Simple Strategies and Practices for Beginners in Digital Currency Quantitative Trading
Saying that "trading digital currency may be profitable" can be regarded as an understatement. Because many digital currencies have experienced several improvements year on year,… ( Read More )
Strategy framework of average true range
The average true range (ATR) is the moving average of the volatility of stock price in a certain period of time, which is mainly used… ( Read More )
Solution of numerical calculation accuracy problem in JavaScript strategy design
When writing JavaScript strategies, due to some problems of the scripting language itself, it often leads to numerical accuracy problems in calculations. It has a… ( Read More )
Teach you to encapsulate a Python strategy into a local file
Many developers who write strategies in Python want to put the strategy code files locally, worrying about the safety of the strategy. As a solution… ( Read More )
Application of the K-line shadow part in trading strategy
Summary The K line itself has little value, it is just a container of the price data. Starting from the lowest Tick data stream, it… ( Read More )
How does the K Line data processing in quantitative trading
When writing a quantitative trading strategy, using the K-line data, there are often cases where non-standard cycle K-line data is required. For example, 12-minute cycle… ( Read More )