If not learn below python topics online,
Basics/syntax
Data processing
Data storage
For if loops
Api calls
1/n
Do u have working manual strategy?
If not , learn to setup strategy using online,
Like entry,exit, SL, target.
There r n number of sources avail online to learn strategies. Pick one which suite u. 2/n
Do u money management and position sizing, winning losing streaks.
If not, learn that system trading concepts before coding.
3/n
Now start backtest ur technique.
Call kite connect api
Store it
Code ur filter and entry, exit rules
Put max risk per day 1 to 3% based on ur risk appetite
Minus charges, slippage from PL
Take report ROI monthly basis
Check MaxDD
4/n
Work on filters, entry nd exits till you r ok with ur ROI and maxDD.
You can add pyramidding to improve results.
5/n
Once back testing is done. Place orders in small real account.
Check EOD basis whether stock selections matches as per ur backtest.
If not work on it to match.
Keep check on slippages and PNL to check if it matches as per test.
It will take months to get proper match
6/n
Once realtime reports start matching real reports. Increase ur account size based on ur risk appetite.
N/n
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Input: F&O stocks
Interval: 5 mins
Var: price & volume for each stocks
2/n
Max stocks traded per day : 5
Max risk per day: 3%
Ex: for 5L cap, each stokc will be allocated 1Lac captial
Risk per stock: 3% of 1Lac = 3k
3/n
Stock selection:
Do below stock for every 5 mins:
Start time 10:10 am
End time: 11: am
Min per: should be >=3%
It can be long or short
Turnover of the day(vol*price) should be in top 20 List on the given time.
Last 15 mins perChange>=days PerChange*0.015
4/n