
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
Hello guys,
I have a problem with this indicator. Particularly a problem with the sell buffer.
Please make a little modification, please make the buffers return zero instead of nothing actually when not using.
Thanks !
And for the termination of the forex-tsd, i can create a free forum (unlimited, etc), just tell me ;) I am serious !
Hello guys,
I have a problem with this indicator. Particularly a problem with the sell buffer.
Please make a little modification, please make the buffers return zero instead of nothing actually when not using.
Thanks !
And for the termination of the forex-tsd, i can create a free forum (unlimited, etc), just tell me ;) I am serious !
Are you comparing values to EMPTY_VALUE? If not, try that (like the code part that is there to check alerts - lines 198 and 199)
Ah thanks for the advice ;)
I will try tomorrow !
Ah thanks for the advice ;)
I will try tomorrow !
hello mladen,
can make this indicator square adaptive version..
do you have news from my request post (add shift and my types) #7070? =)
thank you in advance.
mladen,
do you have news from my request post (add shift and my types) #7070? =)
thank you in advance.
Hello,
Just to show you the craziness of this indicator.
I call from icustom, the same buffer 0.
And i get longs and shorts.
double clpresellexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar+1);
double clnowbuyexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar);
double clprebuyexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar+1);
Maybe it's because i use smoother as average, i don't know.
Please can help me ?
Thanks !
Hello,
Just to show you the craziness of this indicator.
I call from icustom, the same buffer 0.
And i get longs and shorts.
double clpresellexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar+1);
double clnowbuyexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar);
double clprebuyexplosmooth = iCustom(Symbol(),ExploSmoothTimeFrame,"WA Explo Smooth",ExploTF2,SmoothPrice,FastMa,SlowMa,BandsLength,SmoothMaMethod,BandsDeviation,Sensitive,alertsOn,0,clbar+1);
Maybe it's because i use smoother as average, i don't know.
Please can help me ?
Thanks !
Something like this :
Compare it to EMPTY_VALUE
Something like this :
Oh my god it works !
Thanks so much great guru !