Skip to content

EntryPrice Property

Summary

Entry price of the position.

Signature

1
public abstract double EntryPrice {get;}

Return Value

double

Declaring Type

cAlgo.API.Position

Examples

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

Last update: March 30, 2023