Re: Indicators with ON/OFF buttons

3673
Could anyone add the signal filter of this indicator? If the closing price of the bar at which the signal in the bai is greater than the closing price of the previous bar at which the signal is in the bai, then the arrow in the bai is placed. If the closing price of the bar at which the signal to Sell is less than the closing price of the previous bar on which the signal to Sell,
then the arrow in Sell is put. That is, it would not be bad to set the trend factor with the indicator signals

Re: Indicators with ON/OFF buttons

3674
kvak wrote: Sat Apr 05, 2025 7:50 am Hello Bro, haw are you.
Here is updated indicator with third bands, also I am added menu to choose which bands would be signed to arrows/alerts.
Hi, i think there is a problem with this indicator. Dots are not placed correctly.

1) When it draws red dots from upper channel breaks, it also draws blue dots, why?
2) It seems it is unable to draw lower channel breaks dots.

If possible, can you insert the option in order to fill outer channels areas with colours, please?

Re: Indicators with ON/OFF buttons

3675
NotInPortland wrote: Sun May 25, 2025 2:05 am Hi, i think there is a problem with this indicator. Dots are not placed correctly.

1) When it draws red dots from upper channel breaks, it also draws blue dots, why?
2) It seems it is unable to draw lower channel breaks dots.

If possible, can you insert the option in order to fill outer channels areas with colours, please?
Yes, you are right, I am messed something in code, sorry for this. Here is corrected version and also added filling for outer bands.
These users thanked the author kvak for the post (total 3):
RodrigoRT7, NotInPortland, Krunal Gajjar


Re: Indicators with ON/OFF buttons

3678
Intrest 1 wrote: Sat May 17, 2025 2:45 am Could anyone add the signal filter of this indicator? If the closing price of the bar at which the signal in the bai is greater than the closing price of the previous bar at which the signal is in the bai, then the arrow in the bai is placed. If the closing price of the bar at which the signal to Sell is less than the closing price of the previous bar on which the signal to Sell,
then the arrow in Sell is put. That is, it would not be bad to set the trend factor with the indicator signals

Extreme_Spike.mq4
mladen wrote: Thu Oct 19, 2017 5:07 pm Whatever it tells, it will repaint even when it tells that it will not
Example :
- above is when it finishes running the tests ("no repaint" mode)
- below is the same thing is attached after tests are finished ("no repaint" mode too)

ie: it repaints regardless of the "no repaint" mode (and it repaints more than what is seen on the example, since run-time changes are going to be even bigger).
According to mladen, Extreme Spike indicator is a repainter.