Traders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times.… ( Read More )
Add an alarm clock to the trading strategy
Traders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times.… ( Read More )
Trading strategy based on the active flow of funds
Summary The price is either up or down. In the long run, the probability of price rise and fall should be 50%, so to correctly… ( Read More )
Use trading terminal plug-in to facilitate manual trading
Introduction FMZ.COM, as a quantitative trading platform, is mainly to serve programmatic traders. But it also provides a basic trading terminal. Although the function is… ( 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 )
FMEX trading unlocks the optimal order volume optimization
FMEX's shutdown has entrapped a lot of traders, it recently came up with a restart plan, and developed rules similar to the original "trading is… ( Read More )
Evaluation of backtest capital curve using "pyfolio" tool
Foreword A few days ago, it was found that the profit and loss curve output of the FMZ strategy backtest result was relatively simple, so… ( Read More )
Interfacing with FMZ robot using "Tradingview" indicator
Background introduction TradingView is a good market quotes drawing tool. The pine script is also a powerful existence! Backtesting, alarming, and various docking is a very complete… ( Read More )
Commodity "futures and spots" Arbitrage Chart Based on FMZ Fundamental Data
Summary Some people may be unfamiliar with the word "arbitrage", but "arbitrage" is very common in real life. For example, the owner of a convenience… ( Read More )
Teach you how to let an old strategy docking the websocket quotes interface
There are many interesting strategies on the square page (https://www.fmz.com/square) of the FMZ Quant platform. Back then, most of the cryptocurrency exchanges API interface were… ( Read More )