// Downloaded From https://www.WiseStockTrader.com
_SECTION_BEGIN("One Shot One Kill");
// John Netto-One Shot One Kill Trading
OSOK = RSI(13) + MA(RSI(3),3);

Plot (OSOK,"OSOK", colorBlue,styleLine);

_SECTION_END();