GithubHelp home page GithubHelp logo

funny-bot-bitcoin's Introduction

funny-bot-bitcoin

funny bot bitcoin

Funny Bot for Mtgox Bitcoin Auto Transaction

  • funny-bot-bitcoin is very fresh and it's strategy is VERY idiotic,
  • funny-bot-bitcoin should just your starting point
  • You take Full responsibility for Your money and bitcoin.
  • You should understand what are you doing when you use funny-bot-bitcoin.

How to use

First: Set Yourself Mtgox Key and Secrect in mtgox_key.py

Then: Run command below:

python main.py bot max_btc max_usd init_action init_price trigger_percent

demo:

python main.py bot 2 200 sell 93.73 0.03

* max_btc: max amount of btc to sell every time
* max_usd: max amount of USD($) to buy btc every time
* init_action: action when start, 'sell' or 'buy'
* init_price: price that trigger init_action
* trigger_percent: price change percent to trigger bot action(sell or buy)

How funny-bot-bitcoin work

init_action(sell/buy).... Sell ==> Buy ==> Sell ==> Buy ==> Sell ==> Buy==> Sell ==> Buy

Every 2 minutes, funny-bot-bitcoin watch the newest price, 
when it higher/lower than the init_price, trigger init_action(sell/buy)

After init_action, sell/buy alternately begin the current action

When the newest price higher/lower than  previous_price*(1 -/+ trigger_percent), 
then trigger the current action(sell/buy)

OR 1/100 Probability trigger the current action whatever the newest price is.

Utility

list wallets:
python main.py wallets

list orders:
python main.py orders

cancel all orders:
python main.py cancel_all

current ticker:
python main.py ticker

buy btc:
python main.py buy 1.1 100.10    #buy 1.1 btc price: $100.10

buy btc at the market price:
python main.py buy 1.1     #buy 1.1 btc at the market price

sell btc:
python main.py sell 1.1 100.10    #sell.1 btc price: $100.10

sell btc at the market price:
python main.py sell 1.1    #sell.1 btc at the market price

Donate

Bitcoin Address: 14DTHftDBvb1XSigevSYYNGmQ9iA182xor

funny-bot-bitcoin's People

Watchers

dangermouse 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.