ltklosfx wrote:
but I cannot find how to add text above or below arrow_symbol_down.
Then you need to draw chart objects from the indicator, see:
https://www.dukascopy.com/wiki/#Indicator_draws_chart_objectsHowever, it is easier to do it from a strategy not an indicator.
ltklosfx wrote:
I'd like to draw array when HIGH-LOW present candle is higher than average HIGH-LOW 20 previous candles. I'd like to add average to array but I'm doing something wrong. (my idea is in lines: 81-86, and 91)
What do you mean by "drawing an array"?