I am receiving live tick data from Zerodha WebSocket, but indicators like Supertrend and others require candle data.How can I correctly convert live ticks into 1-minute candles in…
1 reply
1.4k views
I am receiving live tick data from Zerodha WebSocket, but indicators like Supertrend and others require candle data.How can I correctly convert live ticks into 1-minute candles in…
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…
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…