FMZ Quantfmzquant.hashnode.dev·Dec 2, 2024Discussion on Strategy Testing Method Based on Random Ticker GeneratorPreface The backtesting system of the FMZ Quant Trading Platform is a backtesting system that is constantly iterating, updating and upgrading. It adds functions and optimizes performance gradually from the initial basic backtesting function. With the...Strategy
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...algorithms
An Hoangan7.hashnode.dev·Jul 8, 2022Distributed Realtime Server ArchitectureHere you go, free TL;DR. Interested? Storytime The other day, I decided to learn about WebSocket/realtime applications. I had known about them for the longest time but had not written a single line of WebSocket code. I kind of knew what it is about, ...57 readsticking