C# Class Forex_Strategy_Builder.IndicatorParam

Describes an indicator fully
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Clone ( ) : IndicatorParam

Returns a copy

IndicatorParam ( ) : System

Creates an empty parameter.

ToString ( ) : string

Represents the indicator parameters in a readable form.

Method Details

Clone() public method

Returns a copy
public Clone ( ) : IndicatorParam
return IndicatorParam

IndicatorParam() public method

Creates an empty parameter.
public IndicatorParam ( ) : System
return System

ToString() public method

Represents the indicator parameters in a readable form.
public ToString ( ) : string
return string