FMZ Quantfmzquant.hashnode.dev·Nov 13, 2024New Feature of FMZ Quant: Use _Serve Function to Create HTTP Services EasilyIn 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 flexible HTTP, HTTPS and TCP service creation capabilities....DiscussFMZQuant
FMZ Quantfmzquant.hashnode.dev·Nov 8, 2024FMZ Quant Trading Platform Custom Protocol Access GuideWe FMZ Quant Trading Platform supports many cryptocurrency exchanges and encapsulates the mainstream exchanges on the market. However, there are still many exchanges that are not encapsulated. For users who need to use these exchanges, they can acces...DiscussFMZQuant
FMZ Quantfmzquant.hashnode.dev·Oct 30, 2024A Strategy Template Allows You to Use WebSocket Market SeamlesslyThis 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, the FMZ strategy is mainly based on the traditional REST API encapsulatio...DiscussFMZQuant
FMZ Quantfmzquant.hashnode.dev·Oct 8, 2024How to Build a Universal Multi-Currency Trading Strategy Quickly after FMZ UpgradePreface The FMZ Quant Trading Platform was established too early. At that time, there were very limited exchanges and currencies, and there were few trading modes. Therefore, the initial API design was simple and focused on single-currency trading st...DiscussFMZQuant
Sameer Anthonysameeranthony.hashnode.dev·Sep 27, 2024Top 5 Free Currency Exchange Rate APIs for Budget-Conscious DevelopersDevelopers building financial applications, e-commerce platforms, or travel apps often face the need for accurate and reliable currency conversion tools. While many premium APIs offer advanced features, they may not be affordable for projects with ti...DiscussAPIs
Smith taylorsmithtaylor.hashnode.dev·Sep 9, 2024Top 7 Features Every Successful DEX Must HaveIn the ever-evolving world of cryptocurrency, decentralized exchanges (DEX) have become a vital part of the ecosystem. More traders and investors are interested in decentralization, because the dex platform gives secure and transparent features.Howev...DiscussBlockchain
Smith taylorsmithtaylor.hashnode.dev·Sep 5, 2024What Makes a DEX Stand Out? Key Features You Can’t IgnoreDecentralized exchanges, commonly known as DEXs, have taken the crypto world by storm, offering a more secure, transparent, and autonomous way to trade digital assets. As the popularity of DEXs continues to grow, so does the competition. For any dece...DiscussBlockchain
FMZ Quantfmzquant.hashnode.dev·Jul 12, 2024Multi-robot market quotes sharing solutionWhen using digital currency quantitative trading robots, when there are multiple robots running on a server, if you visit different exchanges, the issue is not serious at this time, and there will be no API request frequency problem. If you need to h...DiscussCryptocurrency
FMZ Quantfmzquant.hashnode.dev·Jul 12, 2024The Logic of Cryptocurrency Futures TradingProblem scene For a long time, the data delay problem of the API interface of the crypto currency exchange has always troubled me. I haven't found a suitable way to deal with it. I will reproduce the scene of this problem. Usually the market order pr...DiscussCryptocurrency
FMZ Quantfmzquant.hashnode.dev·Jul 11, 2024Teach you to encapsulate a Python strategy into a local fileMany developers who write strategies in Python want to put the strategy code files locally, worrying about the safety of the strategy. As a solution proposed in the FMZ API document: Strategy security The strategy is developed on the FMZ platform, an...DiscussPython