Skip to content

StopLoss Property

Summary

The Stop Loss level of the position.

Signature

1
public abstract double? StopLoss {get;}

Return Value

double?

Declaring Type

cAlgo.API.Position

Examples

1
2
 ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10);
 Print(LastResult.Position.StopLoss);

Last update: March 23, 2023