A detailed description of the Morphlin delegation signal message

Created by Developer Morphlin, Modified on Mon, 7 Nov, 2022 at 2:49 AM by Developer Morphlin

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


NameRequirementDescription
symbolYesSymbol of the order, ex: ETH/USDT
sideYesBuy or Sell signal forthe side
typeYesMarket or Limit for the type
priceYesThe order price
quantityYesThe order amount
triggerTimeNoPass from the signal source, format: YYYY-MM-DDTHH:mm:ssZ
positionSizeYesPosition of the side, positive for long position, negative for short position
marketPositionYesThe current position, long or short or flat
marketPositionSizeYesThe current position size
prevMarketPositionYesThe previous position, long or short or flat
prevMarketPositionSizeYesThe previous position size
memoNoYou 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

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article