Summary
The name of the indicator derived class.
Syntax
public override string ToString()
Example 1
private SampleSMA sma; //... sma = Indicators.GetIndicator<SampleSMA>(Source, Period); Print(sma.ToString());
public override string ToString()
private SampleSMA sma; //... sma = Indicators.GetIndicator<SampleSMA>(Source, Period); Print(sma.ToString());