
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
Fibonacci Zone Pivots
hi mladen,
Is making this indicator MTF difficult to do?
thanks,
Fudo
https://www.mql5.com/en/forum/general
Tradefx1
You could use the BarsForFract parameter but then you have to know exactly what numbers is the indicator using internally. Instead made a small modification. Added the SpeedModifier parameter. If you set it to less than 1, it will be "faster" if you set it to greater than 1 it will be "slower", with 1 it is the same as before (here is an example : green is the default, blue is with speed 0.5 and read is with speed 2)
PS: made some other little changes in order to make it possible to place multiple indicators with different 'speeds" on the same chartregards
Mladen
mladen,
Shi Channel lags when I put it on a H4 graph. Is it possible to make it less lag ?
For example as to include it to an EA so that when uptrend or downtrend holds still trade in the same way??
sorry for my bad english...
thanksShi_channel
That's just perfect !
Many thanks
Hi mladen,
any update on my request #1935?
Many thanks
Regards
bulliz
Mladen,
Is there any historical SHI Channel?>
so that I can scrollback and see the past?
Thank you
bulliz
Here you go
Added adjustable wpr levels so it is not fixed to -40 -60
regardsMladen
Hi mladen,
any update on my request #1935?
Many thanks
Regards
bullizThanks mladen!
ValeoFX
In this post I will refer to the second part of your post : the "Smoothed Rsi Inverse Fisher Transform" that is published in the October issue of TASC
___________________________________
First the bad things : it is not just Ehlers that is used in that indicator. The part that Sylvain Vervoort calls SVE_RainbowAverage has it's history of being misused. One of the better known ones that used Mel Widner's Rainbow average (it is a part of his Rainbow charts) is the "Rahul Mohindar Oscillator" (he used it as part of the oscillator to the last letter). In a sense, Sylvain Vervoort is better since he uses linear weighted moving average instead of simple moving average and he added more weight to recent values (the 5,4,3,2 coefficients at the beginning of the calculation)
Anyway, as a part of making that indicator made an improved version for us (metatrader users) Improvements are that we can use any length of calculating (the one published has a fixed 2 for length) and we can calculate it up to depth 50 (in the published one they have a fixed depth of 10 - the depth can be widened by changing the MAX_depth in the code directly, but be careful with memory usage) So in the end we are having something they do not haveregards
Mladen
Good morning Mladen
Please may I ask you a favour?
Would you mind adding an Alert facility onto the attached DTosc for me? No pop-ups, just an audible alert. Thanking you in advance.
Remember the issue I had with getting the DTosc to throw out an arrow when it hits other levels such as 90 and 10? What I did find was that if you move the levels, the indicator still does NOT get to those levels - it keeps on moving. You kindly made the changes for me on Line 138, but I am not attaching it here as I think I have found the answer to what it is I want the DTosc to do for me.
Lastly, have you seen the latest October 2010 issue of “Technical Analysis of Stocks & Commodities” (TASC) magazine yet? There is an article on an indicator built by John Ehlers and modified by Sylvain Vervoort that you may want to look at. I also just received it from a friend and fellow trader Joe Broadhurst. Let me know about this one too please as it is another large file that needs to be uploaded.
Sincerely,Alerts Arrows
ValeoFX
In this post I will refer to the second part of your post : the "Smoothed Rsi Inverse Fisher Transform" that is published in the October issue of TASC
___________________________________
First the bad things : it is not just Ehlers that is used in that indicator. The part that Sylvain Vervoort calls SVE_RainbowAverage has it's history of being misused. One of the better known ones that used Mel Widner's Rainbow average (it is a part of his Rainbow charts) is the "Rahul Mohindar Oscillator" (he used it as part of the oscillator to the last letter). In a sense, Sylvain Vervoort is better since he uses linear weighted moving average instead of simple moving average and he added more weight to recent values (the 5,4,3,2 coefficients at the beginning of the calculation)
Anyway, as a part of making that indicator made an improved version for us (metatrader users) Improvements are that we can use any length of calculating (the one published has a fixed 2 for length) and we can calculate it up to depth 50 (in the published one they have a fixed depth of 10 - the depth can be widened by changing the MAX_depth in the code directly, but be careful with memory usage) So in the end we are having something they do not haveregards
MladenHi Mladen
Smoothed Rsi Inverse Fisher Transform
MTF Or Interpolate
12 and 88 level alerts
Thanks