[]
Defines a builder to configurate RSI<T>.
public class RSIBuilder<T> : SingleOverlayIndicatorBaseBuilder<T, RSI<T>, RSIBuilder<T>>
Public Class RSIBuilder(Of T)
Inherits SingleOverlayIndicatorBaseBuilder(Of T, RSI(Of T), RSIBuilder(Of T))
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| RSIBuilder(RSI<T>) | Creates one RSIBuilder<T> instance to configurate |