quantitative-trading

Tag

Cards List
#quantitative-trading

@_zheergen: Earlier, I met a teacher who explained the entire quantitative pipeline very thoroughly. I asked him if there was a single video that could truly string together "data scraping → machine learning prediction → portfolio optimization → strategy backtesting." He showed me a very clear full-stack framework: from environment setup, ARIMA and NeuralProph…

X AI KOLs Timeline · 4d ago Cached

Introduces a full-stack hands-on Python quantitative trading video tutorial, covering data scraping, machine learning prediction, portfolio optimization, and strategy backtesting, and mentions the open-source quantitative trading execution system Kungfu.

0 favorites 0 likes
#quantitative-trading

@spicycandy00: Paid Bloomberg Terminal: $24,000/year. GitHub alternative: 29k Stars, free. The four most powerful, sorted by Stars. daily_stock_analysis | 58k Stars http://github.com/ZhuLinsen/da…

X AI KOLs Timeline · 2026-07-24 Cached

This tweet recommends four high-Star open-source financial analysis tools that can replace Bloomberg Terminal, covering daily briefings, professional terminals, algorithmic trading, and in-depth research, all deployable for free on GitHub.

0 favorites 0 likes
#quantitative-trading

@XAMTO_AI: Still losing hair writing quantitative strategies? Vibe-Trading, a personal AI trading agent from the HKUDS team at HKU, lets you command AI using natural language! Just speak human language and it can help you: research markets + auto-generate strategies, one-click backtesting + output full reports, multi-agent team collaboration...

X AI KOLs Timeline · 2026-07-15 Cached

Vibe-Trading is a personal AI trading agent from the HKUDS team at HKU, supporting natural language generation of quantitative strategies, one-click backtesting, and multi-agent collaboration. It comes with an embedded library of 456 alpha factors and is open-sourced.

0 favorites 0 likes
#quantitative-trading

EVOQUANT: Self-Evolving Verifier-Guided Strategy Optimization for Robust Quantitative Trading

arXiv cs.AI · 2026-07-15 Cached

Proposes EVOQUANT, a self-evolving framework that uses LLMs and a verifier pipeline to automate quantitative trading strategy optimization, achieving significant Sharpe ratio improvements across A-share and crypto markets.

0 favorites 0 likes
#quantitative-trading

@CycleDecoded: Unbelievable, guys—GitHub just quietly unleashed a monster project that's set to disrupt institutional quant traders' livelihoods. The project is called Alpha-Dojo/DojoAgents, with a brutally hardcore positioning: 'Full-market Personal Investment AI Copilot.' This isn't some grandstanding large model that just talks in circles; it's the real deal…

X AI KOLs Timeline · 2026-07-10 Cached

Alpha-Dojo/DojoAgents is a full-market personal investment AI copilot framework that supports automated analysis and strategy backtesting for stocks, forex, and cryptocurrencies. It is fully open-source and aims to give retail investors access to institutional-grade quantitative tools.

0 favorites 0 likes
#quantitative-trading

@KKaWSB: https://x.com/KKaWSB/status/2074289438474330306

X AI KOLs Timeline · 2026-07-07 Cached

This article details how to build a personal quantitative trading system using free AI open-source tools (such as OpenBB, Qlib, TradingAgents, etc.), covering five major modules: data, research, backtesting, risk control, and execution, and points out common pitfalls and discipline.

0 favorites 0 likes
#quantitative-trading

