Skip to content

PetchGit/binance_bot

Repository files navigation

Hi, My name is Petch. Warm welcome to you.

This module is named OMBB abbreviated from 'One-Page Multimonitor Binance Bot'. I created this module with these two philosophies in mind.

  • Structure in a way that is so simplified that even a python beginner can write a full function trading bot all by himself.
  • Design philosophy is one trader looks at 150+ tickers at all times. Because, for example, one might trade ETH based on movement in BTC.

This read me file is going to lead you guys through these topics. Feel free to skip ahead if you're looking for a specific one.


Contents

  • Setup Python
  • Setup Binance
  • Setup OMBB
  • Introduction
  • Basic Datastructures
  • Commonly Use
  • Structures
  • Commands
  • Indicators

How to setup

Setup Python

  • Install VS Code
  • Install Python
  • Create Virtual Environment
  • Download OMBB
  • Install Python Libraries

Setup Binance

  • Get your API key from Binance
  • Connect your API key to OMBB

Setup OMBB

  • Create your first strategy
  • Live your first Trading Bot

Python 101

Introduction

  • Print
  • Basic Variable Types
  • Basic Operation
  • If/Else Statements
  • Loops

Basic Datastructures

  • Strings
  • Lists
  • Dictionary
  • Dataframe

Commonly Use

  • Function
  • Import
  • Try/Except

Use OMBB for Trading

Structures

  • Create New Strategy
  • When/How each method is called
  • Set Parameters

Commands

  • Access a Candle Stick
  • Send Buy/Sell Orders

Indicators

  • Add an indicator
  • Where to look for reference
  • Access the indicator value
  • Create your own indicator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages