Do you see the following code produces error? It point to ParamStyle and says Argument#1 has incorrect type. TIA
PlotIndicator = ParamList
("Indicators", "Close|OverSoldIndicator|OverBoughtIndicator" );
Plot( PlotIndicator, _DEFAULT_NAME(), ParamColor( "Color",
colorCycle ), ParamStyle("Style", styleLine) );
