A stop-loss that automatically moves with the market price. In cBots this can be implemented manually or by using the built-in trailing stop feature (via order parameters or by calling Position.ModifyTrailingStop(...)
). cTrader supports “distance-based” and “percent-based” trailing stops (set by ProtectionType
).