Git Product home page Git Product logo

tradingbot's Introduction

BINANCE BOT

This python script uses the websocket api provided by binance and gets OLHC data for selected ticker (minute frequency).

  • RSI Indicators is used to make buy sell decisions.
  • RSI is calculated using TA-Lib.

Get Started

pip install -r requirements.txt

python src/bot.py

STOCK DATA

A python script which uses NSE api to fetch Stock data from NSE, calulates required technical indicators and uses machine learning to make buy/sell predictions.

Get Started

python src/nse_train.py

Strategies

4EMA Strategy

This technique uses 4 Exponential moving avaerage with 4 different timeframes 8, 13, 21, 55 respectively. The idea is to buy when the short EMAs crosses above the 55 EMA and the opposite of this is true for selling side.

Implementation of 4EMA Strategy

When the short EMAs crosses the 55 EMA it's a buying signal indicated by the persian blue line labeled as positions.

Get Started

python src/strategy.py

4EMA Strategy Backtest

python src/backtest.py

tradingbot's People

Contributors

rahul81 avatar

Watchers

 avatar

Forkers

webclinic017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.