A cloud ready selenium-chromedriver based automation software for auto trading in binary options with call and sms notifications.
This is just a prototype, where trading is automated for demostration purpose only. Further investigation and development into trading technicalities might lead it to become a profitable model.
See the working video
-
Make sure Python3 and Supervisor are installed on your machine
-
Install 'pienv' and 'virtualenv' for easily managing Python Virtual Environments
-
Create and Activate Python Virtual Environment sub-shell in the terminal by 'pipenv install' and then 'pipenv shell' command staying in the present directory
-
Run the Bash Script named 'start.sh' containing supervisor commands
-
Deactivate the pienv with 'deactivate' command