C# Class Forex_Strategy_Builder.Take_Profit

Take Profit Indicator The implementation of logic is in Backtester.AnalyseClose(int iBar)
Inheritance: Indicator
Mostra file Open project: nuggett11/Forex-Strategy-Builder

Public Methods

Method Description
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

Method Details

Calculate() public method

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

SetDescription() public method

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

Take_Profit() public method

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

ToString() public method

Indicator to string
public ToString ( ) : string
return string