Hello,
How to check paramlist Value? The following has a error.
TickerList = ParamList("TickerList", "Coincident_indicator|Lagging_indicator" );
if (TickerList == 'Lagging_indicator')
{
color1 = colorBrown;
}
else
{
color1 = colorBlue;
}