
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
Apeiron
Here you go
. Added just one level since the ultra trend lines are symmetrical in respect to Sensitivity / 2 (it can go over sensitivity or bellow 0 because of the smoothing, but the central line is that one), so this way it will alert you if a chosen level is broken and which is the current trend
regards
Mladen
Hi Mladen ultra trend basic smoothed
12 and levels alerts
thanksApeiron
Here you go
. Added just one level since the ultra trend lines are symmetrical in respect to Sensitivity / 2 (it can go over sensitivity or bellow 0 because of the smoothing, but the central line is that one), so this way it will alert you if a chosen level is broken and which is the current trend
regards
Mladenthanks mladen
Mladen
Thanks I appreciate the fix and the explaination. Ich puts me in a fog/cloud.
I have question about a HMA Indicator. I'm using it for an EA and some times it misses the reversal signal?? I have heard that "Volume[0]==1 " can cause problems, please see line 163. I know it has something to due with calculations per candle?? Would removing it cause a problem better yet I usually run this in my EA, could I replace it with "if(timeprev==Time[0]) return(0); timeprev = Time[0];"
Thanks again
Ray
Ray
When i tell you the reason, you will know immediately : SpanA and SpanB are shifted by Kijun bars. Anyway, here is a version that works as it should (alert only when the close breaks the cloud to either side for the first time, then the next alert will be only in case of opposite break, and so on ...)
regards
MladenHi Guys,
Is there such a thing as a zero lag, non repainting RSI indicator? Does it even apply to this indicator? Please excuse my ignorance with regards to this.
I am currently using Linuxuser's two RSI cross alert indicators that he created in 2007 for my CCI strategy.
ps: I'm not asking for one, just want to know more about this indicator. (I've been googling it as well)
Cheers
Codex
Stochastic Tread
Hey,
Is it possible to make a MTF version of the attached Stochastic Tread?
thanks,
jim
It is already an MTF
Hey,
Is it possible to make a MTF version of the attached Stochastic Tread?
thanks,
jim=================
Jim, it is already in MTF format hence the name starting as #MTF. Just select the TF you want it to display in the first window.
Do Mladen create these 2 QQE indicators?
Hi Mladen,
I found the following 2 QQE enhanced indicators with your name in them. Did you create them? If so thank you so much for them.
They are histo versions of your other QQE simple.mq4 indicator.
You have to apply both indicators to your charts:
I actually quite like them and find them very easy on the eye and even better when applied to my charts. Less clutter.
I am currently using them live with a CCI strategy I have been working on.
Anyway I just thought I would show you them....
Cheers
Codex
Thank you Mladen.
Yes
It is a variation of this indicator I made ... but I do not think that I made these particular histo versions (for starters, I never enter so much empty lines in the codeHi Mladen,
I found the following 2 QQE enhanced indicators with your name in them. Did you create them? If so thank you so much for them.
They are histo versions of your other QQE simple.mq4 indicator.
You have to apply both indicators to your charts:
I actually quite like them and find them very easy on the eye and even better when applied to my charts. Less clutter.
I am currently using them live with a CCI strategy I have been working on.
Anyway I just thought I would show you them....
Cheers
Codexmladen,
Would you be able to kindly make a "for EA" version of the included indicator below?
Best regards.