com.steema.teechart.functions
Class RSIStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.functions.RSIStyle

public final class RSIStyle
extends Enum

Title: RSI class

Description: Defines RSI calculation styles..

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static RSIStyle CLOSE
          Use Close values
static RSIStyle OPENCLOSE
          Use Open/Close values
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENCLOSE

public static final RSIStyle OPENCLOSE
Use Open/Close values


CLOSE

public static final RSIStyle CLOSE
Use Close values