C# Class Forex_Strategy_Builder.Relative_Vigor_Index

Relative Vigor Index Indicator
Inheritance: Indicator
Mostra file Open project: nuggett11/Forex-Strategy-Builder

Public Methods

Method Description
Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components

Relative_Vigor_Index ( SlotTypes slotType ) : System

Sets the default indicator parameters for the designated slot type

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

ToString ( ) : string

Indicator to string

Method Details

Calculate() public method

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
return void

Relative_Vigor_Index() public method

Sets the default indicator parameters for the designated slot type
public Relative_Vigor_Index ( SlotTypes slotType ) : System
slotType SlotTypes
return System

SetDescription() public method

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
return void

ToString() public method

Indicator to string
public ToString ( ) : string
return string