I am a developer and have built my own strategy in Python that monitors NIFTY. What I want is that whenever my Python code generates a Buy signal, AlgoDelta should execute whatever is…
Custom Bridge
Design UP / DOWN signal scripts and conditions that turn alerts into orders.
A Custom Bridge lets you define what should happen on an UP and a DOWN signal — which symbol, strike selection, quantity, order type and exit conditions — and connect it to any charting or analysis platform.
I have already created a Custom Bridge, but I’m confused about the configuration part. There are many fields like Exchange, Product, Script Type, Symbol, etc., and I’m not sure what needs…
SOLVED What happens if I change the Bridge Key while there are active orders running in the Custom Bridge?
I have some positions already running through a Custom Bridge, and the same webhook is also being used in my TradingView alerts. Suppose I change the Bridge Key while those positions are…
I want to use the Custom Bridge in AlgoDelta because I know it can be connected with platforms like TradingView and MT5. But I’m not sure about the proper process to create it. Can someone…