Data for Algo Traders
@datafortraders
8.94K
subscribers
28
photos
127
files
345
links
Join membership :
https://learn.datafortraders.in/learn
Personal telgram ID :
@datafortrader
For any business related query you can contact me on datafortrader@gmail.com
Download Telegram
Join
Data for Algo Traders
8.94K subscribers
Data for Algo Traders
https://youtu.be/Ph9P7RKmvzQ
YouTube
Download BSE Bhavcopy & Delivery Data through Python
There are some instrument which listed on BSE , but not on NSE. So we need BSE bhavcopy & Delivery data also to analysis those instruments.In this video we learn how to download BSE bhavcopy with help of Python.
Join this channel to get access to perks:…
Data for Algo Traders
https://youtu.be/HxqKIYPiSZg
YouTube
How to Automate Excel from Python | xlwings
Excel is very powerful tool for data analysis. Traders also use Excel for auto trade, tracking orderbook/ position book etc. In this video we learn how to access Excel and do read/write operation from python.
xlwings doc link : https://docs.xlwings.org/en/latest/…
Data for Algo Traders
xlwingsDemo.ipynb
5.5 KB
Data for Algo Traders
https://youtu.be/whLnd_wnhOQ
YouTube
Display Live Option data in Excel | AngelOne Smart API | Part - 1
In this video we learn how to use angelOne websocket 2.0 to fetch live option data and print on excel .
Watch below video for better understanding.
AngelOne Websocket 2.0 Part 1: https://youtu.be/Ou1e0GUL5fc
AngelOne Websocket 2.0 Part 2: https://you…
Data for Algo Traders
https://youtu.be/kKIcSZYyFRU
YouTube
Display Live Option data in Excel | IV & Delta | AngelOne Smart API | Part - 2
In this video we learn how to use angelOne websocket 2.0 to fetch live option data and calculate options greeks and then finally display on excel.
Video link to calculate Greeks : https://youtu.be/zbzALoipse8
Join this channel to get access to perks:
…
Data for Algo Traders
https://youtu.be/fjxLkEG83xo
YouTube
Kotak Neo API Integration | How to login through Neo API | Python | Part -1
Kotak introduced NEO API in 2022. In this video I explained how to integrate login API call.
API doc Link : https://documenter.getpostman.com/view/21534797/UzBnqmpD#753c18da-ce1c-421f-834d-1e88a4395dfe
API Portal Link : https://napi.kotaksecurities.co…
Data for Algo Traders
kotakNeoVideoPart1.py
2.6 KB
Data for Algo Traders
https://youtu.be/sej95ovC5FE
YouTube
How to Code Straddle and Schedule at Specific Time | AngelOne Smart API | Python | Part -1
Previously we cover Finvasia Straddle video series where we learn how to place straddle , place SL order and also learn simple SL trail logic. Same logic now explained in this video for AngelOne .
Join this channel to get access to perks:
https://www.…
Data for Algo Traders
https://youtu.be/TF4pB_WYFRk
YouTube
Kotak Neo API Integration | Order Placement | Position| Tradebook | Orderbook | Python | Part -2
Kotak introduced NEO API in 2022. In this video I explained how to place order, cancel order, fetch orderbook, tradebook , holding using Neo API.
Join this channel to get access to perks:
https://www.youtube.com/channel/UClY1Cdb-KfZuKuTbajEbwMQ/join
Get…
Data for Algo Traders
https://youtu.be/AG52l30iywc
YouTube
How to Trail SL Order After Selling Straddle | AngelOne Smart API | Python | Part - 2
Previously we cover Finvasia Straddle video series where we learn how to place straddle , place SL order and also learn simple SL trail logic. Same logic now explained in this video for AngelOne .
Join this channel to get access to perks:
https://www.…
Data for Algo Traders
https://youtu.be/KANHnWgULYw
YouTube
How to Code Options Straddle and Schedule at Specific Time | Fyers | Python | Part -1
Previously we cover Finvasia and AngelOne Straddle video series where we learn how to place straddle , place SL order and also learn simple SL trail logic. Same logic now explained in this video for Fyers.
Join this channel to get access to perks:
htt…
Data for Algo Traders
https://www.youtube.com/watch?v=MGq6ITboQ_4
YouTube
An Update on Login Flow | Kotak Neo API Integration
Kotak Neo did some change form their end, so previously explained login method not working anymore. So in this video, I explained how to do small change and make thing workable again.
Join this channel to get access to perks:
https://www.youtube.com/channel/UClY1Cdb…
Data for Algo Traders
kotakNeoLoginUpdated.py
5.4 KB
Data for Algo Traders
https://www.youtube.com/watch?v=v98gOqtYEh8
YouTube
How to Trail SL after Placing Straddle/Strangle | Fyers | Python | Part -2
Previously we cover Finvasia and AngelOne Straddle video series where we learn how to place straddle , place SL order and also learn simple SL trail logic. Same logic now explained in this video for Fyers.
Join this channel to get access to perks:
ht…
Data for Algo Traders
https://youtu.be/hVQiCwbrqYs
YouTube
How to Handle Multiple Session In AngelOne Smart API
In AngelOne user can generate single session with single app key. But if you are looking for solution where you need multiple session (to execute multiple strategy) using same app key then this video help you to manage multiple session in AngelOne Smart API.…
Data for Algo Traders
AngelMultiLogin.py
963 B
Data for Algo Traders
https://www.youtube.com/watch?v=I8bPNl4A3Ok
YouTube
Calculate Supertrend and Heikin-Ashi Candle In Python
Supertrend is very famous trend following indicator , we will learn how to calculate Supertend in Python. Later on we also learn how to convert general OHLC candle data into Heikin-Ashi Candle.
Join this channel to get access to perks:
https://www.yout…
Data for Algo Traders
supertrend_Hk.py
585 B
Data for Algo Traders
sbin5min.csv
29.1 KB
Data for Algo Traders
https://youtu.be/OyMeLWB0rP8
YouTube
How to Place GTT Order from API in Finvasia | Python | Shoonya
Finvasia provide GTT order though rest API , but this feature not included in its Python SDK. In this video we learn how to add GTT API call to Python SDK , also we learn to fetch pending GTT order. Once you understand process , after that you can easily…