Giter Club home page Giter Club logo

cryptobot's Introduction

Cryptobot

Framework for creating crypto bots on Binance.com

At the moment the bot contains a implementation of the Simple Trend Reversal Strategy

But things can easily be changed/adapted to other strategies

See https://www.forexfactory.com/showthread.php?t=713593 for more details on this strategy

Binance API KEYS

Cryptobot communicates with binance.com to get the latest pricing info for all crypto currencies. For this it needs a so called api key and api secret. You can find those in binance.com under your account details. Please fill in your personal api key & api secret in the app.config file (see below)

Sending alerts to a Telegram bot

If you want to send signals to your telegram channel then you will need to:

  1. Create a telegram bot using botfather (google, there is plenty on info on how to do this)
  2. Fill in the telegram bot api and telegram chat id in the app.config

app.config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
  <appSettings>
    <add key="apikey" value="the api key you get from binance.com"/>
    <add key="apisecret" value="the api secret key you get from binance.com"/>
    
    <add key="telegramapi" value="the telegram bot api (optional)"/>
    <add key="telegramchatid" value="the telegram chat id (optional)"/>
  </appSettings>
</configuration>

Telegram bot channel

in case you just want to follow the signals send by this bot you can subscribe to https://t.me/TrendReversalBot Please don't follow the signals blindly ! Do your own research

History

v1.01

  • added trend reversal strategy
  • added S&R indicator
  • added ZigZag indicator
  • added MBFX indicator
  • added Trendline indicator
  • added moving average indicator
  • added Telegram alerts

v1.00

  • initial commit

cryptobot's People

Contributors

erwin-beckers avatar

Stargazers

Minh Nguyen avatar

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.