RSI-Alert-Indicator: Need help from coders! - page 2

 

The original...

This variation of RSI was entirely coded by me There is no original of it

You can change the price field in input parameters

As for compiling: the posted version compiles without any problem

regards

mladen

 

Malden,

Thanks for coding such a nice indicator. .

Once question. After putting up on H1 chart, I see only 2 arrows shown, I rewind the chart, there is no arrow shown even though the colorRSI up on 70 and down below 30. Is it just gives arrow on the lastest bars only?

Thanks

 

Arrow are drawn just for WindowBarsPerChart last bars (I am not using buffers for that so it would be to slow to draw arrows on the entire chart so I decided to draw just the last screen of bars)

if you wish to change it than change WindowBarsPerChart() in line 160 in the code

for (i=WindowBarsPerChart(); i>=0 ;i--)

to whatever number you want (if you want it to be drawn on the entire chart than simply put Bars-1 instead of WindowBarsPerChart()

regards

mladen

aurorau:
Malden,

Thanks for coding such a nice indicator. .

Once question. After putting up on H1 chart, I see only 2 arrows shown, I rewind the chart, there is no arrow shown even though the colorRSI up on 70 and down below 30. Is it just gives arrow on the lastest bars only?

Thanks
 

Malden ...That's a reasonable thought, your indi has to keep track the 15pips gap on the next bar.

Thank you.!! .

 

hello, great indicator, can you please increase the history number of the signal arrows or make it inputable from the indicator properties?

 

Max signal (arrows) multiplier added (sig.history) -

extern int MaxArrowsScreensX = 2 (default)

//noproblemocamisanegra*/

 
fxbs:
Max signal (arrows) multiplier added (sig.history) -

extern int MaxArrowsScreensX = 2 (default)

//noproblemocamisanegra*/

thanks a million!

 

OBOS levels reentry signals added

- jus puttin in all stuff what i already stole from Mladen

 

ADVANCED Idea of the primary Indicator!!-Further help requested!

Hello mladen,

i tested the attached indicator for several months - it works much better than my first Idea in this Thread. Can i ask you for helping me again for programming the signals as you can see from my attached picture?

Would it be possible to enter the following features:

1. The arrows should also contain adjustable Signal-Gaps.

2. The Signals shown in the chart should be possible to be limited - e.g.

only show the last three signals.

3. The 2. Logic (as you can see in the attached picture marked in blue

color) should be possible to activate/deactivated from the indicator-menu.

4. Please do not show signals in the indicator-window only on the chart (In

the attached picture there are only marked for astablished overview!)

Thank you in advance for your help - hoping to hearing from you soon.

HT

Files:
 

A lot of RSI indicators here https://www.mql5.com/en/forum/178733 and, may be, you will find what yoy want https://www.mql5.com/en/forum/178733

Reason: