Skip to content

stefaniuk/trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingBot

Trade bot with Trading212 api.

A trade bot for investing in trading212.com broker service.

Getting started

Just install it with pip.

pip install tradingbot

Developing

Built With

  • python v3.6
  • trading212api v0.1a2

Prerequisites

  • Python3.6
  • Firefox
  • geckodriver

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/federico123579/TradingBot.git
cd TradingBot/
python3.6 -m venv env
. env/bin//activate
pip install trading212api

Versioning

The Semantic Versioning is used in this repository in this format:

[major].[minor].[patch]-{status}
  • major indicates incopatible changes
  • minor indicates new features
  • patch indicates bug fixies
  • status show the status (alpha, beta, rc, etc.)

for more information see Semantic Versioning

Licensing

This software is under the MIT license.

About

A trading bot of trading212 service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages