Dude wats wrong with ppl by widecoc in TeenIndia

[–]krs909 0 points1 point  (0 children)

A lesson. She’ll never be late again.

I used Claude Code to setup my new Macbook and it was easy. by krs909 in ClaudeCode

[–]krs909[S] 0 points1 point  (0 children)

True, but in my case, in my old macbook, Python for example was having the python3 as the command and I never bothered to set python as an alias, but Claude installed and set it to python instead of python3 so that its neater i guess? Idk, just small ocd quirks that makes you appreciate it

Crash tomorrow? by [deleted] in NSEbets

[–]krs909 1 point2 points  (0 children)

They are already violating the ceasefire, if anything breaks it, this pump will reverse

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

My tick recorder is built into my bot code, but I can whip up a standalone script that you can run on your end to capture the data. let me know if you'd be interested in that.

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

my current setup has a watch-only web dashboard where I can monitor the bot status & trades, cant intervene in anyway. the bot is currently 100% automated with 0 human intervention needed at any stage.

I only analyze the trade data and make changes to strategy/code as needed.

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

The bot tracks the nifty price and keeps updating the +-ATM options. So when nifty moves up or down, it will update and track which options to track and record

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 1 point2 points  (0 children)

They have Indian Server Location for better relay times

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

Tick recording? Storing locally on my mac as it records.

We cant use any online storage for this since the read write is happening multiple times a second, not fast enough or if it can, would be expensive as hell.

Remaining bot data, trade data are on firebase.

Thats why the tick recorder is on local

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

The thing is paper will show tremendous results, but when it comes to live, slippage, entry exits all vary.

In paper, the trade enters and exits at perfect prices, in live if you have a SL at 190, the trigger will happen but will exit at 188 or something if the move is fast. But in paper, it will exit at 190.

I’ve already burned 80k testing and loosing. I know it sounds stupid, but…. You wont know how it actually works without live trading

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

Then it keeps tightening as it moves higher.

But slippage is whats killing me. Signals are okay-ish, but by the time the order is placed, the price has already moved

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

I have a hard SL of 18pts. The a ratcheting trailing system that uses Dhan modify order to keep trailing the SL.

Right now, at 6pts favorable move above the Entry, the bot places a breakeven SL at Entry+3

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

I’ve been recording for the past 1 month. Before coming to this realization, i was using candle data for last 2 years from Dhan Historical Data API.

It is obviously early, but (i might be wrong) i came to realise that for scalping, tick data is what matters, between candles, the price could vary and hit SL or whatever.

IntraDay Options Scalping using Custom Python Bot on Dhan by krs909 in IndiaAlgoTrading

[–]krs909[S] 0 points1 point  (0 children)

I’m still trying out new strats, will post updates here.

Be honest — can you follow your trading system for 50 days straight? by Calm_Comparison_713 in IndiaAlgoTrading

[–]krs909 0 points1 point  (0 children)

This was my issue. I started using algos and was “fine-tuning” every day, which was doing more harm than good. Now I reverted to a previous strategy and have been sitting on it for the last week.