Skip to main content

John Netto – One Shot One Kill for Amibroker (AFL)

Copy & Paste Friendly
_SECTION_BEGIN("One Shot One Kill");
// John Netto-One Shot One Kill Trading
OSOK = RSI(13) + MA(RSI(3),5);

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

_SECTION_END();