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
Simon Crowesimoncrowe.hashnode.dev·Aug 10, 2024Don't Call django.shortcuts.reverse in TestsThis post is based on a bug my team discovered in production a couple of years ago. We had to pin our Django version because a security patch changed undocumented routing logic and broke a contract with a front-end client. In this post, I'm going to ...Discuss·49 readsDjango
FMZ Quantfmzquant.hashnode.dev·Jul 26, 2024Exploring FMZ: New Application of Status Bar Buttons (Part 1)With a major update of the FMZ Quant Trading Platform API interface, the platform's strategy interface parameters, interactive controls and other functions have been adjusted, and many new functions have been added. The previous article introduced th...DiscussFMZQuant
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
FMZ Quantfmzquant.hashnode.dev·Jul 5, 2024Detailed Explanation of FMZ Quant API Upgrade: Improving the Strategy Design ExperiencePreface After 9 years of technical iteration, the FMZ Quant Trading Platform has been reconstructed many times, although as users we may not have noticed it. In the past two years, the platform has made a lot of optimizations and upgrades in terms of...Discusstrading,
Krzysztof Przekwaskristof.pro·Jun 24, 2024When to consider Contract Testing?Contract testing is a form of automatic testing. If we would like to put them on the testing pyramid, they would have to squeeze it in between integration testing and E2E/API testing. But what's so wrong with those alternatives that we came up with a...Discuss·641 readsTesting
FMZ Quantfmzquant.hashnode.dev·Jun 24, 2024"C++ version of OKX futures contract hedging strategy" that takes you through hardcore quantitative strategySpeaking of hedging strategies, there are various types, diverse combinations, and diverse ideas in various markets. We explore the design ideas and concepts of the hedging strategy from the most classic intertemporal hedging. Today, the crypto curre...DiscussBacktesting
FMZ Quantfmzquant.hashnode.dev·Jun 17, 2024OKX futures contract hedging strategy by using C++Speaking of hedging strategies, there are various types, diverse combinations, and diverse ideas in various markets. We explore the design ideas and concepts of the hedging strategy from the most classic intertemporal hedging. Today, the crypto curre...Discusscontract
FMZ Quantfmzquant.hashnode.dev·Jun 14, 2024The futures and cryptocurrency API explanationCommodity futures CTP and cryptocurrency API exchange have significant differences. Familiar with cryptocurrency exchange programming trading doesn't mean familiar with commodity futures CTP programming. we can not simply copy the method and experien...DiscussCryptocurrency
FMZ Quantfmzquant.hashnode.dev·Jun 13, 2024Detailed Explanation of Perpetual Contract Grid Strategy Parameter OptimizationThe perpetual grid strategy is a popular classic strategy on FMZ platform. Compared with the spot grid, there is no need to have currencies, and leverage can be added, which is much more convenient than the spot grid. However, since it is not possibl...DiscussStrategy