🔄Order types

goodcryptoX currently supports the following order types:

  • Swap (market) - swap is executed immediately;

  • Limit (stop market) - swap is executed 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 against 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.

  • Trailing Stop Loss - follows the market price as it moves in your favor, decreasing your potential losses and locking in profit if the market price keeps improving.

Many more coming soon.

Last updated