Data for Algo Traders
9K subscribers
30 photos
129 files
356 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
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

Problem : How to fetch symbol master list for brokers like Zerodha, Fyers, etc.

Solution : These master symbol lists are generally CSV files, and the Pandas library can be used to read/write CSV files easily. To learn more, watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Read- Write CSV file

πŸ’‘Summary
: In this section we learn important method and operation on pandas dataframe which require for Algo trading.

πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3001938
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

Problem : How to fetch JSON file format symbol master list for brokers like AngelOne, Upstox, etc.

Solution : To read json format master symbol lists Pandas library can be used .Possible pandas method are read_json, json_normalize etc. To learn more, watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Read- Write Excel/Json file

πŸ’‘Summary
: In this section we learn important method and operation on pandas dataframe which require for Algo trading.

πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3007464
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

Problem : How to select rows and columns in pandas DataFrame ?

Solution : loc and iloc are two important method used for columns/rows selection. To learn more, watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> DataFrame indexing and Slicing

πŸ’‘Summary
: In this section we learn important method and operation on pandas dataframe which require for Algo trading.

πŸ”— Video URL :https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3014945
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

Problem : In XTS, how to place an order, get the traded price, place an SL order, and get the option strike for a particular expiry?

Solution : To learn all these API calls in a better way, it's advisable to build some real use cases. Hence, I cover all these topics in one video where you can learn how to place Straddle/Strangle and place an SL order using XTS. To learn more, watch below video:

πŸ“€Members Exclusive Videos -> XTS Symphony API  -> Build Option Straddle/Strangle strategy in XTS API - Part 2

πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/DFT-Paid-Courses/section/480735/lesson/3019115


πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

Problem: In the broker master list, how do we filter option contracts for a particular symbol ? How do we filter Nifty 500/Nifty 50/F&O stocks ? How do we filter index symbols ?

Solution: The solution to all the above problems is filtering. In a dataframe, you can easily filter entries based on multiple conditions. To learn more, watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Data filtering in Pandas DataFrame



πŸ”— Video URL :https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3029888
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

πŸ€” How to sort a dataframe by column values? How to rename column names? How to change column datatypes?

πŸ™‹πŸ»β€β™‚οΈ In the video below, we address these queries and learn how to apply these functions in the trading world. To learn more, watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Essential Functions (sort, rename ,astype, fillna , etc)



πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3039790
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

πŸ€” Problem : You have stock OHLC data in dataframe , now you want to add any missing day OHLC data in existing dataframe ?

πŸ™‹πŸ»β€β™‚οΈ Solution : Basically you have to add extra row /columns in DataFrame , To know more about this watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Append row and columns in DataFrame



πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451689/lesson/2977595
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£
πŸ€” Problem : How to convert timestamp into human readable format ? How to filter candle data based on time interval e.g. candle between 12.30 to 13:00 ?

πŸ™‹πŸ»β€β™‚οΈ Solution : Solution of all these question is to_datetime method , To know more about this watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Manage datetime in Pandas DataFrame



πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3056299
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£
πŸ€” Problem : How to create NSE option chain like structure in dataframe ? How to append multiple dataframe into single dataframe ?

πŸ™‹πŸ»β€β™‚οΈ Solution : Solution of these question is merge and concat function , To know more about this watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Merge and Concat



πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3069095
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing
πŸ“ŒπŸ“Œ   New Video uploaded   πŸ“£πŸ“£

πŸ€” Problem : You have historical data of multiple stocks in a dataframe. Now, for backtesting any intraday strategy, you want to divide the stocks by date as well as by symbol.


πŸ™‹πŸ»β€β™‚οΈ Solution : Solution of these question is Group by operation in pandas. To know more about this watch below video:

πŸ“€ Python For Algorithmic trading
-> Pandas  -> Group by



πŸ”— Video URL : https://learn.datafortraders.in/learn/home/Algorithm-trading-Courses/Python-For-Algorithmic-trading/section/451687/lesson/3075828
πŸ‘‰ To access Membership Sign up  :   https://learn.datafortraders.in/learn

Content Summary :  https://docs.google.com/spreadsheets/d/1D0cDdU1IZQD0d3AFR5vazVvIUO-M3tkcatexde9TIN4/edit?usp=sharing