C# Class Forex_Strategy_Trader.Round_Number

Round Numbers Indicator
Inheritance: Forex_Strategy_Trader.Indicator
Datei anzeigen Open project: MerlinBrasil/Forex-Strategy-Trader

Public Methods

Method Description
Calculate ( SlotTypes slotType ) : void

Calculates the indicator's components

Round_Number ( SlotTypes slotType ) : System

Constructor

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

Round_Number() public method

Constructor
public Round_Number ( 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