The Renko chart financial indicator.

For a list of all members of this type, see Renko Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Steema.TeeChart.Drawing.TeeBase
            Steema.TeeChart.Styles.Series
               Steema.TeeChart.Styles.BaseLine
                  Steema.TeeChart.Styles.CustomPoint
                     Steema.TeeChart.Styles.Custom
                        Steema.TeeChart.Styles.OHLC
                           Steema.TeeChart.Styles.CustomTimeOHLC
public class Renko : CustomTimeOHLC , IComponent, IDisposable, ICloneable
, IOriginalCursor, ISeriesPointer

Remarks

The Renko chart is a trend following technique. It got its name from a Japanese word "renga" meaning bricks. In Renko chart line brick is drawn in the direction of the prior move only if prices move by a minimum amount which is equivalent to the box size that are always equal in size.

Renko charts are always based on the closing prices. Renko bricks are drawn after comparing, that day’s close with the previous brick (high or low). A "box size" which determines the minimum price change to show is specified.

Requirements

Namespace: Steema.TeeChart.Styles Namespace

Assembly: TeeChart.dll

See Also

Renko members | Steema.TeeChart.Styles Namespace