Enum IntradayProfitLoss
Intraday profit/loss calculation for portfolio history in the Alpaca REST API.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public enum IntradayProfitLoss
Fields
Name | Description |
---|---|
NoReset | Don't reset the profit/los value to the previous day's closing equity for each trading day. |
PerDay | Reset the profit/los value to the previous day's closing equity for each trading day. |