Claude IS A GENIUS STOCK TRADER
Most people have no clue how to use it.
Here are 18 prompts to unlock stock trading automation...
The Paradigm Shift
Most traders treat Claude like a search engine. They ask, "What stock should I buy?" and get a generic disclaimer. The pros treat Claude like a Senior Quantitative Analyst. You don't ask for "tips"; you provide raw data, SEC filings, and technical indicators, then ask it to build a weighted scoring model. It’s about moving from "opinion-based trading" to "logic-based automation."
Most traders treat Claude like a search engine. They ask, "What stock should I buy?" and get a generic disclaimer. The pros treat Claude like a Senior Quantitative Analyst. You don't ask for "tips"; you provide raw data, SEC filings, and technical indicators, then ask it to build a weighted scoring model. It’s about moving from "opinion-based trading" to "logic-based automation."
Prompt 1: The SEC Alpha Extractor
“Analyze this 10-K filing for [Company]. Identify 'Risk Factors' that weren't present in last year's filing and quantify the potential impact on EBITDA if these risks manifest. Highlight any subtle changes in management’s tone regarding debt covenants.”
Why it works: Claude can cross-reference thousands of words in seconds to find the "smoking gun" hidden in legalese.
“Analyze this 10-K filing for [Company]. Identify 'Risk Factors' that weren't present in last year's filing and quantify the potential impact on EBITDA if these risks manifest. Highlight any subtle changes in management’s tone regarding debt covenants.”
Why it works: Claude can cross-reference thousands of words in seconds to find the "smoking gun" hidden in legalese.
Prompt 2: Python Strategy Backtester
“Write a Python script using pandas and yfinance to backtest a Mean Reversion strategy on ${AAPL} over the last 5 years. Include a 2% stop-loss and a 6% take-profit. Output the Sharpe Ratio and Maximum Drawdown.”
Why it works: You aren't guessing. You’re building the code to prove the math works before risking a single dollar.
“Write a Python script using pandas and yfinance to backtest a Mean Reversion strategy on ${AAPL} over the last 5 years. Include a 2% stop-loss and a 6% take-profit. Output the Sharpe Ratio and Maximum Drawdown.”
Why it works: You aren't guessing. You’re building the code to prove the math works before risking a single dollar.
Prompt 3: The Sentiment Correlation Engine
“I will provide you with the last 50 headlines for [Stock]. Assign a sentiment score from -1 to 1 for each. Compare these scores against the price action during those time stamps and identify if the stock is currently 'overreacting' to news.”
Why it works: It helps you fade the noise by identifying when the market is being irrational.
“I will provide you with the last 50 headlines for [Stock]. Assign a sentiment score from -1 to 1 for each. Compare these scores against the price action during those time stamps and identify if the stock is currently 'overreacting' to news.”
Why it works: It helps you fade the noise by identifying when the market is being irrational.
Prompt 4: Multi-Factor Ranking System
“Create a ranking system for the following 10 stocks in the Semiconductor sector. Weight 'Forward P/E' at 30%, 'Revenue Growth' at 40%, and 'Relative Strength Index (RSI)' at 30%. Rank them from highest to lowest conviction.”
Why it works: It removes emotional bias. You’re trading a system, not a feeling.
“Create a ranking system for the following 10 stocks in the Semiconductor sector. Weight 'Forward P/E' at 30%, 'Revenue Growth' at 40%, and 'Relative Strength Index (RSI)' at 30%. Rank them from highest to lowest conviction.”
Why it works: It removes emotional bias. You’re trading a system, not a feeling.
Prompt 5: The Macro Weaver
“Given the latest CPI data of [X]% and the current Fed Dot Plot, simulate how a 'Higher for Longer' interest rate environment will specifically impact the cash flow of highly leveraged small-cap companies in the Russell 2000.”
Why it works: It connects the dots between the Fed and your specific portfolio holdings.
“Given the latest CPI data of [X]% and the current Fed Dot Plot, simulate how a 'Higher for Longer' interest rate environment will specifically impact the cash flow of highly leveraged small-cap companies in the Russell 2000.”
Why it works: It connects the dots between the Fed and your specific portfolio holdings.
Prompt 6: Technical Indicator Crossover Script
“Generate a Pine Script for TradingView that triggers a 'Buy' signal when the 50-day EMA crosses above the 200-day EMA, but only if the Volume is 20% above the 10-day average. Ensure it plots these signals on the chart.”
Why it works: This bridges the gap between Claude’s logic and your live charts.
“Generate a Pine Script for TradingView that triggers a 'Buy' signal when the 50-day EMA crosses above the 200-day EMA, but only if the Volume is 20% above the 10-day average. Ensure it plots these signals on the chart.”
Why it works: This bridges the gap between Claude’s logic and your live charts.
Prompt 7: The "Devil’s Advocate" Analysis
“I am bullish on [Stock] for [Reason A, B, and C]. Act as a short-seller with a high conviction. Find the three strongest counter-arguments that could lead to a 20% price correction in the next 6 months.”
Why it works: This destroys confirmation bias the silent killer of all retail traders.
“I am bullish on [Stock] for [Reason A, B, and C]. Act as a short-seller with a high conviction. Find the three strongest counter-arguments that could lead to a 20% price correction in the next 6 months.”
Why it works: This destroys confirmation bias the silent killer of all retail traders.
Prompt 8: Unusual Whales Decoder
“Analyze this options flow data. Looking at the Put/Call ratio and the specific 'Sweep' orders at the [Price] strike, determine if this looks like institutional hedging or speculative directional betting.”
Why it works: You start following the "Smart Money" instead of the "Dumb Money."
“Analyze this options flow data. Looking at the Put/Call ratio and the specific 'Sweep' orders at the [Price] strike, determine if this looks like institutional hedging or speculative directional betting.”
Why it works: You start following the "Smart Money" instead of the "Dumb Money."
Prompt 9: Earnings Call Tone Analysis
“Compare the transcript of today’s earnings call with the previous three quarters. Did the CEO use more tentative language regarding 'Guidance'? Extract specific phrases that indicate a shift from offensive to defensive posture.”
Why it works: Humans miss subtle linguistic shifts; Claude’s attention mechanism does not.
“Compare the transcript of today’s earnings call with the previous three quarters. Did the CEO use more tentative language regarding 'Guidance'? Extract specific phrases that indicate a shift from offensive to defensive posture.”
Why it works: Humans miss subtle linguistic shifts; Claude’s attention mechanism does not.
Prompt 10: Portfolio Variance Optimizer
“I have a portfolio of [List Stocks]. Calculate the correlation matrix between these assets. Suggest two assets to add that would lower my overall portfolio variance without sacrificing more than 1% of expected return.”
Why it works: This is the "Modern Portfolio Theory" applied in seconds.
“I have a portfolio of [List Stocks]. Calculate the correlation matrix between these assets. Suggest two assets to add that would lower my overall portfolio variance without sacrificing more than 1% of expected return.”
Why it works: This is the "Modern Portfolio Theory" applied in seconds.
Prompt 11: The Gamma Squeeze Monitor
“Explain the current Open Interest at the upcoming OpEx for [Stock]. Based on the 'Gamma' levels, identify the price points where market makers will be forced to buy or sell the underlying stock to remain delta-neutral.”
“Explain the current Open Interest at the upcoming OpEx for [Stock]. Based on the 'Gamma' levels, identify the price points where market makers will be forced to buy or sell the underlying stock to remain delta-neutral.”
Prompt 12: Automated Trading Journal Review
“Here is my trading log for the last month. Analyze my losing trades. Is there a common denominator? Am I over-trading on Tuesdays? Am I holding losers too long? Give me a psychological profile of my trading flaws.”
“Here is my trading log for the last month. Analyze my losing trades. Is there a common denominator? Am I over-trading on Tuesdays? Am I holding losers too long? Give me a psychological profile of my trading flaws.”
Prompt 13: Synthetic Option Strategy Builder
“Design a 'Poor Man's Covered Call' (Diagonal Spread) for [Stock] that yields a 15% annualized return. Calculate the break-even points and the maximum loss if the stock drops by 10%.”
“Design a 'Poor Man's Covered Call' (Diagonal Spread) for [Stock] that yields a 15% annualized return. Calculate the break-even points and the maximum loss if the stock drops by 10%.”
Prompt 14: Supply Chain Risk Mapper
“Map the primary suppliers for [EV Company]. Based on current geopolitical tensions in [Region], identify which components are at the highest risk of price spikes and how that will hit the gross margins.”
“Map the primary suppliers for [EV Company]. Based on current geopolitical tensions in [Region], identify which components are at the highest risk of price spikes and how that will hit the gross margins.”
Prompt 15: The DCF Model Builder
“Build a 5-year Discounted Cash Flow (DCF) model for [Stock]. Use a WACC of 8% and a terminal growth rate of 2%. Show me the 'Fair Value' price and the sensitivity analysis for different growth rates.”
“Build a 5-year Discounted Cash Flow (DCF) model for [Stock]. Use a WACC of 8% and a terminal growth rate of 2%. Show me the 'Fair Value' price and the sensitivity analysis for different growth rates.”
Prompt 16: Relative Value Play
“Compare [Stock A] and [Stock B] across 5 valuation metrics. Which one is objectively cheaper relative to its historical 5-year average? Is there a fundamental reason for the discount?”
“Compare [Stock A] and [Stock B] across 5 valuation metrics. Which one is objectively cheaper relative to its historical 5-year average? Is there a fundamental reason for the discount?”
Prompt 17: The Exit Strategy Architect
“I am up 40% on [Stock]. Create a 'Trailing Stop' logic that allows me to capture further upside while locking in at least 30% profit if the trend reverses. Base it on the Average True Range (ATR).”
“I am up 40% on [Stock]. Create a 'Trailing Stop' logic that allows me to capture further upside while locking in at least 30% profit if the trend reverses. Base it on the Average True Range (ATR).”
Prompt 18: Recursive Learning Agent
“Review the 17 prompts above. Based on current market volatility and the rise of AI-driven trading, suggest a 19th 'Master Prompt' that combines sentiment, technicals, and fundamentals into a single dashboard view.”
“Review the 17 prompts above. Based on current market volatility and the rise of AI-driven trading, suggest a 19th 'Master Prompt' that combines sentiment, technicals, and fundamentals into a single dashboard view.”
Generated by Thread Navigator
Press ⌘ + S to quick-export
