Multi Timeframe Indicators - page 1009
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
del10, Here goes one with an easily readible code. Enjoy
That is the original
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?
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.
Mr Tools and Mr Mladen
Any luck on my request at #10092?
eightball
So far no solution - will check more
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
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
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()
regardsHi 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,
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