Manish Pokhrelmanishpoko.hashnode.dev·Sep 27, 2024Crypto Futures in Institutional Trading: Hedging and Speculation ExplainedHow Institutions Use Crypto Futures for Hedging and Speculation: When we hear "crypto futures," most of us picture day traders glued to their screens, riding the wild waves of Bitcoin price swings. But here’s a twist: institutional investors—those bi...Discuss#cryptospeculation
FMZ Quantfmzquant.hashnode.dev·Aug 8, 2024Exploring FMZ: Practice of Communication Protocol Between Live Trading StrategiesWith the rapid development of financial markets and the popularity of quantitative trading, more and more traders begin to rely on automated strategies for trading. In this process, communication and coordination between strategies are particularly i...DiscussFMZQuant
FMZ Quantfmzquant.hashnode.dev·Jul 10, 2024Python version of Commodity Futures Intertemporal Bollinger Hedge Strategy (Study purpose only)The previously written intertemporal arbitrage strategy requires manual input of the hedging spread for opening and closing positions. Judging the price difference is more subjective. In this article, we will change the previous hedging strategy to t...Discussbollinger bands
FMZ Quantfmzquant.hashnode.dev·Jul 9, 2024Python version of commodity futures intertemporal hedging strategyPorted from the JavaScript version of Commodity Futures Intertemporal Hedging-Hundred Lines of Code Implementation, this strategy is a simple teaching strategy, intended to show the design of commodity futures strategies in Python language. Mainly us...DiscussPython
FMZ Quantfmzquant.hashnode.dev·Jun 18, 2024Simplified version of Multi-platform Hedging Stabilization Arbitrage strategy (Study purpose only)Simplified version of Multi-platform Hedging Stabilization Arbitragewww.fmz.comthe original version of this strategy, you can find it at: https://www.fmz.com/bbs-topic/2279it contains a very specific comments about the code. This shorter version is f...Discussarbitrage
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·May 29, 2024Better tools make good work -- learn to use the research environment to analyze trading principlesThe term "hedging" is a very basic concept in the field of quantitative trading and program trading. In the quantitative trading of digital currency, the hedging strategies often used are: futures-spot hedging, cross-period hedging and spot hedging, ...Discusstrading,
FMZ Quantfmzquant.hashnode.dev·May 23, 2024Visualization Module to Build Trading Strategy - First AcquaintanceVisual programming has always been an aspirational goal of software developers, even in the field of quantitative trading.Because the method of "what you see is what you get" in visualization reduces the technical threshold of programming development...Discussvisualization
FMZ Quantfmzquant.hashnode.dev·May 21, 2024High frequency backtesting system based on transaction by transaction and defects of K-line backtestingI released a backtesting engine in the article "Study on Multi-currency Hedging Strategy of Binance Futures" (https://www.fmz.com/digest-topic/5584). And the first report is based on the one hour K-line backtesting, which verifies the effectiveness o...DiscussBacktesting