// Downloaded From https://www.WiseStockTrader.com
_SECTION_BEGIN("RS");
base = ParamStr("RS base ticker", GetBaseIndex() );
Plot( RelStrength(base), _SECTION_NAME() + "(" + base + ")", ParamColor( "color", colorCycle ), ParamStyle("Style")  );
_SECTION_END();