Use the following command to list out all the required libraries into conda environment

conda env export > environment.yml

Use the following command to create the conda environment to run the application

conda env create -f environment.yml

In this code base I am using Alice Blue as my data feed and also to store the results I am using ElasticSearch as my back end database. So for using the same you need to fill the required details in helper/env_variables.py

Strategy Code Underlying Underlying Type Strategy Name File Path
101 Nifty Spot Short Straddle With Leg Level Stop Loss Strategy Code
102 Nifty Spot Short Straddle With Premium Level Stop Loss Strategy Code
201 Bank Nifty Spot Short Straddle With Leg Level Stop Loss Strategy Code
202 Bank Nifty Spot Short Straddle With Premium Level Stop Loss Strategy Code