Tagged articles
7 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Dec 29, 2021 · Fundamentals

Comprehensive List of Python Libraries for Quantitative Finance

This article compiles a categorized collection of Python packages for quantitative finance, covering scientific computation, pricing, technical indicators, backtesting, risk analysis, data sources, Excel integration, and visualization, with brief descriptions and reference links for each tool.

Quantitative Financebacktestingdata analysis
0 likes · 17 min read
Comprehensive List of Python Libraries for Quantitative Finance
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 7, 2021 · Artificial Intelligence

How to Build and Backtest Low‑Frequency Trading Strategies in Python

This article introduces two low‑frequency Python trading strategies—a grid‑based price‑difference approach and an intraday T‑strategy—explains their implementation on the RiceQuant platform, provides sample code, and presents back‑testing results that demonstrate their performance and practical considerations.

Algorithmic TradingGrid StrategyIntraday T Strategy
0 likes · 10 min read
How to Build and Backtest Low‑Frequency Trading Strategies in Python
Python Programming Learning Circle
Python Programming Learning Circle
May 18, 2020 · Backend Development

How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide

This article explains why accurate trade data is essential for strategy backtesting, why Binance is chosen, and provides a detailed Python workflow—including argument parsing, using the Binance aggTrades endpoint, handling pagination with from_id, cleaning the resulting DataFrame, saving to CSV, and validating the data integrity.

Binance APICSVData Extraction
0 likes · 7 min read
How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide
MaGe Linux Operations
MaGe Linux Operations
May 16, 2017 · Fundamentals

Build a Simple Moving‑Average Stock Strategy on Ricequant in Minutes

This step‑by‑step guide shows how to implement, backtest, and run a single‑stock 5‑day versus 30‑day moving‑average trading strategy on the Ricequant platform, covering code setup, cash handling, order execution, and both daily and minute‑level simulations.

Algorithmic TradingPythonQuantitative Trading
0 likes · 10 min read
Build a Simple Moving‑Average Stock Strategy on Ricequant in Minutes