Multi Timeframe Indicators - page 1009

 
chrisstoff:
del10, Here goes one with an easily readible code. Enjoy

That is the original

 
chrisstoff:
del10, Here goes one with an easily readible code. Enjoy

From what I tested this version doesn't repaint, but would advise to test it more to make sure, also added alerts for color change.

 

Mr Tools and Mr Mladen

Any luck on my request at #10092?

 
mladen:
That is the original

Well, it seems to be the original code. Although the author might want to more from this indicator because the ???Weig or ???Weih etc. variables are not used. He probably wanted to make weighted the values received from different indicators but changed his mind finally.

 
eightball:
Mr Tools and Mr Mladen

Any luck on my request at #10092?

eightball

So far no solution - will check more

 
chrisstoff:
Well, it seems to be the original code. Although the author might want to more from this indicator because the ???Weig or ???Weih etc. variables are not used. He probably wanted to make weighted the values received from different indicators but changed his mind finally.

Hi chrisstoff,

(because the ???Weig or ???Weih etc. variables are not used.)

with excuse,as i am not aware of coding world ,even a bit....but he used G and H ,,,,here,for what...

( if (ADX_PlusDi >= ADX_MinuDi) {

ADXWeih = 0.1;

if (ADX_Fl == -1 || ADX_Fl == 0) {

ADX_Fl = 1;

CurADX = TimeCurrent();

}

}

if (ADX_PlusDi < ADX_MinuDi) {

ADXWeig = 0.1;

if (ADX_Fl == 1 || ADX_Fl == 0) {

ADX_Fl = -1;

CurADX = TimeCurrent()

regards

 
mrtools:
From what I tested this version doesn't repaint, but would advise to test it more to make sure, also added alerts for color change.

thank you

same problem if change TF ex 5min to 15 after back m5 is change color

 
mntiwana:
Hi chrisstoff,

(because the ???Weig or ???Weih etc. variables are not used.)

with excuse,as i am not aware of coding world ,even a bit....but he used G and H ,,,,here,for what...

( if (ADX_PlusDi >= ADX_MinuDi) {

ADXWeih = 0.1;

if (ADX_Fl == -1 || ADX_Fl == 0) {

ADX_Fl = 1;

CurADX = TimeCurrent();

}

}

if (ADX_PlusDi < ADX_MinuDi) {

ADXWeig = 0.1;

if (ADX_Fl == 1 || ADX_Fl == 0) {

ADX_Fl = -1;

CurADX = TimeCurrent()

regards

Hi mntiwana,

Sorry, but I do not know what the intentions of the author were with this indicator.

 

Hi Mr.Mladen and Mr.Tools,

can you please check my post #10061.

is it possible to do anything about it.

Best regards,

 
Talaia:
Hi Mr.Mladen and Mr.Tools,

can you please check my post #10061.

is it possible to do anything about it.

Best regards,

Talaia

That indicator would need a rewrite from line one. Currently I do not have time to do that. If someone else does have time to rewrite that indicator, please go ahead

Reason: