SOLVED What Is “Link Sharing Demat Connection” and How Does It Work in Multi-Account Management Software?
In the Dashboard tab, there is an option called “ Link Sharing Demat Connection. ” What is this option, and how does it work? Please explain.
Designing, testing and running systematic strategies.
In the Dashboard tab, there is an option called “ Link Sharing Demat Connection. ” What is this option, and how does it work? Please explain.
I’m using Camarilla pivot in my algo and calculating it from 1-minute candles. I’m already checking HLC properly, but still the pivot levels are not matching chart values. Am I missing…
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…
So while working on dynamic strike selection (ATM/ITM/OTM) in my sma cross over algo, but I am stuck on strike gap. Right now I am hardcoding values like 50 for NIFTY and 100 for BANKNIFTY…
I have one doubt while running my algo live. If I stop my current strategy in between market hours and apply a new strategy, what happens to the existing open trades?Will the system…
EMA/SMA values not matching chart in my algo (using 1-min candles) I’m calculating EMA and SMA in my algo using 1-minute candles built from ticks. But when I compare it with broker/chart…
I’m trying to use Bollinger Bands (BB) in my algo using my 1-minute candle data. I implemented the formula using SMA and standard deviation, but when I compare it with chart values, it…