<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[TrailingStoploss in ROBO Order]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://smartapi.angelone.in/smartapi/forum/uid/1">@admin</a>,</p>
<p dir="auto">Could you please help me understand why <code>trailingStopLoss</code> is not working in the below ROBO order?</p>
<p dir="auto">I am placing a BO (Bracket Order) with <code>variety = "ROBO"</code> and <code>producttype = "BO"</code> using a normal BUY ROBO order (not <code>STOPLOSS_LIMIT</code>).</p>
<p dir="auto">Even though I am passing <code>trailingStopLoss: "5"</code>, the trailing stop loss does not seem to get applied.</p>
<p dir="auto">Here is my order payload:</p>
<pre><code class="language-python">orderparams = {
    "variety": "ROBO",
    "tradingsymbol": symbol,
    "symboltoken": str(token),
    "transactiontype": "BUY",
    "exchange": EXCHANGE,
    "ordertype": "LIMIT",
    "producttype": "BO",
    "duration": "DAY",
    "price": str(entry_price),
    "squareoff": "10",
    "stoploss": "2",
    "trailingStopLoss": "5",
    "quantity": str(qty),
}
</code></pre>
<p dir="auto">Could you please confirm:</p>
<ol>
<li>Is <code>trailingStopLoss</code> supported for ROBO BO orders in SmartAPI?</li>
<li>Is the correct parameter name <code>trailingStopLoss</code> or should it be something else like <code>trailing_stoploss</code>?</li>
<li>Are there any restrictions or minimum values required for trailing stop loss in ROBO orders?</li>
</ol>
<p dir="auto">Thank you.</p>
]]></description><link>https://smartapi.angelone.in/smartapi/forum/topic/5573/trailingstoploss-in-robo-order</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 10:25:06 GMT</lastBuildDate><atom:link href="https://smartapi.angelone.in/smartapi/forum/topic/5573.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Apr 2026 16:46:23 GMT</pubDate><ttl>60</ttl></channel></rss>