AccountSize
Previous Topic  Next Topic 

Definition
A cash value used to calculate order size of strategy entry orders. Order size is dynamically calculated based on this property only when setting the "New Strategy" dialog window during backtest or on a real-time chart "Set order quantity" property to "by account size".



Property Value

An int value representing the account size.


Syntax
AccountSize


Examples

protected override void Initialize()
{
    AccountSize = 10000;
}