The one stop place to wreck my boi Abid's software the useless-bull.
It is as of now built to provide API service to the data.
And is just for a parody unless i start seeing some sick profits out of this.
Inside backend folder is where majority of the automagic happens.
To get latest days data we use this:
cd backend/src/resources/
python main.py
This is connected to a lot of files that are in that particular folder.
-
To get yesterday's OI data from DB and compare it to todays fetched data.
- calculate_change_from_ytd.py
- yesterdays_data_from_db.py
-
To obtain bullish and bearish candlestick patterns data of the day.
- get_candlestick_pattern_of_the_day.py
-
Fetch day's FII-DII cash details.
- get_day_cash_data.py
-
Fetch day's participant wise open interest.
- get_participant_wise_fao.py
-
Get FII futures data.
- get_fii_future_cash.py