FMZ Quantfmzquant.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
DolphinDBdolphindb.hashnode.dev·Oct 22, 2024Optimizing Crypto Trading Algorithms: High-Performance Backtesting InsightsIn the previous section, we introduced our tailored high-performance backtesting solutions. This section will offer an illustration of implementing a backtesting system for a grid trading strategy. Grid trading is a strategic approach that traders pl...DiscussCryptocurrency
Akshay Pariharakshayparihar.hashnode.dev·Oct 4, 2024Efficient Backtracking Strategies: A Comprehensive GuideIntroduction Backtracking is a powerful algorithmic technique for solving problems incrementally by trying partial solutions and then abandoning them if they are not viable. It is particularly useful in problems involving permutations, combinations, ...Discuss·1 like·173 readsdata structures
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 12, 2024How to Use Python for Financial Analysis and Algorithmic TradingPython has become one of the most popular programming languages for financial analysis and algorithmic trading, thanks to its simplicity, versatility, and a robust ecosystem of libraries. Whether you're a finance professional looking to automate your...Discuss·10 likes·144 readsPythonPython
FMZ Quantfmzquant.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 Quantfmzquant.hashnode.dev·Jul 10, 2024Interfacing with FMZ robot using "Tradingview" indicatorBackground introduction TradingView is a good market quotes drawing tool. The pine script is also a powerful existence! Backtesting, alarming, and various docking is a very complete financial tool. But there are two issues that have been plaguing us....Discusstradingview
FMZ Quantfmzquant.hashnode.dev·Jul 10, 2024High-frequency backtest system based on each transaction and the defects of K-line backtestWhen I wrote Research on Binance Futures Multi-currency Hedging Strategy, I also released a backtest engine. And the first report was based on the one-hour K-line backtest, which verified the effectiveness of the strategy. But the sleep time of the a...DiscussBacktesting
FMZ Quantfmzquant.hashnode.dev·Jul 9, 2024Teach you to upgrade the market collector backtest the custom data sourcePrevious article Teach you to implement a market quotes collector taught you how to implement a market collector. We have implemented a robot program that collects market quotes together. How to use market data after we collected it? it will be using...DiscussPython
FMZ Quantfmzquant.hashnode.dev·Jul 9, 2024FMZ simulation level backtest mechanism explanationBacktest architecture The FMZ platform backtest program is a complete control process, and the program is polling non-stop according to a certain frequency. The data returned by each market and trading API also simulates the actual running time accor...Discussalgorithms
FMZ Quantfmzquant.hashnode.dev·Jul 8, 2024Market quotes collector upgrade againSupporting CSV format file import to provide custom data source Recently, a trader needs to use his own CSV format file as a data source for FMZ platform backtest system. our platform's backtest system has many functions and is simple and efficient t...Discussmarket