C# Class Forex_Strategy_Builder.IndicatorParam

Describes an indicator fully
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns a copy
public Clone ( ) : IndicatorParam
Résultat IndicatorParam

IndicatorParam() public méthode

Creates an empty parameter.
public IndicatorParam ( ) : System
Résultat System

ToString() public méthode

Represents the indicator parameters in a readable form.
public ToString ( ) : string
Résultat string