Data for Algo Traders
@datafortraders
8.95K
subscribers
28
photos
127
files
344
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
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...
Data for Algo Traders
Data for Algo Traders
https://youtube.com/shorts/UwOhsxRliG4
nse_oc_chatgpt.ipynb
10.2 KB
Data for Algo Traders
https://youtube.com/shorts/ypqdw8kmeek?feature=share
YouTube
Ask ChatGPT | Get Important Info from Earning Conference call
Join this channel to get access to perks:https://www.youtube.com/channel/UClY1Cdb-KfZuKuTbajEbwMQ/joinContact details :Telegram Channel: https://t.me/datafo...
Data for Algo Traders
https://youtu.be/kkxPko3RhDM
YouTube
5 Popular Methods for Storing Pandas DataFrames Explained
In this video, we will explore 5 different methods for storing Pandas DataFrames, including CSV, HDF5, Parquet, Feather, and Pickle. Each of these methods has its own strengths and weaknesses, and it's important to know which one to use for your specific…
Data for Algo Traders
Data for Algo Traders
https://youtu.be/kkxPko3RhDM
dataframeStorage.ipynb
5.3 KB
Data for Algo Traders
https://youtube.com/shorts/0YXn3u4XYeE
YouTube
Data Filtering in Python: Query vs. Filter - Which Method to Choose?
Explore the differences between the query and filter methods in Python Pandas for data filtering. Discover how to leverage string expressions and column labe...
Data for Algo Traders
https://youtu.be/SnuOkiYxi_I
YouTube
Unlocking Efficiency: Exploring Line Profiling in Python
Unlock the secrets of line profiling in Python with our informative video! Profiling plays a crucial role in understanding the performance of your code and identifying areas that can be optimized. In this video, we delve into the concept of profiling, highlighting…
Data for Algo Traders
https://youtu.be/SZe6T8PBFKk
YouTube
Optimizing Memory Usage in Python with memory_profiler
In this video tutorial, explore the powerful memory_profiler module in Python to analyze and optimize your code's memory consumption. Discover how to identify memory leaks, track memory usage line-by-line, and apply memory optimization techniques. Level up…