Vzo color indicator thinkorswim

broken image

LowMA = compoundValue(1, Average(low, period), low) HighMA = compoundValue(1, Average(high, period), high) OpenMA = compoundValue(1, Average(open, period), open) ĬloseMA = compoundValue(1, Average(close, period), close) Input hideCandles = Yes #Now functional - JTP # coloring code on your chart, then they will likely appear the same color. # as an overlay to the chart candlesticks. # blt: Modified the code and replaced the addchart code at the bottom, # however for some reason all the bars are displayed as one color (going up or down). # HoboTheClown: I recently found a code for smoothed heiken ashi bars,

broken image