आमतौर पर Fyers का Webhook Template कॉपी करके, Treadingview के message section में पेस्ट करना होता है।
सवाल - क्या Fyers की current Webhook Template में Indication से जनरेट होने वाले सिग्नल के साथ साथ Target & SL Add नहीं किया जा सकता?
{ “exchange”: “{{exchange}}”, “ticker”: “{{ticker}}”, “close”: “{{close}}”, “open”: “{{open}}”, “high”: “{{high}}”, “low”: “{{low}}”, “volume”: “{{volume}}”, “price”: “{{close}}” }
Hi @111376366292129558673, stop loss and Target need to be configured within Automate itself. Alternatively, you can create an additional webhook which can be triggered externally to square off the positions whenever required.
@bhanu.prakash.7imf8zk9
Hi Bhanu, thanks for the clarification.
However, my question was slightly different and more advanced.
I am not asking about fixed SL/Target configuration inside Automate.
What I actually meant was:
Can Fyers Automate parse and use dynamic SL/Target values coming directly from TradingView webhook alerts generated by the indicator itself?
For example, TradingView alerts can already send custom JSON like:
{
"symbol":"NSE:NIFTY",
"action":"BUY",
"entry":"24500",
"sl":"24440",
"target":"24620"
}
So the requirement is not static SL/TGT inside Automate, but indicator-generated dynamic risk management values.
This is important because many advanced algo systems use:
- candle-based SL
- ATR-based SL
- dynamic targets
- trailing SL
- strategy-based exits
Currently, the default webhook template seems limited to OHLC/price data only.
Is there any roadmap to support:
- custom webhook fields
- dynamic SL/TGT parsing
- trailing SL from webhook
- custom strategy parameters
directly inside Fyers Automate?
I believe this would make Fyers Automate much more powerful for serious TradingView algo users.
Hi @111376366292129558673, thanks for the detailed explanation.
Automate does not directly support dynamic SL/Target values or custom parameters received from TradingView webhooks.
Currently, users can set up static or dynamic order configurations using the indicators and trigger conditions available within Automate itself.
We understand features like ATR-based SL, trailing SL, and custom strategy parameters are important for advanced algo trading, and we have noted your feedback on the same.