An algorithmic trading system that operates for multiple accounts concurrently and executes trades using Angel One's Smart API.
smartapi
pandas
numpy
fyers_api
pyotp
This is an Algorithmic Trading System for the typical Short Straddle Startegy that runs in the Stock Markets.
It is a premium based Short Straddle, so we use numpy to get the minimum argument in terms of Premiums. A system that executes the trades concurrently for all the accounts.
The account details format is as follows: • app_key • app_secret • username • password • mpin • dob • totp_key • lots • symbol • access_token • last_login
Here the access token is updated once a day and the last login stores the date when the access token was generated.
Google Sheets API is used to work with the data stored in Google sheets. Google Service bot is used to access sheet with private data sharing.