ASP.NET Core MVC コントロールヘルプ
RSI<T> クラス
メンバ 

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : RSI<T> クラス
Represents a Relative Strength Index indicator series for the FinancialChart.
オブジェクト モデル
RSI<T> クラス
シンタックス
'宣言
 
Public Class RSI(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class RSI<T> : SingleOverlayIndicatorBase<T> 
型パラメータ
T
解説
Relative strength index is a momentum osciallator designed to measure the current and historical strength or weakness of an asset based on the closing prices of a recent trading period.
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.RSI<T>

参照

RSI<T> メンバ
C1.Web.Mvc.Finance 名前空間