Search found 24 matches

Re: Does this indicator repaint?

using data from the actual bar (...trend[x] > 0...) but then plotting the arrows earlier (ArrUp[x+1] = ...) makes it repainting for at least 1 bar if (trend[x+1] < 0 && trend[x] > 0) ArrUp[x+1] = ExtMapBuffer[x+1] - Gap*Point; else ArrUp[x+1] = EMPTY_VALUE; if (trend[x+1] > 0 && tre...

Return to the advanced search