[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@quantscience_
"P.S. - Want Algorithmic Trading with Python tutorials every Sunday Register here to join our Sunday Quant Scientist Newsletter (it's free):"
X Link @quantscience_ 2025-10-15T19:00Z 70.2K followers, 1754 engagements
"Stock Prediction AI: Using Machine Learning and Deep Learning to predict stock price movements in Python. The Python code is XXX% free on GitHub. Let's dive in (bookmark this):"
X Link @quantscience_ 2025-10-01T15:56Z 70K followers, 46.7K engagements
"Free code from the book: Machine Learning in Finance: From Theory to Practice This book integrates machine learning with quantitative finance focusing on how theoretical frameworks inform data modeling and financial decision-making processes. Get the code here:"
X Link @quantscience_ 2025-10-11T12:09Z 70K followers, 12.1K engagements
"Example: Using TensorTrade to Train and Evaluate with Reinforcement Learning Step 1: Create training and evaluation sets We'll start by creating a training and evaluation set as CSV files"
X Link @quantscience_ 2025-10-12T15:56Z 70.2K followers, 1061 engagements
"The secret of hedge funds is revealed in a 41-page PDF: This paper analyzed XXX stocks that 10X-ed over a 24-year period. Here are the best factors that drive outperformance: (number X is the best 🧵)"
X Link @quantscience_ 2025-10-09T16:03Z 70.2K followers, 66.3K engagements
"Machine learning techniques and data for stock market forecasting. (A free 41-page PDF) 👇"
X Link @quantscience_ 2025-10-14T12:24Z 70.2K followers, 23K engagements
"Python is wild for finance. You can get FinViz in Python for free (this is how): (a thread)"
X Link @quantscience_ 2025-09-27T16:01Z 70.1K followers, 57.9K engagements
"How to bootstrap your own mini hedge fund in 2025 (Learn these skills):"
X Link @quantscience_ 2025-10-04T12:09Z 70.1K followers, 41.4K engagements
"JP Morgan's Python training. Available XXX% for free:"
X Link @quantscience_ 2025-10-08T12:21Z 70.2K followers, 19.5K engagements
"pandas-datareader pandas-datareader used to be part of the pandas project. Now an independent project. Includes data for stocks FX economic indicators Fama-French factors and many others"
X Link @quantscience_ 2025-10-13T15:56Z 70.2K followers, 1246 engagements
"IBApi The official API for Interactive Brokers provides access to all the data available through IB. Replaces IBPy"
X Link @quantscience_ 2025-10-13T15:56Z 70.2K followers, 1221 engagements
"🚨BREAKING: A new Python library for algorithmic trading. Introducing TensorTrade: An open-source Python framework for trading using Reinforcement Learning (AI)"
X Link @quantscience_ 2025-10-12T15:56Z 70.2K followers, 31.1K engagements
"72 web links covering everything written about Jim Simons:"
X Link @quantscience_ 2025-10-05T12:13Z 70.1K followers, 38.8K engagements
"Free code from the book: Machine Learning in Finance: From Theory to Practice This book integrates machine learning with quantitative finance focusing on how theoretical frameworks inform data modeling and financial decision-making processes. Get the code here:"
X Link @quantscience_ 2025-10-06T12:16Z 70K followers, 26K engagements
"TensorTrade is an open source Python framework for building training evaluating and deploying robust trading algorithms using reinforcement learning leveraging: - numpy - pandas - gym - keras - tensorflow"
X Link @quantscience_ 2025-10-12T15:56Z 70.2K followers, 1126 engagements
"🚨Free Training: How I built my hedge fund in Python QSConnect: Build your quant research database QSResearch: Research and run machine learning strategies Omega: Automate trade execution 👉 Join Our Free Algorithmic Trading Workshop:"
X Link @quantscience_ 2025-10-11T16:01Z 69.7K followers, 2050 engagements
"Using Mathematics to Make Money by legend Jim Simons. X page PDF free for download:"
X Link @quantscience_ 2025-09-29T12:16Z 69.7K followers, 91.8K engagements
"The secret hedge funds use to detect market regimes. A XX page PDF reveals everything:"
X Link @quantscience_ 2025-10-10T16:04Z 70.2K followers, 35.5K engagements
"A 23-page research paper reveals the number X method Hedge Funds use to beat the market: Time Series Momentum This is how: 🧵"
X Link @quantscience_ 2025-10-07T16:01Z 70.2K followers, 42.2K engagements
"Step 3: Initialize and run with Ray Now its time to initialize and run Ray passing all the parameters necessary including the name of the environment creator function (create_env defined above)"
X Link @quantscience_ 2025-10-12T15:56Z 70.1K followers, XXX engagements
"How to make a simple algorithmic trading strategy with a XXX% return using Python. A thread. 🧵"
X Link @quantscience_ 2025-10-08T15:56Z 70.2K followers, 24.6K engagements
"12 books to master X skills: X. Options X. Derivatives X. Systematic Trading These are what I recommend:"
X Link @quantscience_ 2025-10-05T15:56Z 70.2K followers, 35.8K engagements
"Using Mathematics to Make Money by legend Jim Simons. X page PDF free for download:"
X Link @quantscience_ 2025-10-09T12:14Z 70.1K followers, 35.5K engagements
"Automate your trading strategies in Python How to build your first trading bot: (a thread)"
X Link @quantscience_ 2025-10-15T15:56Z 70.2K followers, 25.8K engagements
"I know people making $24000/month trading with: One strategy An API connection to Interactive Brokers Python Thats it. Want to learn how 👉 Join Our Free Algorithmic Trading Workshop:"
X Link @quantscience_ 2025-10-07T19:27Z 70.2K followers, 7368 engagements
"Top XX Algorithmic Trading Strategies (and how they work) 🧵"
X Link @quantscience_ 2025-10-02T16:03Z 70.1K followers, 30.8K engagements
"OpenBB: A free alternative to the $20000 Bloomberg Terminal Available XXX% free on GitHub:"
X Link @quantscience_ 2025-09-30T12:24Z 70.2K followers, 68.5K engagements
"How to make your own algorithmic trading system in Python (a complete roadmap):"
X Link @quantscience_ 2025-10-04T16:01Z 70.2K followers, 47.4K engagements
"This guy literally just shared the code for his hedge fund's algorithmic trading strategy live:"
X Link @quantscience_ 2025-10-01T08:56Z 70K followers, 48.2K engagements
"3. Coding TSMOM with Python Code TSMOM in Python: - Use yfinance to get data - Then momentum = price-1 / price-20 - X. Positive Buy Negative Sell"
X Link @quantscience_ 2025-10-07T16:01Z 70K followers, 1597 engagements
"Get OpenBB on Github here: I have one more thing before you go. If you want to become an algorithmic trader in 2025 then I'd like to help. This is how: 👇"
X Link @quantscience_ 2025-10-12T12:13Z 70.2K followers, 3443 engagements
"🚨Free Training: How I built my hedge fund in Python QSConnect: Build your quant research database QSResearch: Research and run machine learning strategies Omega: Automate trade execution 👉 Join Our Free Algorithmic Trading Workshop:"
X Link @quantscience_ 2025-10-10T16:04Z 70.2K followers, 2226 engagements
"A 23-page research paper reveals the number X method Hedge Funds use to beat the market: Time Series Momentum This is how: 🧵"
X Link @quantscience_ 2025-10-01T12:21Z 70.1K followers, 107.5K engagements
"The X things you need to start algo trading: X. One trading idea X. A $XXX computer X. Interactive Brokers API X. An internet connection X. The Python Quant Scientist Stack Want help Register here (790+ registered):"
X Link @quantscience_ 2025-10-15T18:24Z 70.2K followers, 6879 engagements
"4. They Open Sourced It Get it on GitHub here (must know Python to use it): I have one more thing before you go. If you want to become an algorithmic trader in 2025 then I'd like to help. This is how: 👇"
X Link @quantscience_ 2025-10-11T16:01Z 69.7K followers, 1199 engagements
"12 Python libraries for free market data everyone should know:"
X Link @quantscience_ 2025-10-13T15:56Z 70.2K followers, 30.2K engagements
"It uses X libraries: QSConnect: Build your quant research database QSResearch: Research and run machine learning strategies QSAutomate: Automate the end-to-end process Omega: Execute trades with Python Get the system:"
X Link @quantscience_ 2025-10-12T09:24Z 69.8K followers, 3504 engagements
"🚨BREAKING: Microsoft open-sourced an AI Quant investment platform in Python This is what you need to know: (a thread)"
X Link @quantscience_ 2025-10-14T16:01Z 70.2K followers, 41.1K engagements
"Build an End-to-End Python Algorithmic Trading System (complete roadmap + skills + tools) Bookmark this"
X Link @quantscience_ 2025-10-07T12:24Z 70.1K followers, 36.2K engagements
"This guy literally explains how to build an algorithmic trading hedge fund from scratch in under X minutes. This is crazy:"
X Link @quantscience_ 2025-10-15T08:04Z 70.2K followers, 19.2K engagements
"🚨Free Training: How I built my hedge fund in Python QSConnect: Build your quant research database QSResearch: Research and run machine learning strategies Omega: Automate trade execution 👉 Join Our Free Algorithmic Trading Workshop:"
X Link @quantscience_ 2025-10-12T12:13Z 70.1K followers, 3901 engagements
"P.S. - Want Algorithmic Trading with Python tutorials every Sunday Register here to join our Sunday Quant Scientist Newsletter (it's free):"
X Link @quantscience_ 2025-10-15T17:00Z 70.2K followers, 1295 engagements
"Get the paper for free: I have one more thing before you go. If you want to become an algorithmic trader in 2025 then I'd like to help. This is how: 👇"
X Link @quantscience_ 2025-10-10T16:04Z 70.2K followers, 1383 engagements
"The math behind the Quant Scientist Stack: SciPy: $X Zipline: $X Python: $X NumPy: $X PyFolio: $X pandas : $X OpenBB: $X Empyrical: $X AlphaLens: $X Statsmodels: $X RiskFolio-Lib: $X Want to learn how Register here:"
X Link @quantscience_ 2025-10-11T19:28Z 70.2K followers, 16.3K engagements
"🚨BREAKING: A new Python library for algorithmic trading. Introducing TensorTrade: An open-source Python framework for trading using Reinforcement Learning (AI)"
X Link @quantscience_ 2025-10-03T16:04Z 70.1K followers, 21.7K engagements
"Things you dont need to start quant trading: Complex algorithms PhD in math $10000000 Things you do need to start quant trading: A $XXX laptop Interactive Brokers Python Want to learn how"
X Link @quantscience_ 2025-09-30T20:13Z 70.1K followers, 19.1K engagements
"Python is insane for algorithmic trading. Example: Microsoft open-sourced this AI quant investment platform XXX% for free Here's what it does:"
X Link @quantscience_ 2025-10-13T12:16Z 70.2K followers, 26.4K engagements
"8 essential formulas for algorithmic trading (free cheat sheet):"
X Link @quantscience_ 2025-10-06T15:56Z 70.2K followers, 28.8K engagements
"This guy literally shows the code for how to automate ingesting 90000000 rows of financial data for his quant hedge fund:"
X Link @quantscience_ 2025-10-14T09:15Z 70.2K followers, 59.3K engagements
"This guy literally just shared the code for his hedge fund's algorithmic trading strategy live:"
X Link @quantscience_ 2025-10-12T09:24Z 70.2K followers, 47K engagements
"Algorithmic trading is the intersection of: Technical skills: Statistics Mathematics Programming Critical thinking skills: Strategy Ideas Research Data analysis Want help 👉 Register here:"
X Link @quantscience_ 2025-10-14T19:32Z 70.2K followers, 8058 engagements
"🚨 LIVE Python Algo Trading Workshop: Learn how we built our hedge fund QSConnect: Build your quant research database QSResearch: Research and run machine learning strategies Omega: Automate trade execution with Python 👉 Get the system:"
X Link @quantscience_ 2025-10-06T19:17Z 70K followers, 9346 engagements
"Things you DON'T need to start algo trading: C programming 100s of strategies $1000000 Things you DO need to start algo trading: Python IBKR A $XXX computer Want to learn how 👉 Join Our Free Algorithmic Trading Workshop:"
X Link @quantscience_ 2025-10-08T19:27Z 70.2K followers, 4768 engagements
"OpenBB: A free alternative to the $20000 Bloomberg Terminal Available XXX% free on GitHub:"
X Link @quantscience_ 2025-10-12T12:13Z 70.2K followers, 63.4K engagements
"This guy literally made a fully automated algorithmic trading system and shared the code for his hedge fund live:"
X Link @quantscience_ 2025-10-13T09:14Z 70.2K followers, 11.1K engagements
"Things you dont need to start quant trading: Complex algorithms PhD in math $10000000 Things you do need to start quant trading: A $XXX laptop Interactive Brokers Python Want to learn how Register here:"
X Link @quantscience_ 2025-10-13T20:24Z 70.2K followers, 5088 engagements
"Next Steps: Reward Agents Reward Agents (AI) bring a new capability to allow Reinforcement Learning to integrate a reward system that allows the Agent to optimize the strategy to a reward (e.g. profit)"
X Link @quantscience_ 2025-10-12T15:56Z 70.1K followers, XXX engagements
"🚨BREAKING: A new open-source multi-agent LLM trading framework in Python It's called TradingAgents. Here's what it does (and how to get it for FREE): 🧵"
X Link @quantscience_ 2025-10-11T16:01Z 70.2K followers, 31.6K engagements
"4. Real-World Performance TSMOM outperforms passive investing. We're using a modified version of TSMOM in our Hedge Fund. One backtest shows 3500% return vs XXX% S&P500"
X Link @quantscience_ 2025-10-07T16:01Z 70K followers, 1498 engagements
"yfinance Data for stocks (historic intraday fundamental) FX crypto and options. Uses Yahoo Finance so any data available through Yahoo is available through yfinance"
X Link @quantscience_ 2025-10-13T15:56Z 70.2K followers, 1424 engagements
"🚨BREAKING: A new open-source multi-agent LLM trading framework in Python It's called TradingAgents. Here's what it does (and how to get it for FREE): 🧵"
X Link @quantscience_ 2025-10-10T12:15Z 70.2K followers, 45.4K engagements