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 Quant, you can log in directly and ignore this ...
In the last article Teach you to write strategies -- transplant a MyLanguage strategy, a simple MyLanguage strategy has been tested for transplantation. If it is a more complex MyLanguage, how can it ...
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 ...
Strategy introduction Among many trading strategies, the Donchian Channel strategy should be one of the most classic breakthrough strategies. It was famous as early as 1970. At that time, a foreign co...
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...
There are not many Python strategies on the strategy square. A Python version of the grid strategy is written here. The principle of the strategy is very simple. A series of grid nodes are generated b...
Preface It is often said that trading is an art, and art comes from inspiration. So today I'd like to share with you how to use the FMZ Quant data playback function to explore my trading inspiration. ...
Trend strategy generally uses various indicators to judge the market direction, and uses the comparison results of various indicators as trading signals. In this way, it is unavoidable to use paramete...