{"id":58036,"date":"2026-03-31T19:03:35","date_gmt":"2026-03-31T23:03:35","guid":{"rendered":"https:\/\/www.smbtraining.com\/blog\/?p=58036"},"modified":"2026-03-31T19:03:35","modified_gmt":"2026-03-31T23:03:35","slug":"ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","status":"publish","type":"post","link":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","title":{"rendered":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading"},"content":{"rendered":"<div class=\"x-resp-embed x-is-video x-is-youtube\"><iframe loading=\"lazy\" title=\"How to use Claude To Gain a Huge Day Trading Edge\" width=\"846\" height=\"476\" src=\"https:\/\/www.youtube.com\/embed\/Rqmdw4xyIMM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<p>If you want to actually <strong>use AI the right way in trading<\/strong>, it starts with better prompts.<\/p>\n<p>Below are the prompt templates pulled from the workflow examples we created, organized by practice so you can copy, paste, and adapt them for your own trading process.<\/p>\n<hr \/>\n<h2>Practice #1: Custom Alerts<\/h2>\n<h3>TradingView (Pine Script)<\/h3>\n<pre><code>Build a TradingView Pine Script v5 indicator and alert that triggers when ALL of these conditions are met:\r\n\r\n1. Price breaks above the 30-minute opening range high\r\n   - Opening range = 9:30 AM to 10:00 AM EST\r\n   - Breakout = close above the high of this range\r\n\r\n2. Current bar volume is at least 1.5x the average volume of the opening 30-minute range\r\n\r\n3. Price is currently above VWAP\r\n\r\n4. It's within the first 2 hours of the regular session (before 11:30 AM EST)\r\n\r\nVISUAL REQUIREMENTS:\r\n- Draw a horizontal line showing the opening range high\r\n- Mark the breakout bar with a green triangle above the bar\r\n- Add a background color (light green) when all conditions are met\r\n\r\nALERT REQUIREMENTS:\r\n- Create an alert condition that fires once per bar when conditions are met\r\n- Alert message should include: Symbol, Price, Time\r\n\r\nMake the code clean and well-commented.<\/code><\/pre>\n<h3>Refinement Prompt<\/h3>\n<pre><code>Update the script:\r\n\r\nOnly trigger the alert if the breakout bar closes in the top 50% of its range.\r\n\r\nThis confirms strong buying pressure on the breakout.<\/code><\/pre>\n<h3>ThinkorSwim (ThinkScript)<\/h3>\n<pre><code>Build a ThinkScript study for ThinkorSwim that creates an alert when:\r\n\r\n1. Price breaks above the 30-minute opening range high\r\n   - Opening range = first 30 minutes after market open (9:30-10:00 AM EST)\r\n   - Breakout = close above the high of this range\r\n\r\n2. Current bar volume is at least 1.5x the average volume of the opening range\r\n\r\n3. Price is above VWAP\r\n\r\n4. Time is within first 2 hours of session (before 11:30 AM EST)\r\n\r\nREQUIREMENTS:\r\n- Add a horizontal line showing the OR high\r\n- Use AddLabel to show when conditions are met\r\n- Include an alert trigger\r\n- Make it work on 1-minute, 5-minute, and 15-minute charts\r\n\r\nProvide clean, commented thinkScript code.<\/code><\/pre>\n<hr \/>\n<h2>Practice #2: Pre-Market Game Plan Automation<\/h2>\n<pre><code>Analyze this watchlist for today's trading session.\r\n\r\nWATCHLIST: TSLA, NVDA, AMD, META, AAPL, GOOGL, MSFT, AMZN\r\n\r\nOVERNIGHT NEWS\/CATALYSTS:\r\n[Paste any relevant headlines from your news source]\r\n- NVDA: Earnings report after close yesterday, beat estimates\r\n- TSLA: CEO commented on production targets\r\n- AMD: Analyst upgrade from JPM\r\n- META: No significant news\r\n[etc.]\r\n\r\nPRE-MARKET DATA (as of 9:00 AM EST):\r\nSymbol | Price | Change | Volume | Key Levels\r\nTSLA   | $245.30 | +2.1% | High volume | R: $248, S: $242\r\nNVDA   | $892.50 | +3.8% | Very high  | R: $900, S: $885\r\nAMD    | $178.20 | +1.2% | Average    | R: $180, S: $175\r\nMETA   | $485.60 | -0.3% | Low        | R: $490, S: $482\r\n[etc.]\r\n\r\nFOR EACH STOCK, PROVIDE:\r\n1. Key catalyst or news driver (if any)\r\n2. Pre-market price action assessment (strength\/weakness, volume)\r\n3. Key levels to watch (support\/resistance from the data above)\r\n4. Setup potential (which patterns might develop: ORB, VWAP bounce, momentum continuation, etc.)\r\n5. Priority ranking (High\/Medium\/Low) based on setup quality + catalyst strength\r\n\r\nOUTPUT FORMAT:\r\nProvide as a clean table with one row per stock, sorted by priority (High first).\r\nThen provide 2-3 sentences of overall market context at the bottom.<\/code><\/pre>\n<hr \/>\n<h2>Practice #3: Custom Trade Journal \/ Performance Analysis<\/h2>\n<pre><code>Build me a Python script that analyzes my trading performance.\r\n\r\nINPUT:\r\n- Import CSV file from TD Ameritrade (or any broker)\r\n- Required columns: Symbol, Entry Date, Entry Time, Entry Price, Exit Date, Exit Time, Exit Price, Shares, P&amp;L\r\n- I'll manually add a \"Setup Type\" column (ORB, VWAP Bounce, Momentum, etc.)\r\n\r\nANALYSIS TO PERFORM:\r\n1. Overall Statistics:\r\n   - Total trades, Winners, Losers, Win Rate\r\n   - Average Win, Average Loss, Expectancy\r\n   - Largest Win, Largest Loss\r\n   - Total P&amp;L, Average P&amp;L per trade\r\n\r\n2. Performance by Setup Type:\r\n   - Win rate for each setup\r\n   - Average win\/loss for each setup\r\n   - Total P&amp;L by setup\r\n   - Number of trades per setup\r\n\r\n3. Performance by Time of Day:\r\n   - Break trading day into hourly blocks: 9:30-10:30, 10:30-11:30, 11:30-12:30, 12:30-1:30, 1:30-2:30, 2:30-4:00\r\n   - For each block: Win rate, Avg Win, Avg Loss, Total P&amp;L, Number of trades\r\n\r\n4. Performance by Day of Week:\r\n   - Same metrics broken down Monday through Friday\r\n\r\n5. Pattern Detection:\r\n   - Identify best performing hour\r\n   - Identify worst performing hour\r\n   - Identify best performing setup\r\n   - Identify worst performing setup\r\n   - Flag any time periods where I'm consistently losing\r\n\r\nOUTPUT:\r\n- Display results as clean formatted tables\r\n- Generate a written summary highlighting key patterns\r\n- Provide specific recommendations based on the data\r\n\r\nTECHNICAL REQUIREMENTS:\r\n- Use pandas for data analysis\r\n- Make it easy to run (simple command line: python analyze_trades.py)\r\n- Include error handling for missing data\r\n- Add comments explaining each section\r\n\r\nMake this something I can run weekly on my latest trades.<\/code><\/pre>\n<hr \/>\n<h2>Practice #4: Custom Order Entry \/ Exit Logic<\/h2>\n<h3>TradingView Version<\/h3>\n<pre><code>Write a TradingView Pine Script v5 strategy that implements a 2-bar trailing stop.\r\n\r\nENTRY:\r\n- Strategy will use strategy.entry() for long positions\r\n- User can manually define entry conditions or I'll enter on simple MA cross for demo\r\n\r\nSTOP LOSS LOGIC:\r\n- Initial stop: Lowest low of the past 2 bars at time of entry\r\n- Trailing mechanism:\r\n  * Every time price makes a new 2-bar high (current high &gt; high of past 2 bars)\r\n  * Move stop to the lowest low of the past 2 bars\r\n  * Stop only moves UP, never down\r\n- Exit when stop is hit using strategy.exit()\r\n\r\nVISUAL REQUIREMENTS:\r\n- Plot the stop line on the chart\r\n- Color coding: Red when initially set, Green when trailing (has moved up at least once)\r\n- Show entry points with a triangle marker\r\n- Show exit points with a square marker\r\n\r\nSETTINGS:\r\n- Make the lookback period (2 bars) adjustable via input\r\n- Add option to show\/hide the stop line\r\n\r\nProvide clean, well-commented code suitable for backtesting.<\/code><\/pre>\n<h3>ThinkorSwim Version<\/h3>\n<pre><code>Write a ThinkScript strategy for ThinkorSwim that implements a 2-bar trailing stop for long positions.\r\n\r\nREQUIREMENTS:\r\n\r\n1. Entry Logic:\r\n   - Use a simple moving average crossover as entry trigger (50 SMA crosses above 200 SMA)\r\n   - Or allow manual entry if user prefers\r\n\r\n2. Stop Loss Logic:\r\n   - Initial stop = Lowest low of past 2 bars at entry\r\n   - Trailing: When price makes new 2-bar high, move stop to lowest low of past 2 bars\r\n   - Stop only moves up, never down\r\n   - Exit when price hits stop\r\n\r\n3. Visual Elements:\r\n   - Plot stop level line on chart\r\n   - Color: Red initially, Green after first trail\r\n   - Mark entries and exits on chart\r\n   - Add label showing current stop price\r\n\r\n4. Settings:\r\n   - Adjustable lookback period (default 2)\r\n   - Option to enable\/disable strategy\r\n\r\nProvide clean thinkScript code with comments.<\/code><\/pre>\n<hr \/>\n<h2>Practice #5: AI Trade Autopsy<\/h2>\n<pre><code>Analyze this trade. I'm attaching a chart screenshot.\r\n\r\nSETUP DETAILS:\r\n- Setup Type: Opening Range Breakout\r\n- Stock: TSLA\r\n- Date: [Today's date]\r\n- Entry: $245.80 (broke above 30-min high of $245.50)\r\n- Planned Exit: First 5-min bar closing in bottom 25% of range\r\n- Planned Stop: $242.00 (30-min low)\r\n- Actual Exit: $244.20 (took loss before stop was hit)\r\n\r\nENTRY RULES (My playbook):\r\n- Break of 30-min high\r\n- Volume 1.5x average on breakout bar\r\n- Price above VWAP\r\n\r\nEXIT RULES (My playbook):\r\n- Exit on first 5-min bar that closes in bottom 25% of its range\r\n- OR stop loss at 30-min low\r\n\r\nCONTEXT:\r\n- I entered when price broke $245.50 on volume\r\n- I was planning to hold for the first weak bar\r\n- Instead, I exited at $244.20 because I \"felt\" it was rolling over\r\n- My stop was still at $242.00, so I exited before it was hit\r\n- This was my 3rd trade of the day (first two were losers)\r\n\r\nQUESTIONS:\r\n1. Did my entry meet my rules? Was it clean?\r\n2. Did I follow my exit plan? If not, what did I violate?\r\n3. Based on the chart, what pattern am I showing here?\r\n4. What should I focus on improving?\r\n5. If you were coaching me, what would you tell me about this trade?<\/code><\/pre>\n<hr \/>\n<h2>The Prompt Pattern Behind All of These<\/h2>\n<p>The reason these prompts work is because they all follow the same structure:<\/p>\n<ul>\n<li><strong>Clear objective<\/strong><\/li>\n<li><strong>Explicit rules and logic<\/strong><\/li>\n<li><strong>Structured inputs<\/strong><\/li>\n<li><strong>Defined output format<\/strong><\/li>\n<li><strong>Constraints and formatting requirements<\/strong><\/li>\n<\/ul>\n<p>In other words, the better you describe what you want, the better the AI can build it.<\/p>\n<hr \/>\n<h2>Final Thought<\/h2>\n<p>AI is not here to replace your thinking.<\/p>\n<p>It is here to remove the bottlenecks that slow down your preparation, your review process, your execution, and your ability to build custom trading infrastructure. If you use it correctly, you can create tools in minutes that would have taken weeks or months to build on your own.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to actually use AI the right way in trading, it starts with better prompts. Below are the prompt templates pulled from the workflow examples we created, organized by practice so you can copy, paste, and adapt them for your own trading process. Practice #1: Custom Alerts TradingView (Pine Script) Build a TradingView Pine Script v5 indicator and &#8230; <a href=\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":290,"featured_media":58037,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-58036","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general-comments-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training\" \/>\n<meta property=\"og:description\" content=\"If you want to actually use AI the right way in trading, it starts with better prompts. Below are the prompt templates pulled from the workflow examples we created, organized by practice so you can copy, paste, and adapt them for your own trading process. Practice #1: Custom Alerts TradingView (Pine Script) Build a TradingView Pine Script v5 indicator and ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\" \/>\n<meta property=\"og:site_name\" content=\"SMB Training Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/smbcap\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-31T23:03:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"smbcapital\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@smbcapital\" \/>\n<meta name=\"twitter:site\" content=\"@smbcapital\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"smbcapital\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\"},\"author\":{\"name\":\"smbcapital\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#\/schema\/person\/57cc9affbbb6763e0012594ad884b25a\"},\"headline\":\"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading\",\"datePublished\":\"2026-03-31T23:03:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\"},\"wordCount\":211,\"publisher\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg\",\"articleSection\":[\"General Comments\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\",\"name\":\"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training\",\"isPartOf\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg\",\"datePublished\":\"2026-03-31T23:03:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg\",\"contentUrl\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.smbtraining.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#website\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/\",\"name\":\"SMB Training Blog\",\"description\":\"Lessons from the trading desk\",\"publisher\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.smbtraining.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#organization\",\"name\":\"SMB Training\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2022\/07\/Logo-e1658419502954.png\",\"contentUrl\":\"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2022\/07\/Logo-e1658419502954.png\",\"width\":230,\"height\":81,\"caption\":\"SMB Training\"},\"image\":{\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/smbcap\/\",\"https:\/\/x.com\/smbcapital\",\"https:\/\/www.youtube.com\/user\/smbcapital\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.smbtraining.com\/blog\/#\/schema\/person\/57cc9affbbb6763e0012594ad884b25a\",\"name\":\"smbcapital\",\"url\":\"https:\/\/www.smbtraining.com\/blog\/author\/smbcapital\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","og_locale":"en_US","og_type":"article","og_title":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training","og_description":"If you want to actually use AI the right way in trading, it starts with better prompts. Below are the prompt templates pulled from the workflow examples we created, organized by practice so you can copy, paste, and adapt them for your own trading process. Practice #1: Custom Alerts TradingView (Pine Script) Build a TradingView Pine Script v5 indicator and ... Read More","og_url":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","og_site_name":"SMB Training Blog","article_publisher":"https:\/\/www.facebook.com\/smbcap\/","article_published_time":"2026-03-31T23:03:35+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg","type":"image\/jpeg"}],"author":"smbcapital","twitter_card":"summary_large_image","twitter_creator":"@smbcapital","twitter_site":"@smbcapital","twitter_misc":{"Written by":"smbcapital","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#article","isPartOf":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading"},"author":{"name":"smbcapital","@id":"https:\/\/www.smbtraining.com\/blog\/#\/schema\/person\/57cc9affbbb6763e0012594ad884b25a"},"headline":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading","datePublished":"2026-03-31T23:03:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading"},"wordCount":211,"publisher":{"@id":"https:\/\/www.smbtraining.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage"},"thumbnailUrl":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg","articleSection":["General Comments"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","url":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading","name":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading | SMB Training","isPartOf":{"@id":"https:\/\/www.smbtraining.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage"},"image":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage"},"thumbnailUrl":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg","datePublished":"2026-03-31T23:03:35+00:00","breadcrumb":{"@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#primaryimage","url":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg","contentUrl":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2026\/03\/ai-hacks-day-trading.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.smbtraining.com\/blog\/ai-trading-prompts-from-the-video-5-best-practices-for-using-claude-in-trading#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smbtraining.com\/blog"},{"@type":"ListItem","position":2,"name":"AI Trading Prompts from the Video: 5 Best Practices for Using Claude in Trading"}]},{"@type":"WebSite","@id":"https:\/\/www.smbtraining.com\/blog\/#website","url":"https:\/\/www.smbtraining.com\/blog\/","name":"SMB Training Blog","description":"Lessons from the trading desk","publisher":{"@id":"https:\/\/www.smbtraining.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.smbtraining.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.smbtraining.com\/blog\/#organization","name":"SMB Training","url":"https:\/\/www.smbtraining.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.smbtraining.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2022\/07\/Logo-e1658419502954.png","contentUrl":"https:\/\/www.smbtraining.com\/blog\/wp-content\/uploads\/2022\/07\/Logo-e1658419502954.png","width":230,"height":81,"caption":"SMB Training"},"image":{"@id":"https:\/\/www.smbtraining.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/smbcap\/","https:\/\/x.com\/smbcapital","https:\/\/www.youtube.com\/user\/smbcapital"]},{"@type":"Person","@id":"https:\/\/www.smbtraining.com\/blog\/#\/schema\/person\/57cc9affbbb6763e0012594ad884b25a","name":"smbcapital","url":"https:\/\/www.smbtraining.com\/blog\/author\/smbcapital"}]}},"_links":{"self":[{"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/posts\/58036","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/users\/290"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/comments?post=58036"}],"version-history":[{"count":1,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/posts\/58036\/revisions"}],"predecessor-version":[{"id":58038,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/posts\/58036\/revisions\/58038"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/media\/58037"}],"wp:attachment":[{"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/media?parent=58036"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/categories?post=58036"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.smbtraining.com\/blog\/wp-json\/wp\/v2\/tags?post=58036"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}