Skip to content

Commissions Property

Summary

Commission Amount of the request to trade one way (Buy/Sell) associated with this position.

Signature

1
public abstract double Commissions {get;}

Return Value

double

Declaring Type

cAlgo.API.Position

Examples

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

Last update: March 30, 2023