crypto-trading-bot icon indicating copy to clipboard operation
crypto-trading-bot copied to clipboard

Can I provide custom signal to this bot?

Open triaton opened this issue 4 years ago • 0 comments

I have a premium signal subscription and I want to pass the signals to this bot? Is it possible by design and do I need customization to achieve this? The signal comes to me like this

{
    "signalId": "ckut5cdcq00blokqi2p1ob2r5",
    "coin": "RUNEUSDT",
    "direction": "LONG",
    "leverage": [
      3,
      5
    ],
    "entry": [
      7.5,
      7.9
    ],
    "ote": 7.84,
    "terms": {
      "short": [
        8.1,
        8.3,
        8.6,
        9.1,
        9.8
      ],
      "mid": [
        10.8,
        11.9,
        12.3
      ],
      "long": []
    },
    "stopLoss": 6.97,
    "createdAt": 1634349246363,
    "dailyStats": {
      "BTCUSDT": 7.084,
      "RUNEUSDT": -1.853
    },
    "createdDate": "2021-10-15 18:54:06"
  }

triaton avatar Oct 16 '21 14:10 triaton