C# Класс Forex_Strategy_Builder.Take_Profit

Take Profit Indicator The implementation of logic is in Backtester.AnalyseClose(int iBar)
Наследование: Indicator
Показать файл Открыть проект

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

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

Calculates the indicator's components

SetDescription ( SlotTypes slotType ) : void

Sets the indicator logic description

Take_Profit ( SlotTypes slotType )

Sets the default indicator parameters for the designated slot type

ToString ( ) : string

Indicator to string

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

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

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

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

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

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