Choose color for auto drawn indicators
Created at 01 Nov 2024, 21:37
Choose color for auto drawn indicators
01 Nov 2024, 21:37
Hi, for indicators which are drawn automatically by the bot (AddIndicators = true) is there a way to choose the colors? For example, this is the indicator init:
SMA = Indicators.SimpleMovingAverage(Bars.ClosePrices, 40);
PanagiotisCharalampous
02 Nov 2024, 07:34
Hi there,
No there is no such option. A workaround would be to get the added indicator from the chart and change the color afterwards.
Best regards,
Panagiotis
@PanagiotisCharalampous