Author

Topic: Bitmex oneclick long/short/auto stop/auto take profit, with APP and nodejs (Read 242 times)

newbie
Activity: 42
Merit: 0
Git:
https://github.com/sinanofficial/bitcoin_related

Node.JS & APP for BitMEX Trade by heack

This is nodejs & IOS app to let you make orders for just one click:

1. place order, long/short both supported.
2. auto place stop order.
3. auto place take profit limit order.
4. view current wallet balances.
5. close all positions & orders.

If you read charts well, then you can click one button in the APP, and just wait to profit, at lunch, lining, at WC, anytime as you wish.Smiley

http://blooming.oss-cn-hangzhou.aliyuncs.com/temp/IMG_1160.PNG

Usage

The following is runnable in one_click_trade.js.
To get started, modify one_click_trade.js to add your apikey/apisecret:

var apiKey = "YOUR API TEST KEY";
var apiSecret = "YOUR API TEST SECRET";
Then run command:

forever start one_click_trade.js
You may want to test on bitmex testnet first.

IOS usage

setup

find FirstViewController.m

#define API_HOST @"http://YOUR_SERVER_IP:3001/"
then compile and run, enjoy it.

If you like it, feel free to donate to:

BTC: 1H3DUXaDVhrVv6Kh3uwQmmy81MUTYKfKFC
can you improve interface maybe easy for use
newbie
Activity: 42
Merit: 0
copper member
Activity: 14
Merit: 1
Git:
https://github.com/sinanofficial/bitcoin_related

Node.JS & APP for BitMEX Trade by heack

This is nodejs & IOS app to let you make orders for just one click:

1. place order, long/short both supported.
2. auto place stop order.
3. auto place take profit limit order.
4. view current wallet balances.
5. close all positions & orders.

If you read charts well, then you can click one button in the APP, and just wait to profit, at lunch, lining, at WC, anytime as you wish.Smiley



Usage

The following is runnable in one_click_trade.js.
To get started, modify one_click_trade.js to add your apikey/apisecret:

var apiKey = "YOUR API TEST KEY";
var apiSecret = "YOUR API TEST SECRET";
Then run command:

forever start one_click_trade.js
You may want to test on bitmex testnet first.

IOS usage

setup

find FirstViewController.m

#define API_HOST @"http://YOUR_SERVER_IP:3001/"
then compile and run, enjoy it.

If you like it, feel free to donate to:

BTC: 1H3DUXaDVhrVv6Kh3uwQmmy81MUTYKfKFC
Jump to: