LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Dec 5, 2024Building a Scalable dApp on Arbitrum with Stylus: A Complete GuideIntroduction Welcome to this tutorial where you’ll learn how to create a scalable dApp on Arbitrum using Stylus, a powerful language designed to optimize the developer experience. In this guide, we’ll cover: Setting up a development environment. De...1 likedapps
Francesco Tusathinkobjectoriented.hashnode.dev·Nov 25, 2024Understanding Polymorphism and Abstract Classes: Code Reuse and Design ContractsA previous post discussed the Object-Oriented Programming (OOP) concept of generalisation (or "is-a-kind-of")—a relationship between a general category (superclass or parent) and a more specific type (subclass or child). That article focussed on the ...44 readsThe World of Classes and Objectspolymorphism
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...FMZQuant
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 ...52 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...FMZQuant
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...Python
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...trading,
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...651 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...Backtesting
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...contract