Adding Space Between Candles
I was recently asked how to programmatically add space between the candles on a chart. This is what I initially came up with. # +————————————————–+ # | Example: Add Space Between Candles | # | Robert Payne | # | rrpayne.blogspot.com | # +————————————————–+ # hide the default candles HidePricePlot(); # how many bars do …