I have made a simple indicator that changes the bar colors when certain parameters are met...it works fine. Under the OnBarUpdate section:
BarBrush = Brushes.Tomato;
CandleOutlineBrush = Brushes.Red;
How do I make it so these colors are selectable/changeable in the indicators properties panel? Would be nice to be able to change them if I fee like it without having to open a NinjaScript Editor and experimenting/compiling every time. Thanks


Comment