The following tables list the members exposed by FinancialCalculationDataSource.
Name | Description | |
---|---|---|
![]() | FinancialCalculationDataSource Constructor |
Name | Description | |
---|---|---|
![]() | CalculateCount | The number of items from the starting index from which to calculate |
![]() | CalculateFrom | The starting index from which to calculate |
![]() | CloseColumn | A read only collection of the close values for the financial series that is requesting an indicator calculation. |
![]() | Count | The count of the values in the series. |
![]() | HighColumn | A read only collection of the high values for the financial series that is requesting an indicator calculation |
![]() | IndicatorColumn | The output values for the indicator which the strategy calculates. |
![]() | LongPeriod | The long period to use when calculating, if applicable. |
![]() | LowColumn | A read only collection of the low values for that financial series that is requesting an indicator calculation. |
![]() | MaximumValue | If the calculation determines the range of indicator values, it will set the minimum and maximux properties. |
![]() | MinimumValue | If the calculation determines the range of indicator values, it will set the minimum and maximux properties. |
![]() | Multiplier | If the calculation supports some sort of scaling factor, this value will be used. |
![]() | OpenColumn | A read only collection of the open values for the financial series that is requesting an indicator calculation. |
![]() | Period | The period to use when calculating, if applicable. |
![]() | ShortPeriod | The short period to use when calculating, if applicable. |
![]() | SpecifiesRange | The calculation strategy should set this to true if it specifes the minimum and maximum value properties. |
![]() | TrueLow | An enumerable list of true low values provided by the series to use in calculations. |
![]() | TrueRange | And enumerable list of true range values provided by the series to use in calculations. |
![]() | TypicalColumn | An enumerable list of typical prices provided by the series to use in calculations. |
![]() | VolumeColumn | A read only collection of the volume values for the financial series that is requesting an indicator calculation. |