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
NVSTlynvstly.hashnode.dev·Jul 26, 2024Forex Market Supported, POV Charts Revamped, & More on NVSTly v2.3Although this update doesn’t include many new features, changes, or improvements, it does bring some significant enhancements. NVSTly is proud to announce that the platform now supports the forex market. You can now track and share forex trades, brin...Discussfinance
NVSTlynvstly.hashnode.dev·Jul 13, 2024NVSTly: Social Investing — Elevating New Traders and Recognizing ExpertsThis is a comprehensive overview of NVSTly, the ultimate free social investing platform designed for traders of all levels. This blog is divided into two sections to cater to different types of traders. The first section highlights the benefits and f...Discussfinance
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
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·Jul 9, 2024Some Thoughts on the Logic of Crypto Currency 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·Jun 25, 2024Application of the K-line shadow part in trading strategySummary The K line itself has little value, it is just a container of the price data. Starting from the lowest Tick data stream, it is divided into segments according to the time period. The first price in each cycle is the opening price, and the las...DiscussStrategy
FMZ Quantfmzquant.hashnode.dev·Jun 25, 2024Tick-level transaction matching mechanism developed for high-frequency strategy backtestingSummary What is the most important thing when backtest the trading strategy? the speed? The performance indicators? The answer is accuracy! The purpose of the backtest is to verify the logic and feasibility of the strategy. This is also the meaning ...DiscussBacktesting
FMZ Quantfmzquant.hashnode.dev·Jun 24, 2024Introduction to RangeBreak StrategyThe RangeBreak strategy was originally derived from futures and foreign exchange trading and is a type of intraday breakthrough strategy. In the <<Futures Truth Magazine>>(US authoritative trading system selection magazine), it has been ranked in the...Discussbreakthrough