I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bbs-topic/9750. Although it received quite a bit of attention, it was not very in-depth. More than two… ( Read More )
Detailed Explanation of Equilibrium & Grid Strategies
If the price of Bitcoin is going to be the same as it is today, what strategy will you take to make profits? It is… ( Read More )
JavaScript version SuperTrend strategy
JavaScript version SuperTrend strategy There are many versions of the SuperTrend indicator on the TV. I found a relatively easy-to-understand algorithm and transplanted it. Compared… ( 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 )
How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code)
I saw some Tycoons in the group saying that OKX was holding a World Pi Day Mystery Event, with the theme of "Exploration, Never Ending".… ( Read More )
TradingViewWebHook alarm directly connected to FMZ robot
Recently, more and more TradingView users have connected the TradingView chart signal to FMZ platform (FMZ.COM) and let the robot strategy on FMZ execute the… ( Read More )
Thermostat Strategy using on crypto market by MyLanguage
Strategy Name: Upgraded Thermostat Strategy Data cycle: 1H Support: Commodity Futures, Digital Currency Futures, Digital Currency Spot Source code: Source Code: https://www.fmz.com/strategy/129086
Let the strategy program be executed concurrently, and add multi-thread support at the bottom of the system to the JavaScript strategy
When developing strategies on FMZ using the JavaScript language, since the strategy architecture is polled. If there is a concurrent design scenario, the exchange.Go function… ( Read More )