0% found this document useful (0 votes)
1K views8 pages

Algo Trading

Uploaded by

samip2u
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views8 pages

Algo Trading

Uploaded by

samip2u
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Algo Trading Using Python

Bootcamp
👋 Welcome to The Algo Trading Bootcamp
with Aseem Singhal
🗓️ Duration: (3rd feb-27th feb)

⏳ Timings : 7:00 PM to 9:00 PM IST


💡 "Never ever argue with your trading system." - Michael Covel
👨‍👨‍👧‍👦 Collaborative Learning Approach : Learning together with a cohort
of students who share common goals is a proven way to get better
learning outcomes. At The Future University, we ensure that the students
get max benefit out of this collaborative learning approach and promote
engagement in the cohort through various group activities, projects and
lifelong community support.

Class to start with :

● Masterclass on algo trading with Mr. Aseem Singhal :


https://youtu.be/Y-332Wy5bLA

● Pivot point strategy document :


Masterclass Strategy Documentation (2) (2).pdf

Python installation guide :


● PDF Guide : Python Installation Guide (1).pdf

● Video : Installation Guide

Ask your questions here :


● https://forms.gle/NirPxF59VYddQ85u9
Options Round 1

● Day 1️⃣ ( Basics of Options )


PPT : Day1_Bootcamp PPT

Recording : https://youtu.be/fjHaXg_KYoU

Excel used : TFU_1_3Feb.xlsx

● Day 2️⃣ ( Options Greeks )


PPT : Day2_Bootcamp PPT

Recording : https://youtu.be/PwFJyDDWfGI

Excel used : TFU-Class2-4Feb.xlsx

● Day 3️⃣ ( Basic options strategy )


PPT : Day3_Bootcamp PPT

Recording : https://youtu.be/zbLptaCvAD0

Excel used : TFU-3_5Feb.xlsx

● Day x ( Python installation )


Recording : https://youtu.be/PTVaoF1FbJY

● Day 4️⃣ ( Backtested strategies that work in india )

PPT : Day 4 (5).pdf

Recording : https://youtu.be/LPVYtgMMP-w

Excel used : TFU-Class4_8Feb.xlsx

Additional Document : Option_Trading_Strategies.pdf


● Day 5️⃣ ( Ask Me Anything )

PPT : Day 4 (5).pdf

Recording : https://youtu.be/8QKVKrkGCmc

Excel used : TFU - Class 5 - Supertrend option course And Risk.xlsx

● Day 6️⃣ ( P2P Session )

Recording : https://youtu.be/WA5Mt14oFwo

1. English : RESOURCE DOCUMENT

Automation using Python

● Day 8️⃣ ( BASICS OF PYTHON )

● All the codes that we will be using are here in


below link:-
*To open python file in text file, write click and then click open with notepad

https://drive.google.com/drive/u/0/folders/1SG
Aja6SN8jPBXvW0WBv8F9-Fu7u4V_8i
These are links to create API for zerodha/fyers/finvasia:-

https://youtu.be/2wi0qhDLFuY

https://youtu.be/vTZzUSninis

https://youtu.be/vIVETGQ6Mjk
Python file added here as well:-
https://drive.google.com/drive/u/0/folders/11Euf8
5C6-lzll4cCah9uY7goOmcYGg-h
Recording : https://youtu.be/68lQoTH4SOc

Additional Resources :

1. https://www.w3schools.com/python/
2. https://www.tutorialspoint.com/python/index.htm
3. Python for Beginners - Learn Python in 1 Hour (Ignore the last topic : Tuples)

Assignment :

1. Find the max value using if else :


a. var1 = 50
b. var2 = 40
c. var3 = 30
2. Using for loop, print the following:

##

###

● Day 8️⃣(class with Ajay sir for all python


installation/zerodha/fyers/Finvasia api issues.)
Recording : https://youtu.be/0Jhc08bAifg

● Day 9️⃣ (Python continued and Login and Data retrieval )

Recording : https://youtu.be/2c7hDHm0yx0
CODE USED IN CLASS :

1. TFU_Class2.py
2. TFU_Class2b.py
3. TFU_Class2c.py

● Day 1️⃣0️⃣ (Strategy Development - I)

Recording : https://youtu.be/MPLiZpWOasQ
CODE USED IN CLASS : (For strategies 1,2,3)

1. Zerodha :
a. Strategy 1 : TFU_Strategy1.py
b. Strategy 2 : TFU_Strategy2.py
c. Strategy 3 : TFU_Strategy3.py
2. Fyers :
a. Strategy 1 : TFU_Fyers_Strategy1.py
b. Strategy 2 : TFU_Fyers_Strategy2.py
c. Strategy 3 : TFU_Fyers_Strategy3.py
3. Finvasia :
a. Strategy 1 : TFU_Shoonya_Strategy1.py
b. Strategy 2 : TFU_Shoonya_Strategy2.py
c. Strategy 3 : TFU_Shoonya_Strategy3.py

MORE DOCUMENTS :

1. FAQs : General FAQs-1.pdf


2. If pip install Twisted is not working, then install this whl file:
twisted_iocpsupport-1.0.2-cp311-cp311-win_amd64.whl
3. For shoonya : NorenRestApiPy-0.0.20-py2.py3-none-any.whl
4. Running Multiple Strategies : Multiple Strategies.mkv

● Day 1️⃣1️⃣
Recording : https://youtu.be/s_lthWVfPF8

Steps:

1) Run Class2, Class2b, Class2c (depending on broker)

2) For Fyers/Zerodha, copy the access token and paste in Strategy1 file.

3) In Strategy1 file, update the expiry year = "23", Month = "FEB", Date = ""

4) Run Strategy1

5) For Shoonya, update expiry year = "23", Month = "FEB", Date = "23"

6) Run Strategy 1

● Day 1️⃣2️⃣(error fixing on 23rd feb nd 24th feb respectively)


Recording: https://youtu.be/NO-wsrWGZ8I

Recording:https://youtu.be/YPrGFIHGqx0

● Day 1️⃣2️⃣( Live Implementation on 24th feb )

Recording : https://youtu.be/EAt7AM9y5fE
CODE USED IN CLASS :

1. TFU_Strategy4b.py
2. TFU_Strategy1_websocket.py
3. TFU_Fyers_Strategy4.py
4. TFU_Strategy0.py
5. TFU_sagar_subscribe.py
6. TFU_Shoonya_Strategy0.py
7. TFU_Fyers_Strategy0.py
8. TFU_Shoonya_Strategy4.py
9. TFU_Strategy6.py
● Day 1️⃣3️⃣ ( error fixing with Ajay on 25th feb )
Recording :

● Day 1️⃣4️⃣ ( Risk management and QnA)


Recording : https://youtu.be/QKLgzD7QcUU

EXCEL USED IN CLASS : TFU - Class 11 - Supertrend option course And Risk (1).xlsx

💁‍♀️ Support
You may get in touch with us via Email, Phone, and WhatsApp

📩 Email: [email protected]
📞 Phone or WhatsApp: Rishabh (+91 6239 1652 98)

You might also like