FMZ Quantfmzquant.hashnode.dev·Jun 18, 2024Use trading terminal plug-in to facilitate manual tradingIntroduction 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 simple, sometimes it can be useful. For example, if the exchange is busy and ca...Discussplugins
FMZ Quantfmzquant.hashnode.dev·May 28, 2024Simple grid strategy in Python versionThere 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 by a fixed price distance within a price range. Whe...Discussgrid
FMZ Quantfmzquant.hashnode.dev·May 27, 2024Balanced Pending Order Strategy (Teaching Strategy)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 strategy logic is very simple when it is designed as ...DiscussFMZQuant