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… ( Read More )
FMZ Based Order Synchronous Management System Design (2)
Order Synchronous Management System (Synchronous Server) Let's continue the discussion in last article: FMZ Based Order Synchronous Management System Design (1), to design a synchronous… ( Read More )
Multi-level percentage take profit strategy
Summary Stanley Kroll mentioned in his book "Kroll on Futures Trading Strategy" that his taking profit methods is divided into three parts: when the target… ( Read More )
Quickly implement a semi-automatic quantitative trading tool
In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free. When the unilateral direction of the spread… ( Read More )
Cryptocurrency quantitative trading strategy exchange configuration
When beginner designs a cryptocurrency quantitative trading strategy, there are often various functions requirements. Regardless of the programming languages and platforms, they all will encounter… ( 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 )
5.2 How to do quantitative trading backtesting
Summary The significance and importance of backtesting is undoubted. When doing quantitative backtesting, the strategy should be placed in the historical environment as real and… ( Read More )
4.5 C++ Language Quick Start
Summary C++ is a very difficult programming language. The hard part mainly is to learn in depth, but if you just write strategy logic by… ( Read More )
4.4 How to implement strategies in Python language
Summary In the previous article, we learned about the introduction to the Python language, the basic syntax, the strategy framework and more. Although the content… ( Read More )
4.2 How to implement strategic trading in JavaScript language
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… ( Read More )