// Downloaded From https://www.WiseStockTrader.com
_SECTION_BEGIN("Indecision Index");


_diff1 = (H - L)/abs(C-O);


Plot(_diff1,"Setup", colorOrange,styleDashed);


_SECTION_END();