FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Nov 13, 2024New Feature of FMZ Quant: Use _Serve Function to Create HTTP Services EasilyIn quantitative trading and automated strategy development, http services are sometimes used. The FMZ Quant Trading Platform has added a function _Serve() recently, which provides users with flexible HTTP, HTTPS and TCP service creation capabilities....DiscussFMZQuant
Arnav SinghforPython for Noobspythonfornoobs.hashnode.dev·Oct 21, 2024Python Functions: Defining, Calling, and Using Parameters EffectivelyIntroduction: What is a Function in Python? A function is a block of organized, reusable code that is used to perform a single, related action. Functions help reduce repetition, make code more flexible, and make debugging easier. In Python, functions...Discuss·11 likesPython for Noobsfunctions
Pradeep ThapaforByte-Sized Lessonspradeepwrites.hashnode.dev·Sep 29, 2024When Calling Functions Goes Wrong: Unpacking the 'z is not defined' Error in JavaScriptHere this led me to an error🤔🤔🤔 function x(l) { console.log("X"); z(); } x(function z() { console.log("Y"); }); Output: X index.js:3 Uncaught ReferenceError: z is not defined...Discuss·102 readsJavaScript
Alla Yasheelaforcloud-z.hashnode.dev·Sep 17, 2024Deploying an Nginx Web Server through ARM templatesIn this blog, we'll cover: How to create a VM using templates Deploying Nginx via SSH or MobaXterm Step 1: Set Up Your Azure Account Ensure you have an Azure free-tier account set up before proceeding. Step 2: GitHub Repository Open your GitHub r...DiscussAzureDevOpsnginx
Vijesh VijayanforDevOps/Cloud Blogsoneblog.hashnode.dev·Sep 16, 2024Passing Values from one job to another job in JenkinsObjective: Suppose there are two pipelines A and B. I want to create any value in Pipeline A and pass to another job Pipeline B as a parameter. Pipeline A: pipeline { agent any stages{ stage("Build"){ steps{ ...Discuss·50 readsJenkinsJenkins
CodingSplashforCodingSplashcodingsplash.hashnode.dev·Jul 27, 2024How to determine the number of trainable parameters in a fully connected neural networkIntroduction In neural networks, the number of trainable parameters (also called weights) is an important hyper‐ parameter for several reasons. Designing a very deep/dense network (i.e. a high number of weighs) can help you learn more complex models ...DiscussDeep LearningDeepLearning
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jul 11, 2024Introduction to the Source Code of Digital Currency Pair Trading Strategy and the Latest API of FMZ PlatformPreface The previous article introduced the principle and backtesting of pair trading, https://www.fmz.com/bbs-topic/10459. Here is a practical source code based on the FMZ platform. The strategy is simple and clear, suitable for beginners to learn. ...DiscussStrategy
FMZ QuantforFMZ'blogfmzquant.hashnode.dev·Jul 10, 2024Evaluation of backtest capital curve using "pyfolio" toolForeword A few days ago, it was found that the profit and loss curve output of the FMZ strategy backtest result was relatively simple, so I thought about whether to obtain the income result data and then process it myself to get a more detailed capit...Discusspyfolio
FMZ QuantforFMZ'blogfmzquant.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 QuantforFMZ'blogfmzquant.hashnode.dev·Jul 9, 2024Enhanced analysis tool based on Alpha101 grammar developmentSummary The FMZ platform launched a trading factor analysis tool based on "WorldQuant Alpha101", which provides a new weapon for developers of quantitative trading strategies. Through analysis factors, it helps everyone better understand the market a...Discussanalysis