I will use the syntax: SMA(ISeries<double> input, int period)[int barsAgo]
My problem is the maType. Is there a numerical representation for "Median", or do I need to manipulate a string to get "Median" into the line of code? Where can I find the values that represent each maType?

Comment