When sending webhook payloads, my alerts fail on nested quotes and special characters. How can I validate the JSON before sending? { "symbol": "{{ticker}}", "action"…
JSON Bridge & Webhooks
One webhook URL that executes orders dynamically from any JSON payload.
The JSON Bridge gives you one webhook URL. Any platform that can send JSON — TradingView alerts, Python scripts, Chartink, Amibroker, custom servers — can place orders dynamically by describing the order in the payload.
I’m using the Strategy Order syntax in the JSON Bridge with TradingView, and I understand how it works. However, I also noticed there are other syntax generators available such as Limit…
I know that the JSON Bridge is used to execute trades through JSON-based signals from platforms like TradingView. But I’m not sure about the proper process to create it and get started. Can…
I am a developer and have built my own strategy in Python that monitors NIFTY. I have already generated the JSON syntax from the AlgoDelta’s JSON Bridge. Now what I want is that whenever my…
Hi everyone, While configuring the Options in JSON Bridge, I noticed that one of the Selection Type options is Symbol Based. Can someone explain what Symbol Based means, when it should be…
Hi everyone, While configuring the Option JSON Bridge, I came across the Premium Based Selection Type. I’m not sure how it works. How does the platform choose an option contract based on…
Hi everyone, While configuring the Option JSON Bridge, I noticed the ATM Based Selection Type. I understand that it uses an ATM Gap, but I’m not sure how the values like 0, +1, and -1 work…
Recently, I noticed that the JSON Bridge Syntax Generator has multiple options such as Limit Order, SL Order, Square Off Position, and others. I mostly use Strategy Orders, so I’m a little…
I’m currently using the JSON Bridge and Custom Bridge in AlgoDelta. But I noticed there is also a ChartInk feature available. I’m a little curious about how it works. Is it similar to…
I want to use the ChartInk feature in AlgoDelta, but I’m not sure how to create a ChartInk Group and what settings I need to configure while creating it. Can someone guide me through the…
I have created a ChartInk Group where the default transaction type is Buy. But suppose I manually configure one particular stock as Sell inside that group. In that case, what will happen…
I am using ChartInk with AlgoDelta, but I don’t want orders to be placed for every stock that comes from the scanner. I only want orders to be placed for a few selected stocks that I have…