Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.78 KB

File metadata and controls

37 lines (25 loc) · 1.78 KB

Selenium-Chromedriver Based Trading Automation

Selenium automation for Crypto Binary Option

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.

Some of the features:

1. Auto login and browsing
2. Following patterns dictated by the user
3. Supervisord for extra stability and cloud support
4. Multiple Chromedriver support for multiple session without any conflicts and failures
5. Alert user by global sms/phone call based on preffered condition

Tools and Technologies:

1. Selenium
2. Python3
3. Chromedriver
4. Supervisord
5. Twilio

Selenium Automation Autotrader

See the working video

Working Software Demo Video

Setup

  1. Make sure Python3 and Supervisor are installed on your machine

  2. Install 'pienv' and 'virtualenv' for easily managing Python Virtual Environments

  3. Create and Activate Python Virtual Environment sub-shell in the terminal by 'pipenv install' and then 'pipenv shell' command staying in the present directory

  4. Run the Bash Script named 'start.sh' containing supervisor commands

  5. Deactivate the pienv with 'deactivate' command