Run the quantitative robot on the FMZ Quant Trading platform, following the following steps: 1. Sign up (FMZ.COM) If you have already registered for FMZ… ( Read More )
Teach you to write strategies -- transplant a MyLanguage strategy (Advanced)
In the last article Teach you to write strategies -- transplant a MyLanguage strategy, a simple MyLanguage strategy has been tested for transplantation. If it… ( 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 )
Teach you to write a K-line synthesis function in the Python version
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… ( Read More )
Teach you to transform a Python single-species strategy into a multi-species strategy
I. Teach you to transform a Python single-species strategy into a multi-species strategy In the last article, a very simple Python strategy was implemented: "Strategy… ( Read More )
Implement a quantitative trading robot timed start or stop gadget by using Python
As a powerful, flexible and easy to use quantitative trading platform for the whole network, the FMZ Quant Trading Platform has very low barriers to… ( Read More )
Oak teaches you to use JS to interface with FMZ extended API
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… ( Read More )
Call Dingding interface to realize robot push message
1. Summary In real transactions, in order to know the FMZ Quant robot trading status in time, sometimes we need to send the transaction results… ( Read More )
Balanced Pending Order Strategy (Teaching Strategy)
The essence of the strategy described in this article is a dynamic balance strategy, that is, the value of the balance currency is always equal… ( Read More )
Implementation of Dual Thrust trading algorithm by using Mylanguage on FMZ Quant platform
1. Introduction to Dual Trust trading strategy The dual trust trading algorithm is a famous strategy developed by Michael Chalek. It is usually used in… ( Read More )