IndicatorInput Constructor

Creates an instance of the IndicatorInput class.

 public IndicatorInput(
                string Name,
                dynamic Value
                ); 

Parameters

Name string

Name of indicator input.

Value dynamic

Indicator input value.

Example

  var Parameters = new List<IndicatorInput>(); 
  var inp= new IndicatorInput("Input Name", 2);