Data for Algo Traders
@datafortraders
8.95K
subscribers
28
photos
128
files
347
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/bWpCojADnbc
YouTube
Build your own Telegram Bot for Trading | AngelOne Smart API | python-telegram-bot | Part 2
Telegram BOT very famous application in trading word and in this video I will explain how to build your own telegram bot using python-telegram-bot library. I used AngelOne Smart API as an example for this project.
Part 1 Link : https://youtu.be/FFlMWnIJ1_Y…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/bWpCojADnbc
Telebot_video.py
4.8 KB
Code used in above video
Data for Algo Traders
https://youtu.be/kphfTn_FOqM
YouTube
Finvasia Shoonya API Integration | Python | Part -1
If you want to explore FINVASIA API , then this video will help you lot. I explained in this video how to get credentials for access API. Also we learn how to install Shoonya API library and after that demo of login through Python API.
Contact details…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/kphfTn_FOqM
Finvasia_video.py
1 KB
Code for Finvasia part 1
Data for Algo Traders
https://youtu.be/mGrLxntF6k4
YouTube
Finvasia Shoonya API Integration | Python | Part -2
In this part of Shoonya API Integration , I explained all API which you need to know regarding Symbol/Token. To place any order through API , symbol token mandatory and these API call help to get those symbol details.
Shoonya API Documentation : https…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/mGrLxntF6k4
Finvasia_video2.py
1.4 KB
Code mentioned in Above video
Data for Algo Traders
https://youtu.be/96S1HH-J81E
YouTube
Finvasia Shoonya API Integration | Order Placement , Modify, Cancel | Part -3
In this part of Shoonya API Integration , I explained all API call which you need to know regarding Order . I explained how to place , modify and cancel any order through Shoonya Python API .
Github Page of Shoonya API: https://github.com/Shoonya-Dev/ShoonyaApi…
Data for Algo Traders
https://youtu.be/MsTP2-OkDQg
YouTube
How to Build Nifty/BankNifty Options Straddle in Shoonya API
Options Straddle very famous among Options Traders and this video help you to build Straddle system in Finvasia Shoonya API.
Finvasia API Playlist : https://youtube.com/playlist?list=PLtq1ftYrDPQblEvkHhbK61POAkS80dlii
Contact details :
Telegram Channel:…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/MsTP2-OkDQg
Finvasia_video.py
3.7 KB
Data for Algo Traders
https://youtu.be/8iw-ROTt2sc
YouTube
Convert 1 Min OHLC Candle data to Multiple Time frames | Python
In this video I explained conversion of 1 min candlestick data to larger time frame like 2, 3, 5, 75 min etc. You can use this concept for Multi time frame analysis, also for back testing your strategy in multiple time frames.
Contact details :
Telegram…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/8iw-ROTt2sc
Code used in Above video
Data for Algo Traders
Data for Algo Traders
https://youtu.be/8iw-ROTt2sc
resample.py
794 B
TCS_min.csv
533.1 KB
Data for Algo Traders
https://youtu.be/Hkq0jipHTm0
YouTube
Free NIFTY-BANKNIFTY Options Intraday Historical Data through ICICIdirect Breeze API
For back testing options strategy you need Option intraday historical data and this video help you out to get those historical data. All you need ICICIdirect account to access breeze API and get last 3 Years options historical data .
Breeze API Pyhton library…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/Hkq0jipHTm0
breeze.py
1.2 KB
Data for Algo Traders
https://youtu.be/xqZBRbx63Uk
YouTube
How to Store Intraday Historical Data using MongoDB | PyMongo
Building Back testing system need Data and also require good management of data. So that you can focus on your back-test logic rather than data handling. In this video I explained about stocks historical data storage. You can use MongoDB to store your intraday…
Data for Algo Traders
Pymongo.py
1.4 KB
Data for Algo Traders
https://youtu.be/qiQDttx5-GA
YouTube
How to Store Live Tick Data in CSV File /Database using MongoDB
In this video I explained a way to store Live tick data into Database. After that you can also export tick data into CSV /JSON file.
Link for Part 1: https://youtu.be/xqZBRbx63Uk
Contact details :
Telegram Channel: https://t.me/datafortraders
Gmail…
Data for Algo Traders
https://youtu.be/_yhCB7TWaWg
YouTube
How to Handle Quantity Freeze Limit for Nifty/BankNifty through Algo
NSE have limitation of quantity that a market participant can buy or sell in a single order for F&O segment. Brokers web terminal have feature to handle this situation, but in your algo you have to handle this case by yourself. In this video I explained how…
Data for Algo Traders
Split_order.py
2.3 KB