Bitcoin Forum
July 17, 2024, 04:29:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BOT Market Maker - BITMEX, BINANCE(Futures)  (Read 119 times)
profit.teles (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 31, 2020, 07:47:03 PM
Last edit: March 31, 2020, 08:00:16 PM by profit.teles
 #1

BOT Market Maker  - NodeJS (Typescript).

BITMEX - FULL WEBSOCKET
BINANCE - FULL REST

  • Simple framework for implementing new exchanges
  • Suports ccxt framework.
  • Very fast.
  • Monthly income above 10%

To purchase the complete bot with code contact us.


BINANCE SAMPLE
Code:
{
    "exchange": "BINANCE",
    "test": false,
    "strategy": "MARKETMAKER",
    "market": "BTCUSDT",
    "currency": "USDT",
    "priceStep": 100,
    "totalStep": 10,
    "orderSizeBuy": 0.0004,
    "orderSizeSell": 0.0004,
    "trackPrice": 20,
    "spread": 5,
    "profit": 10,
    "intervalPositionInfo": 1000,
    "intervalReloadBalance": 1000,
    "intervalReloadPosition": 1000,
    "intervalReloadMidPrice": 1000,
    "intervalReloadOrder": 1000,
    "intervalBookEmptyLimiter": 10000,
    "intervalOnHoldPositionLimiter": 10000,
    "intervalPositionCloseLimiter": 10000,
    "intervalPositionCheckerLimiter": 5000,
    "credentialRotate": true,
    "balanceDispatcherEvents":  true,
    "quoteDispatcherEvents": true,
    "orderDispatcherEvents":  true,
    "positionDispatcherEvents": true,
    "credentials": [
        {
            "key": "",
            "secret": ""
        }
    ]
}


BITMEX SAMPLE
Code:
{
    "exchange": "BITMEX",
    "test": true,
    "strategy": "MARKETMAKER",
    "market": "XBTUSD",
    "currency": "XBt",
    "priceStep": 30,
    "totalStep": 10,
    "orderSizeBuy": 0.002,
    "orderSizeSell": 0.002,
    "spread": 5,
    "profit": 7,
    "intervalPositionInfo": 1000,
    "credentialRotate": true,
    "credentials": [
        {
            "key": "",
            "secret": ""
        }
    ]
}
ROTHKO
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 01, 2021, 05:21:59 AM
 #2

Hello, I'm interested to know the price for bitmex bot source code.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!