BarColor = BarUpColor;
BarColor = BarDownColor;
The colors are set by user.
After the bar color is changed for the current bar then all the following candles are now using that color as the outline color until another bar color change is made then it continues to use the new color as the outline color.
If I add "CandleOutlineColor = Color.Black;" after each BarColor= then the candle outline color stays black.
However.. if I don't specifically change the Candle outline color then shouldn't it be using the default specified on the chart settings.. instead of picking up the BarColor= change??
Example picture of this here: http://screencast.com/t/afNYGSx5
Edit: Also noticed that if I hit F5 to refresh ... then I see the BarColor has correctly changed some of the bar colors.. but then after next Tick happens all changed bar colors go away (now back to default chart colors).. Hitting F5 again redisplays BarColor= changes. This only happens when using the CandleOutlineColor setting.

Comment