|
static Func< IBaseData, decimal > | BidClose [get] |
| Gets a selector that selectes the Bid close price More...
|
|
static Func< IBaseData, decimal > | BidOpen [get] |
| Gets a selector that selectes the Bid open price More...
|
|
static Func< IBaseData, decimal > | BidLow [get] |
| Gets a selector that selectes the Bid low price More...
|
|
static Func< IBaseData, decimal > | BidHigh [get] |
| Gets a selector that selectes the Bid high price More...
|
|
static Func< IBaseData, decimal > | AskClose [get] |
| Gets a selector that selectes the Ask close price More...
|
|
static Func< IBaseData, decimal > | AskOpen [get] |
| Gets a selector that selectes the Ask open price More...
|
|
static Func< IBaseData, decimal > | AskLow [get] |
| Gets a selector that selectes the Ask low price More...
|
|
static Func< IBaseData, decimal > | AskHigh [get] |
| Gets a selector that selectes the Ask high price More...
|
|
static Func< IBaseData, decimal > | AskPrice [get] |
| Gets a selector that selectes the Ask price More...
|
|
static Func< IBaseData, decimal > | BidPrice [get] |
| Gets a selector that selectes the Bid price More...
|
|
static Func< IBaseData, decimal > | Open [get] |
| Gets a selector that selects the Open value More...
|
|
static Func< IBaseData, decimal > | High [get] |
| Gets a selector that selects the High value More...
|
|
static Func< IBaseData, decimal > | Low [get] |
| Gets a selector that selects the Low value More...
|
|
static Func< IBaseData, decimal > | Close [get] |
| Gets a selector that selects the Close value More...
|
|
static Func< IBaseData, decimal > | Average [get] |
| Defines an average price that is equal to (O + H + L + C) / 4 More...
|
|
static Func< IBaseData, decimal > | Median [get] |
| Defines an average price that is equal to (H + L) / 2 More...
|
|
static Func< IBaseData, decimal > | Typical [get] |
| Defines an average price that is equal to (H + L + C) / 3 More...
|
|
static Func< IBaseData, decimal > | Weighted [get] |
| Defines an average price that is equal to (H + L + 2*C) / 4 More...
|
|
static Func< IBaseData, decimal > | SevenBar [get] |
| Defines an average price that is equal to (2*O + H + L + 3*C)/7 More...
|
|
static Func< IBaseData, decimal > | Volume [get] |
| Gets a selector that selectors the Volume value More...
|
|
Provides static properties to be used as selectors with the indicator system
Definition at line 25 of file Field.cs.