Login Page - Create Account

DTC Protocol Discussion Forum


Date/Time: Fri, 29 Nov 2024 17:52:15 +0000



Post From: Order types

[2015-08-20 12:47:08]
vbmithr - Posts: 204
I'm trying to bind Bitfinex to DTC.

The supported order types for Bitfinex are explained here:
https://www.bitfinex.com/pages/features

DTC supports:

ORDER_TYPE_UNSET, ORDER_TYPE_MARKET, ORDER_TYPE_LIMIT, ORDER_TYPE_STOP, ORDER_TYPE_STOP_LIMIT, ORDER_TYPE_MARKET_IF_TOUCHED.

http://www.sierrachart.com/index.php?l=doc/doc_OrderTypes.html

In here I see actually more order types than supported by DTC (typically trailing stop).

What should I do in order to support all Bitfinex order types ?
Cheers,

Vincent