Preface In the previous article Discussion on External Signal Reception of FMZ Platform: Extended API vs. Strategy Built-in HTTP Service , we compared two different ways of… ( Read More )
Discussion on External Signal Reception of FMZ Platform: Extended API VS Strategy Built-in HTTP Service
Preface There are several articles in the platform "Digest" about connecting to Trading View webhooks, which allows strategies to drive tradings with signals from external… ( Read More )
New Feature of FMZ Quant: Use _Serve Function to Create HTTP Services Easily
In quantitative trading and automated strategy development, http services are sometimes used. The FMZ Quant Trading Platform has added a function _Serve() recently, which provides users with… ( Read More )
A Strategy Template Allows You to Use WebSocket Market Seamlessly
This is a WebSocket market template officially developed by FMZ. Welcome all users to copy and use it: https://www.fmz.com/strategy/470349 Why do we need WebSocket? At present,… ( Read More )
DCA Trading: A Widely Used Quantitative Strategy
What is the DCA strategy? Trading profits rely on buying at low points and selling high points, therefore, many traders need a simple programmatic trading… ( Read More )
Introducing FMZ Quant data science research environment
The term “hedging” in quantitative trading and programmatic trading is a very basic concept. In cryptocurrency quantitative trading, the typical hedging strategies are: Spots-Futures hedging,… ( Read More )
5.6 Build probability thinking to improve your trading pattern
Summary Trading is both a science and an art. There are many methods in trading, whether it is value investment, technical analysis, event hot spots,… ( Read More )
9 trading rules help a trader earn $46,000 from $1,000 in less than a year
No, I am not a successful trader. I have been lucky many times, and I am still refining and trying strategies; On the other hand,… ( Read More )
Tycoon reveals algorithm trading: FMZ Quant platform market maker strategy
Digital currency algorithm transaction guide In this article, we will discuss the design and implementation of the trading algorithm in Canadian currency. In particular, we… ( Read More )
ATR Channel strategy Implemented on crypto market
Strategy name: Channel strategy based on ATR volatility index Strategy idea: Channel Adaptive Strategy, Fixed Stop + Floating Stop Data Cycle: Multi-Cycle Source Code: https://www.fmz.com/strategy/128126