Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
Financial Indicators: single values
posted

Hi. My series have only single-valued data points, i.e. the Close price. The Financial Indicators (Bollinger, MACD, etc.) all have a set of standard financial member paths inherited from Infragistics.Controls.Charts.FinancialSeries, namely OpenMemberPath, CloseMemberPath, HighMemberPath, LowMemberPath, and VolumeMemberPath.

Obviously I can add duplicate accessors on my collection items to simulate the existence of these values, but I can find nothing in the docs to indicate how such data might be interpretted, and experimentation has yielded inconsistent results.

Do you have recommendations for usage of Financial Indicators for single-valued series?

Many thanks

HtD

Parents
No Data
Reply
  • 450
    posted

    Do I need to provide handlers for Typical and TypicalBasedOn? I am experimenting here but I get NullReferenceExceptions because FastItemsSource has not been set in the underlying code.

    Any help appreciated

    HtD

Children