Morphlin delegation template have these parameters below
The exchange can be set on Morphlin delegation UI, so we don't need to pass the exchange by the message
Name | Requirement | Description |
---|---|---|
symbol | Yes | Symbol of the order, ex: ETH/USDT |
side | Yes | Buy or Sell signal forthe side |
type | Yes | Market or Limit for the type |
price | Yes | The order price |
quantity | Yes | The order amount |
triggerTime | No | Pass from the signal source, format: YYYY-MM-DDTHH:mm:ssZ |
positionSize | Yes | Position of the side, positive for long position, negative for short position |
marketPosition | Yes | The current position, long or short or flat |
marketPositionSize | Yes | The current position size |
prevMarketPosition | Yes | The previous position, long or short or flat |
prevMarketPositionSize | Yes | The previous position size |
memo | No | You can type any word in memo column. |
The delegation message template:
{ "symbol": "ETH/USDT", "side": "buy", "type": "limit", "price": "1250", "quantity": "18.4", "triggerTime": "2022-10-27T06:47:55Z", "positionSize": "10", "marketPosition": "long", "marketPositionSize": "10", "prevMarketPosition": "flat", "prevMarketPositionSize": "0", "memo": "Create Long Positon" }
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article