AccountDayLossLimit Property

The maximum cash amount that this account may lose in a trading day excluding overnight upl.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal DayLossLimit { get; }

Property Value

Decimal

Remarks

If the P&L for the account is negative and greater than this number then the account will only be allowed to enter orders that will reduce it's position. New positions are not allowed to be opened.

Note: The system will NOT automatically pull working orders or close out open positions when this limit is exceeded.

See Also