<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dipendra Shrestha</title>
    <description>The latest articles on DEV Community by Dipendra Shrestha (@dipendra_shrestha).</description>
    <link>https://dev.to/dipendra_shrestha</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3805900%2Ff21081e7-e51d-48c8-ab0a-9e5a36bfe95b.jpg</url>
      <title>DEV Community: Dipendra Shrestha</title>
      <link>https://dev.to/dipendra_shrestha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dipendra_shrestha"/>
    <language>en</language>
    <item>
      <title>Building an AI-Assisted Trading Pipeline with TradingView</title>
      <dc:creator>Dipendra Shrestha</dc:creator>
      <pubDate>Sun, 06 Sep 2026 08:42:28 +0000</pubDate>
      <link>https://dev.to/dipendra_shrestha/building-an-ai-assisted-trading-pipeline-with-tradingview-284a</link>
      <guid>https://dev.to/dipendra_shrestha/building-an-ai-assisted-trading-pipeline-with-tradingview-284a</guid>
      <description>&lt;p&gt;I've been experimenting with the idea of connecting TradingView alerts to an AI decision layer to make trading more systematic.&lt;/p&gt;

&lt;p&gt;The architecture is relatively simple:&lt;/p&gt;

&lt;p&gt;TradingView&lt;br&gt;
    ↓&lt;br&gt;
Webhook&lt;br&gt;
    ↓&lt;br&gt;
Trading Signal API&lt;br&gt;
    ↓&lt;br&gt;
Claude / AI Analysis&lt;br&gt;
    ↓&lt;br&gt;
Risk Management&lt;br&gt;
    ↓&lt;br&gt;
Broker API&lt;/p&gt;

&lt;p&gt;TradingView generates a signal when predefined conditions are met—for example, an EMA crossover, VWAP confirmation, RSI threshold, or volume breakout.&lt;/p&gt;

&lt;p&gt;The webhook sends structured JSON to an application:&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  "symbol": "NVDA",&lt;br&gt;
  "signal": "LONG",&lt;br&gt;
  "timeframe": "5m",&lt;br&gt;
  "price": 182.50&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;The application can then send the relevant market data to an AI model for structured analysis.&lt;/p&gt;

&lt;p&gt;The AI shouldn't have unrestricted control over trading.&lt;/p&gt;

&lt;p&gt;A separate risk-management layer should enforce position size, stop-loss, maximum daily loss, and other limits before anything reaches the broker.&lt;/p&gt;

&lt;p&gt;The interesting part isn't trying to make AI predict the market.&lt;/p&gt;

&lt;p&gt;It's using automation to create a repeatable process that reduces emotional decisions.&lt;/p&gt;

&lt;p&gt;Before connecting real capital, the entire pipeline should be backtested, paper traded, monitored, and tested for failure scenarios.&lt;/p&gt;

&lt;p&gt;Good automation doesn't eliminate risk. It makes risk more visible and controllable.&lt;/p&gt;

&lt;p&gt;-- Dipendra Shrestha | Virginia &lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>python</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
