Skip to content

An algorithmic trading platform for multiple brokerages focusing on Indicators, Algorithms, and a Trading Client from forked or custom API Wrappers.

License

Notifications You must be signed in to change notification settings

xLightless/algotrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algotrading

A 'simple' solution for integrating algorithmic and machine learning trading. Ever wanted to manage your capital with just a click of a button? Well now you can, simply become a script kiddie and connect your brokerage details to the bot. Additionally, select your indicators, strategy, and thresholds then go on vacation in about a month! It really is that simple.

Logo

Installation

Installing 'algotrading' using git/bash

  git clone https://github.com/xLightless/algotrading.git
  cd algotrading
  pip install -r requirements.txt

Login

  POST /api/login

{
	"command": "login",
	"arguments": {
		"userId": "1000",
		"password": "PASSWORD"
	}
}
Parameter Type Description
userId int Required. Your account ID.
password string Required. Your emails password.

Authors

Many thanks to the contributers and authors below:

Acknowledgements

About

An algorithmic trading platform for multiple brokerages focusing on Indicators, Algorithms, and a Trading Client from forked or custom API Wrappers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages