Giter Site home page Giter Site logo

binobot's Introduction

Binobot

Python bot for Binomo trading. This will open your browser and do auto trading without you doing anything.

Installation

Clone this repo and install all requirements. Please use virtualenv or pyenv for an isolated python environment.

[email protected]:maztohir/binobot.git

#creating env
pyenv virtualenv 3.7 binobot

#activating virtual env
pyenv shell binobot

#installing all requirements
pip3 install requirements.txt

Usage

Go to the binobot folder and run this

#####################
#     Step 1.       #
#####################
#Required
python3 start_browser.py
#This will opening your browser, after the browser up, please do login to binomo page

#####################
#     Step 2.       #
#####################
#after you login successfully, then run:
binobot$ python3 start_trading.py
#done. see the bot will automatically run your account to trade :)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

binobot's People

Watchers

Muhamad Tohir avatar

binobot's Issues

Percentage amount

Can we use the amount based on percentage of the balance we have ?

I think it can be done using code like below.

calculated_price = (self._balance.current_balance * (self.TRADE_INITIAL_PERCENT / 100)) * (self.COMPENSATION_TIME ** self.current_loss)

The reason is that when we open a position with a fixed amount, but the balance is large, it will feel very small. then it would be better if given a percent choice. so the balance will continue to grow because the amount of open positions follows the balance. but the fixed amount option is still available.

What do you think about that ?

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.