QUAT Profile picture
So far profitable algo trader since 26th Jun 2019
Indi Algolearner ❄️ Profile picture Stock Fucker Profile picture 2 subscribed
Jul 27, 2021 12 tweets 2 min read
Finally ready with fully automated Nifty pos option selling system. Going live on Friday
Here is my learning journal, from as option beginner. Sharing of last 1 month learning
I am not sure system is fruitful or not, but learning curve hit multiple EQ High last one month
1/n
Initial goal to avoid intra selling to avoid noise and stress and I felt it is tough for me. So started manual testing ideas with opstra define edge.
2/n
Apr 2, 2021 6 tweets 1 min read
I am going to share list of hard learned learnings on stocks algo trading in this thread. It may benefit new comers . It’s just my point of view. It may differ person to person.

1/1
Stock selection - it’s not good to backtest current list of stocks or fixed list. Selection should be dynamic. For ex: if u r testing nifty stocks u need to test with historical nifty stocks not with current nifty stocks with historic data.

2/2
Jan 18, 2021 7 tweets 2 min read
My first #crypto #algotrades after two weeks of coding. i share experience so far in this thread. Image I use #binance api for history and order placement.

It was far better than our local apis available. Speedy, clean and most important it is free.
Jul 23, 2020 7 tweets 1 min read
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).
Apr 15, 2020 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
Mar 25, 2020 4 tweets 1 min read
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
Feb 18, 2020 5 tweets 3 min read
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.
Jan 7, 2020 7 tweets 1 min read
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