i'm trying 2 present indicator values not as line(histo) but as bars (like price bars OCHL)
not bad to know what was going on till bar closed - how ind. values wore changing on current bar, how signals wore formed, why they appear and disappeared
on picture - various mods of JMAdeviation (NK Library) - attempt to show RSI values as bars.
so far not so good: even if we set bars to show iRSI price COHL - actual movement of indicator value on zero bar -about twice as much as it remains on the chart; (basically: open=iRSI(NULL,0,14,PRICE_OPEN,bar)-50; close=iRSI(NULL,0,14,PRICE_CLOSE,bar)-50;.....etc) but how to catch HH and LL?
So, question still remains - is it possible to present ind.(osc) values as OCHL bars?
p.s. indi on the picture (modifyed JmaDeviation) - only demonstrates the idea (basically boolsht indi - not yet any good 4 real use and would be only stupid and dangerous to post it

sorry )