C# Класс Forex_Strategy_Builder.Account_Percent_Stop

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

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

Метод Описание
Account_Percent_Stop ( SlotTypes slotType )

Sets the default indicator parameters for the designated slot type.

Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components.

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description.

ToString ( ) : string

Indicator to string

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

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

Sets the default indicator parameters for the designated slot type.
public Account_Percent_Stop ( SlotTypes slotType )
slotType SlotTypes

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

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

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

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

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

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