AccountPositionRollover Property

Whether the system will rollover positions at the end of each trading day.

Definition

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

Property Value

Boolean

Remarks

If enabled then at the end of each trading day for each contract the server will create 'OvernightPosition' orders in the next trading day for any open positions in that contract. This preserves the open fill prices, net position and P&L correctly from one day to the next.

See Also