@KKaWSB: Going the extra mile, folks — quantitative trading projects on GitHub have reached a whole new level. There are plenty of ready-to-use strategies you can practice with (here's a curated list). What Wall Street teams earn millions for is now given to you for free by these open-source projects, complete with tutorials.

X AI KOLs Timeline · 2026-07-05 Cached

A curated list of open-source quantitative trading projects on GitHub, including AI-powered platforms like Qlib and FinGPT, multi-agent frameworks, and backtesting tools, all with tutorials and ready-to-use strategies.

0 favorites 0 likes
#quantitative-trading

@KKaWSB: https://x.com/KKaWSB/status/2073914011524219109

X AI KOLs Timeline · 2026-07-05 Cached

This article details the learning path for an ordinary person to become a quantitative trader, covering five stages: probability, statistics, linear algebra, calculus, and stochastic calculus. It also explains the industry's compensation structure, interview requirements, and the rapid growth of AI/ML positions.

0 favorites 0 likes
#quantitative-trading

@CoderDaMing: 10 free GitHub repos to trade like a hedge fund with just $100 and a laptop. These are tools used by 300+ hedge funds. Bookmark this. 1. OpenBB — Free Bloomberg Terminal. Stocks, options, futures, crypto, forex. Bloomberg Terminal costs $25,000/year; this is free. → h…

X AI KOLs Timeline · 2026-07-02 Cached

This article introduces 10 free open-source GitHub repos covering financial data, backtesting, trade execution, etc., enabling retail investors to access tools like those used by Wall Street hedge funds at a low cost.

0 favorites 0 likes
#quantitative-trading

@geekbb: Open-source A-share quantitative workstation, using TickFlow data for three tasks: stock selection, real-time monitoring, and backtesting. Built-in 20 stock selection strategies (Polars vectorization runs all A-shares in seconds), supports no-code custom signals, AI strategy writing, multi-condition monitoring rules + Feishu push. https:…

X AI KOLs Timeline · 2026-07-02 Cached

Open-source A-share quantitative workstation, based on TickFlow data, implements three functions: stock selection, real-time monitoring, and backtesting. Built-in 20 Polars vectorized strategies, supports AI strategy writing and Feishu push.

0 favorites 0 likes
#quantitative-trading

@Damir_Akaza: Jane Street, one of the richest and most secretive firms in the world, paid him between $330,000 and $600,000 a year, a…

X AI KOLs Timeline · 2026-06-17 Cached

A tweet highlights how a math genius built an AI system capable of trillions of operations per second for Jane Street, earning a huge salary, and promotes a lecture explaining the methodology.

0 favorites 0 likes
#quantitative-trading

@Stone141319: Just whipped up a quantitative backtesting tool, open-sourced for those who need it. If it helps you, feel free to follow and support, thanks!!! Wondering if your trading ideas are solid? Don't rely on gut feelings—throw them into historical K-line data and see for yourself!!! As a Hermes newbie, I used to only run simulated trades to test strategies. After participating in BG's hackathon, I learned about data backtesting.

X AI KOLs Timeline · 2026-06-16 Cached

Stone141319 released a local cryptocurrency quantitative backtesting tool called Hermes Backtest Lab, supporting spot, perpetual swap, and on-chain token backtesting without requiring an API key, and offers various presets and custom parameters.

0 favorites 0 likes
#quantitative-trading

@geekbb: "XQuant: Everyone Can Be a Quantitative Trader" — An Open Source Introductory Manuscript for Quantitative Trading. An open-source introductory manuscript for quantitative trading aimed at beginners, teaching readers to describe strategy ideas in natural language and have AI write the code, building a systematic and iterable quantitative trading system from scratch. https://github.com/xingw…

X AI KOLs Timeline · 2026-06-15 Cached

"XQuant: Everyone Can Be a Quantitative Trader" is an open-source introductory manuscript for quantitative trading aimed at beginners, teaching readers to describe strategy ideas in natural language and have AI write the code, building a systematic quantitative trading system from scratch.

0 favorites 0 likes
#quantitative-trading

@0xLin_i: An intern working as a programmer in Guangzhou built a trading bot with Claude and netted $63,000 on Polymarket — with a median trade size of $7 and an average spread of 2.5%. It's not about a single winning trade; it's repeating that slight 2.5% edge 38,764 times...

X AI KOLs Timeline · 2026-06-12 Cached

An intern in Guangzhou built a trading bot using Claude and netted $63,000 on Polymarket through high-frequency small-spread trades, demonstrating the application of AI-assisted quantitative trading in prediction markets.

0 favorites 0 likes
#quantitative-trading

@eastweb3eth: Github US Stock Quant Compilation - A Must-Use Tool for Smart People. Since Github came along, ordinary people can also do quant. But don't start by grinding away writing your own backtesting engine; really, most people's code is less robust than a three-year-old repo on Github. There are many repos, but I've already filtered them for you: these 4…

X AI KOLs Timeline · 2026-06-12 Cached

Recommends 4 open-source quantitative trading tools/frameworks (VeighNa, AI-Trader, StockSharp, QuantDinger), emphasizing that they are suitable for ordinary users to conduct US stock quantitative trading, helping to free your hands and let the model handle trading.

0 favorites 0 likes
#quantitative-trading

@NXR_NIROX: > A Chinese girl > no quant degree, no Bloomberg terminal, no fund background > just a laptop, opened Claude Code > spent a weekend building a bot for five instruments > mean reversion on indices, breakout on Bitcoin, trend following on commodities > ATR for position sizing, 1% hard stop loss, plus…

X AI KOLs Timeline · 2026-06-11 Cached

A Chinese girl with no quant background used Claude Code over a weekend to create a trading bot covering five instruments, employing mean reversion, breakout, and trend strategies, achieving significant returns, demonstrating the potential of AI tools in automated trading.

0 favorites 0 likes
#quantitative-trading

@cyber_cat7: A former Citadel quant trader was kicked out by his old employer, then rebuilt the entire algorithm using Claude Fable 5 in 48 hours — now, he's made $430,000 through hedge trading on Polymarket. He didn't take a single file. Didn't need to. Ten years of…

X AI KOLs Timeline · 2026-06-10 Cached

A former Citadel quant trader, after being fired, rebuilt the entire trading algorithm using Claude Fable 5 in 48 hours, and through hedge trading on Polymarket, has profited $430,000. The story highlights a probability-based high-frequency trading strategy and the application of the law of large numbers.

0 favorites 0 likes
#quantitative-trading

@daweifs: Free Bloomberg Killer! Fincept Terminal — GitHub 23.8k+ Star, Open-Source Financial Terminal That Brings Wall Street Tools to Everyone! Key Highlights: 1. Pure C++20 native development, smooth and lag-free 2. 37 AI agents (Buffett, …

X AI KOLs Timeline · 2026-05-26 Cached

Fincept Terminal is a free, open-source financial terminal built with C++20, integrating 37 AI agents (simulating investment masters like Buffett and Munger) and 100+ real-time data sources. It offers professional charts, quantitative backtesting, and risk analysis, aiming to be a free alternative to Bloomberg.

0 favorites 0 likes
#quantitative-trading

@0xMulight: Agents are no longer just tools for writing code. In the past two weeks, what the community has been putting into various agent ecosystems has completely changed direction—from helping you write code, to helping you find a job, make videos, teach, trade crypto, and conduct security audits. This is what agents should be like. Let's look at each one: I shushu-internsh…

X AI KOLs Timeline · 2026-05-23 Cached

In the past two weeks, the AI Agent ecosystem has expanded from code writing to multiple vertical domains including job hunting, education, video production, security auditing, and quantitative trading. The community has contributed tools such as shushu-internship-tool, hermes-edu-skills, etc., marking the transformation of agents from code-assistance tools to all-around assistants.

0 favorites 0 likes
#quantitative-trading

@0xCheshire: Jane Street just released inside views of its Texas AI training center: 4,032 GPUs, 8,000 kilometers of fiber optic cable, and a fully deployed liquid cooling system because air cooling couldn't keep up. But what's truly stunning is the origin of this computing behemoth. Technical lead Ron Minsky recalls...

X AI KOLs Timeline · 2026-05-16 Cached

Jane Street revealed inside views of its AI training center in Texas, housing 4,032 GPUs, 8,000 kilometers of fiber optics, and a full liquid cooling system, while recounting the 20-year evolution from a humble start with six Dell hosts to today's extreme trading system.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback