Skip to content

TakeProfit Property

Summary

The take profit level of the position.

Signature

1
public abstract double? TakeProfit {get;}

Return Value

double?

Declaring Type

cAlgo.API.Position

Examples

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

Last update: March 23, 2023