TradingSession
class
Trading Session
Properties
IsIntraday bool | Return true if the selected session is intraday; otherwise, false. False mean overnight period. |
Name string | Name of the session |
Period DayPeriod | Type of the session. |
Methods
GetBeginTime (DayOfWeek dayOfWeek, bool isShortedDay) Return: TimeSpan | Shows time when selected session will start. |
GetEndTime (DayOfWeek dayOfWeek, bool isShortedDay) Return: TimeSpan | Shows time when selected session will end. |
NETScript classes
- Account
- Asset
- BarData
- DerivativeSettings
- Fill
- GlobalVariable
- GlobalVariablesManager
- HistoricalData
- HistoricalDataRequest
- Indicator
- Instrument
- Level2
- MarginSettings
- NETColumn
- NETIndicator
- NETMacros
- NETScript
- NETSDK
- NETStrategy
- NewOrderRequest
- Order
- Performance
- Period
- Position
- PricesQuote
- Quote
- ReplaceOrderRequest
- Row
- Table
- TickData
- Trade
- TradeData
- TradingStrategy
- User
NETScript interfaces
NETScript enums