Skip to content

Lightweight day trading bot based upon the VWAP algorithm implementation and the eToro web interface (Java 8, Apache HttpClient, Selenium, Quartz)

Notifications You must be signed in to change notification settings

mareksagan/eToroBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eToroBot

Lightweight day trading bot based upon the VWAP algorithm implementation and the eToro web interface

Requirements

  • Bot must be able to make (almost) instantaneous trades through the eToro web interface
  • It must implement the Volume Weighter Average Price (VWAP) algorithm for making decisions

Installation

  • Set up Maven and JDK 8 on your machine
  • Run mvn clean install
  • Run mvn package to deploy a JAR file

About

Lightweight day trading bot based upon the VWAP algorithm implementation and the eToro web interface (Java 8, Apache HttpClient, Selenium, Quartz)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages