Elite indicators :) - page 933

 

mladen,

I am sorry for this addendum but my prior post was slightly incorrect.

I would like to take the IBS_RSI_CCI v4 indicator and make a histogram indicator out of it with colored vertical lines as follows:

if Default is above Smooth or zero line, color the line dark green

if Default is above Smooth which is above Zero line, color the line lime green

if Default is below Smooth or zero line, color the line dark red

if Default is below Smooth which is below Zero line, color the line red

I would very much appreciate it if you could create this indicator.

Thank you very much for all that you have done and continue to do to help us all on this forum.

Again I am sorry for my mistake in prior post.

traderdp

David

Files:
 
traderdp:
mladen,

I am sorry for this addendum but my prior post was slightly incorrect.

I would like to take the IBS_RSI_CCI v4 indicator and make a histogram indicator out of it with colored vertical lines as follows:

if Default is above Smooth or zero line, color the line dark green

if Default is above Smooth which is above Zero line, color the line lime green

if Default is below Smooth or zero line, color the line dark red

if Default is below Smooth which is below Zero line, color the line red

I would very much appreciate it if you could create this indicator.

Thank you very much for all that you have done and continue to do to help us all on this forum.

Again I am sorry for my mistake in prior post.

traderdp

David

David

OK

 

Hi again !

I have a new indicator that i want alerts on , its quite like the steprsi that i requested a few week ago.

When the gold line is over the blueviolet line it should trigger a buy , and when the blueviolet is above the gold line it should trigger a sell.

It could be the best one yet.

If you need to rewrite the code just like the steprsi do it if you have the time

stepma_stoch_nk.mq4

Files:
safaf.png  43 kb
 
timmyhanke:
Hi again !

I have a new indicator that i want alerts on , its quite like the steprsi that i requested a few week ago.

When the gold line is over the blueviolet line it should trigger a buy , and when the blueviolet is above the gold line it should trigger a sell.

It could be the best one yet.

If you need to rewrite the code just like the steprsi do it if you have the time

stepma_stoch_nk.mq4

timmyhanke

That is a version that Nikolay Kositsin made work faster, but omitted to correct the most serrious problem : a loss of "step" and, as a result of inheriting minimum and maximum from the first bar to the last, repainting

It needs to be rewritten completely (very similar as the step stochastic(

 
mladen:
timmyhanke

That is a version that Nikolay Kositsin made work faster, but omitted to correct the most serrious problem : a loss of "step" and, as a result of inheriting minimum and maximum from the first bar to the last, repainting

It needs to be rewritten completely (very similar as the step stochastic(

That was I thought as soon as I saw it, use this one

Download Forex-Tsd File - step_stochastic nmc_mtf-lines-alerts.mq4

or perhaps histo version:

Download Forex-Tsd File - step_stochastic histo_mtf-lines-alerts.mq4

these indicators are amazing ones if you select proper setting values

 

Mladen

Referring to indicator Forex TSD - forex forum - Download Fractals - adjustable price breakout _mtf+alerts nmc.mq4

Is there any possibility for arrows of codes 241 and 242 to be repainted.

Thanks

 
talaate:
Mladen

Referring to indicator Forex TSD - forex forum - Download Fractals - adjustable price breakout _mtf+alerts nmc.mq4

Is there any possibility for arrows of codes 241 and 242 to be repainted.

Thanks

Talaat E

Every fractal (including the adjustable period version) repaints/recalculates when new high or low within the reach of the calculating period is formed. So, yes, it does

 
mrtools:
Talaat E, added interpolation.

MT

Could you tell us your settings:

1. HA Numbers & base Chart TF

2. Stoc settings

Usually I can figure them out but you got me on this one.

thanks, best regards

Ray

 
mladen:
Talaat E Every fractal (including the adjustable period version) repaints/recalculates when new high or low within the reach of the calculating period is formed. So, yes, it does

thanks mladen

 
traderdp:
mladen,

I am sorry for this addendum but my prior post was slightly incorrect.

I would like to take the IBS_RSI_CCI v4 indicator and make a histogram indicator out of it with colored vertical lines as follows:

if Default is above Smooth or zero line, color the line dark green

if Default is above Smooth which is above Zero line, color the line lime green

if Default is below Smooth or zero line, color the line dark red

if Default is below Smooth which is below Zero line, color the line red

I would very much appreciate it if you could create this indicator.

Thank you very much for all that you have done and continue to do to help us all on this forum.

Again I am sorry for my mistake in prior post.

traderdp

David

mladen,

Is there any additional information I can supply from post #9334 to help make it easier to code the histogram indicator for the IBS_RSI_CCI_v4 with the rules I supplied?

Once again, I want to thank you very much for all of your patience and kind help to me and all of us all on the forum.

traderdp

David

Files:
Reason: