Bitcoin Trading Bot for BTC-e exchange
Bitcoin Automatic Trading platform (bot) for BTC-e exchange.
What is Bitcoin Trading Bot for BTC-e exchange?
Bitcoin Trading Bot for BTC-e exchange is a Chrome extension developed by Newman, and its main feature is "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ".
Extension Screenshots
Download Bitcoin Trading Bot for BTC-e exchange Extension CRX File
Download Bitcoin Trading Bot for BTC-e exchange extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a trading bot for bitcoin entusiasts. Trading algorithm is based on tracking system of kind used in rocket missles destination search. Robot don't have access to you money - it's only command the stock to make sell or buy in suitable conditions. It uses exchange's API for connection. The settings of bot used to make it run in a way user define. Please use built-in help [?] to understand settings and operation modes details.
Extension Basic Information
Name | |
ID | iiandjelpocmkkphjmalkpjpggdmhcik |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-trading-bot-for-b/iiandjelpocmkkphjmalkpjpggdmhcik |
Description | Bitcoin Automatic Trading platform (bot) for BTC-e exchange. |
File Size | 73.62 KB |
Installation Count | 69 |
Current Version | 1.0 |
Last Updated | 2016-09-16 |
Publish Date | 2016-09-16 |
Rating | 1.67/5 Total 3 Ratings |
Developer | Newman |
[email protected] | |
Payment Type | free |
Extension Website | http://xbtc.org |
Help Page URL | https://xbtc.org/howitwork |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Trading Bot for BTC-e exchange", "description": "Bitcoin Automatic Trading platform (bot) for BTC-e exchange. ", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Run XBTC bot. ", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |