Data for Algo Traders
@datafortraders
8.95K
subscribers
28
photos
127
files
346
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.95K subscribers
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…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/OyMeLWB0rP8
GTT_DEMO.zip
5.8 KB
Data for Algo Traders
https://youtu.be/MsuUwVxIG4A
YouTube
IIFL - BLAZE API Integration in Python | Part -1 | API Key Generation | Login through Python SDK
This video help you to explore IIFL algo trading through XTS symphony API . We learn how to map IIFL account to XTS -API , then download python SDK and do some modification to make SDK workable. Finally we learn how to login through Python SDK in IIFL account.…
Data for Algo Traders
xts-pythonclient-api-sdk-main.zip
16.8 KB
Data for Algo Traders
https://youtu.be/znBw0uTdeXA
YouTube
IIFL - BLAZE API Integration in Python | Part -2 | Master Contract List | Order Placement
This video help you to explore IIFL algo trading through XTS symphony API . We learn how to fetch master contract list of XTS API and then filter symbol from master list. Finally we also learn how to place order with help of contract info.
Link for PART…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/znBw0uTdeXA
IIFL_DEMO.py
2.2 KB
Data for Algo Traders
https://youtu.be/UanGjhc5ekA
YouTube
Build Scanner to Filter Stocks where Promoters Increasing their Stake
Whenever company's promoters increasing their stake , this action generally bullish sign for stock . If you are short term trader , then this filter criteria also provide some good stock which you can consider . In this video we learn how to filter such…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/UanGjhc5ekA
insiderTrade.py
1.6 KB
Data for Algo Traders
https://youtube.com/shorts/UwOhsxRliG4
YouTube
Ask ChatGPT | Generate Python code to get Option Chain data
Prompt 1: Generate python code to get options chain data from nseindia.com . Don't use scrap method . Use only request module with timeout attribute. Reques...