I try to get get the maximum / minimum of the median from a dataseries. Unfortunately it seems not to work. How is it possible to code it?
AddDataSeries(BarsPeriodType.Day, 1); // double max = MAX(Median, Length)[0]; double min = MIN(Median, Length)[0];
Gerik

Comment