Skip to content

sinanofficial/bitcoin_related

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.JS Adapter for BitMEX Realtime Data 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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published