Wanting to know if I can define an indicator for a chart like this:
AddChartIndicator(KeltnerChannel(OffsetMultiplierI nner, KeltnerPeriod));
Once that's done, it draws the same blue lines on everything. Is there a way to access the properties so I can define line width, color, etc.?
Thanks.

Comment