C# Класс Forex_Strategy_Builder.Ross_Hook

Ross Hook Indicator
Наследование: Indicator
Показать файл Открыть проект

Открытые методы

Метод Описание
Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components

Ross_Hook ( SlotTypes slotType ) : System.Drawing

Constructor

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

ToString ( ) : string

Indicator to string

Описание методов

Calculate() публичный Метод

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
Результат void

Ross_Hook() публичный Метод

Constructor
public Ross_Hook ( SlotTypes slotType ) : System.Drawing
slotType SlotTypes
Результат System.Drawing

SetDescription() публичный Метод

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
Результат void

ToString() публичный Метод

Indicator to string
public ToString ( ) : string
Результат string