Skip to content

A trading bot that places different order types automatically based on a strategy

Notifications You must be signed in to change notification settings

sergane13/Bitmex-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Bitmex Bot

Built in 2020 June

Trading bot that places different order types automaticaly based on a strategy

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Plot of OBV from last 900 candles

Logo

Built as an initial idea to reduce the human factor from any trading strategy. The bot currently has 3 types of indicators, a WMA, an HMA, and an OBV, manipulating data in different ways to achieve its goal. Any of the strategies there are written have NOT been backtested and I believe that they will have negative returns. The purpose of the project was to test automatic trading, but the conclusion was that we need a better understanding of the market. Supports all types of order types [Limit, Market, Stop market, etc]

Built With

  • Python

Packages

  • bitmex
  • numpy
  • pandas
  • matplotlib

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/sergane13/Bitmex-Bot
  2. Open project in Pycharm or any other IDE

  3. Replace credentials with yours

     keys.py
     keys_testnet.py
  4. Run bot.py

  5. Wait a few secconds for program to run and then you will see the plot

Project structure

< PROJECT ROOT >
   |
   |-- BitmexBot.py
   |-- bot.py
   |-- DataProcesser.py
   |-- keys.py
   |-- keys_testnet.py
   |-- liveplot.py
   |-- OBV_vals
   |-- Readme                            

License

Project Template adapted from Othneil Drew / Best-README-Template.

Contact

  • You can find me on discord : Serban#0756
  • Project is open source for any kind of use as long as you keep the initial creator

About

A trading bot that places different order types automatically based on a strategy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages