🔄Order types

goodcryptox currently supports the following order types:

  • Swap (market) - swap is executed immediately when sent;

  • Limit (stop market) - swap triggered when the specified price is reached;

  • Trailing (trailing stop market) - stays open as long as the market price moves in your favor. Triggers when the market goes agaianst you by the specified %;

  • Take Profit - triggers when the market moves in your favor by the specified % relative to your base order execution price. Stop Loss (if set) is cancelled when the Take Profit is triggered.

  • Stop Loss - triggers when the market moves against you by the specified % relative to your base order execution price. Take Profit (if set) is cancelled when the Stop Loss is triggered.

Many more coming soon.

Last updated