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 ...
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 for buying the winners of P...
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 use, and the robot program takes up few resources. ...
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 ...
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 executed by the robot to WeChat, email, SMS, etc. Howeve...
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 to the value of the valuation currency. However, the str...
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 futures, foreign exchange and stock markets. The...
Through the previous chapters of this series, I believe that you have basically mastered the use of various types of visualization modules.In this chapter, we use a simple but interesting strategy to ...
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 t...
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 visualizat...