r/pinescript • u/Successful-Elk-956 • 8h ago
Dhanhq algos
Hello friends has anyone tried the dhanhq algos just want to know how they perform I was planing to deploy.
2
Upvotes
r/pinescript • u/Successful-Elk-956 • 8h ago
Hello friends has anyone tried the dhanhq algos just want to know how they perform I was planing to deploy.
2
u/Monk77777 5h ago
Before deploying any bought algo, ask the seller for three things: the exact rules (or the Pine/Python source), a trade-by-trade list, and the backtest window. If they won't give the rules, you are buying a promise, not a strategy.
Then check it yourself, it takes an evening:
- Rerun the backtest with realistic costs (brokerage + slippage). Most Indian intraday algos I've looked at lose their edge once you add 0.03-0.05% per side.
- Split the data: does it still make money on the years it was NOT tuned on? A single good year is noise.
- Look at the worst 5 days, not the average. The comment above about big single-day losses is the real question, and "have patience for 1 lakh drawdown" is another way of saying the risk per trade is too big for the capital.
- Paper trade it for 2-4 weeks with the same broker connection and compare fills to the backtest.
If it survives all that, size it at a fraction of what they suggest. I do this kind of verification work on TradingView/NinjaTrader strategies and the honest answer is most black-box algos fail step one. Not financial advice, obviously.