NVSTlynvstly.hashnode.dev·Dec 30, 2024Building in Public at NVSTly: What It Means and Why It MattersAt NVSTly, we embrace the concept of "building in public." This approach shapes how we develop, test, and roll out features, with the goal of making NVSTly the best social trading platform for our users. But what exactly does building in public mean ...finance
Yong Sheanyshean.com·Dec 10, 2024A quick look at async Dart featuresRecently I gave a talk at Google DevFest Kuala Lumpur 2024, about asynchronous Dart features. Here are the slides:58 readsFlutter
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...#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...finance
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...finance
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...Cryptocurrency
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 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...Python
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...Cryptocurrency
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...Strategy