Quatltd Profile picture
15 Apr, 5 tweets, 1 min read
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
Pos sizing:

SL%: perChange*0.35
SL Price: LTP*SL%

Ex:
Stock price: 1000
PerCHange: 5%
SL%: 1.75%
SL Price: 100*.0175 = 17.5
Risk per stock: 3000
Qty: 3000/17.5= 172
This sud be repeated for 5 stocks
5/n
Exit:
You can exit of SL hit or EOD exit ( 3:10 to 3:20 pm)
I am checking SL exit for 5 mins close.
System you can enter high stock and exit if 5 mins LTP is more than SL price
6/n

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Quatltd

Quatltd Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @quatltd

23 Jul
GM..!

Stock trading is riskiest business, there are n number circumstances which is not in our control which leads to big losses.
1/n
1. Not able to close day's position due to brokers site is down( we encountered in past).
2. Hugh up/down in particular script which leads to big loss due to some news or events.
Read 7 tweets
25 Mar
This month #algotrade issues and observations.

Issue: Most of the days CO/BOs blocked.
Fix: Needed to code for MIS order

1/n
Issue: Zerodha was down and not able to close open positions by EOD.

Fix: It went to short delivery. Overall no loss. Still didnt understand what happend in auction.
If repeats , need to think other alternatives

2/n
Issue: one of the rare case scenario happened on 03/19. Zerodha quote api was not working in middle of the day.

It was handled already by code.

Fix: Try to close all open positions to avoid further loss and hard exit from system.

Code is there already and worked fine
3/n
Read 4 tweets
18 Feb
How to start #algotrade without paying anycharge?
Actually I used dis when i started with 30k cap not paying single penny.

1. Use below link to download one min data and back test ur technique
drive.google.com/drive/u/0/fold…

1/n
2. Use google sheet api (google finance) to get LTP
support.google.com/docs/answer/30…

u can't get candles but u can get LTP,open,high low for the day or every requests
2/n

attached sample code how can be used.
3. Use selenium code to auto login to zerodha kite.
3/n
Read 5 tweets
7 Jan
Thread for aspiring #algotraders

Do u know programming ?

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
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!