mausconi / instabot-trader

Algorithmic Bitcoin Trading

Home Page:https://alertatron.com/docs/automated-trading/quick-start-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instabot Trader

Build Status

A simple tool to convert text messages sent over HTTP or via a Telegram bot into a set of trading orders, to a variety of exchanges (Bitfinex, Deribit and Coinbase Pro).

Use it automate placing orders, place a series of orders (eg, buy, take profit and stop loss) or take advantage of advanced orders (like scaled orders, or stepped market orders) on exchanges that don't support them. Chain together sequences of orders or order across multiple exchanges on a single alert (long spot on Bitfinex and hedge with a short on Deribit).

It supports notifications to SMS, Telegram or Slack too, so you can use it as a super powerful alerting tool to keep you in the loop.

Docs are at https://instabot42.github.io/

Hosted version (with BitMEX support) at https://alertatron.com/

Find me on Whalepool.io teamspeak

Basic setup

Really, go look at the proper docs at https://instabot42.github.io/.

You'll need node and npm to use this.

Clone the repo, then...

cd instabot-trader
npm install
npm run setup

Now edit the config/local.json file to get things ready (again - look at the docs).

And finally, to start the app running...

npm run start

To run the tests (either once, or continuously)...

npm run test
npm run watch

All donations gratefully accepted!

If you're using this to help you trade 24/7, it would be great if you could throw me a few Satoshi from time to time to say thanks.

Donate with Crypto

Thanks!

License

Copyright 2018 Instabot

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Algorithmic Bitcoin Trading

https://alertatron.com/docs/automated-trading/quick-start-guide


Languages

Language:JavaScript 85.9%Language:HTML 14.1%