When sending webhook payloads, my alerts fail on nested quotes and special characters. How can I validate the JSON before sending? { "symbol": "{{ticker}}", "action"…
Questions tagged #json
JSON payload formats for the JSON Bridge.
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’m currently using a Custom Bridge/JSON Bridge in AlgoDelta, but for a few days I don’t want any orders to be placed. I also don’t want to delete the bridge because it’s already connected…
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…
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 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…
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…
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 have a strategy running in an MT5 EA. What I want is: -When a Buy signal comes, buy a Call Option. -If any Put Option position is already open, it should be squared off first. -When a…
I already have a strategy running in MT5. What I want is that whenever a Buy or Sell signal comes from my MT5 strategy, the order should be executed through AlgoDelta using the JSON Bridge…
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 have created a group in AlgoDelta and added both a Master account and multiple Child accounts. Now I’m using features like JSON Bridge and Order Manager with that group. 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 have created a group in AlgoDelta and added both a Master account and multiple Child accounts. Now I’m using features like JSON Bridge and Order Manager with that group. I’m a little…
I’m currently using the JSON Bridge for my combined Stop Loss and Target. But now I want something more advanced. I already have one group in AlgoDelta. What I want is to create multiple…
I have an SMA indicator on TradingView. When the fast SMA crosses above the slow SMA, it gives a LONG signal. When it crosses below, it gives a SHORT signal. Now I want to use those signals…
I have a strategy running on the Bank Nifty chart in TradingView. What I want is when a BUY signal comes -> Buy a Call Option when a SELL signal comes -> Buy a Put Option I know this is…
I generated a strategy order syntax from the JSON Bridge. But before connecting it to my TradingView strategy, I want to make sure everything is working correctly. Is there any way to test…
I have a strategy running on the Nifty chart in TradingView. What I want is: When a BUY signal comes then I have to Buy Nifty Futures When a SELL signal comes then I have to Sell Nifty…