Elite indicators :) - page 1351

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
Dear traders
I am very thankful for guidance and indicators from this forum especially mladen, mrtools and mntiwana.
Guide me whether the attached indicator repaints or not?
Any alternate indicator made by you?
Thanks in advance.
All Indicators at tsd are coded by mladen/mrtools , i am only repeater :)
All Indicators at tsd are coded by mladen/mrtools , i am only repeater :)
files have not been attached. so edited and attached. please refer.thank you for your early response.
files have not been attached. so edited and attached. please refer.thank you for your early response.
That is not coded in original by me
As I told : that is originally coded by ANG (if I am correct). I am not saying that it is bad (ANG is a very good coder). But I told that it recalculates (as some call it repaints). And no alternative (to my knowledge). At least not by me (or mrtools)
That is not coded in original by me
As I told : that is originally coded by ANG (if I am correct). I am not saying that it is bad (ANG is a very good coder). But I told that it recalculates (as some call it repaints). And no alternative (to my knowledge). At least not by me (or mrtools)
Stochastic averages - gradient version upgraded too (there was no version 1.1 to 1.5 - this version 1.6 is to make the version numbers same as the "plain" version of the indicator)
Has been very much admire you, and has been concerned about you.
I have a question I would like to bother you, is that you have previously compiled an indicator, the name is Stochastic averages filtered - gradient 1.6, I am very interested in it. However, always indicator_Histo _width 2, and can not be adjusted.
So, if possible, I would like you to change the width 8, please take care.
Dear mladen
Has been very much admire you, and has been concerned about you.
I have a question I would like to bother you, is that you have previously compiled an indicator, the name is Stochastic averages filtered - gradient 1.6, I am very interested in it. However, always indicator_Histo _width 2, and can not be adjusted.
So, if possible, I would like you to change the width 8, please take care.
yudaxuan
Here is a version in which you can adjust that too
yudaxuan
Here is a version in which you can adjust that too
Thank you very much for your timely response, I will immediately install and test, once again thanks.
For Halloween
It is a digital filter based on sync() function. In short sync is defined as sync(n) = sin(n*Pi)/(n*Pi) and is, as it is obvious, using a syne wave like shaped coefficients for filtering - smoothing.
But, there is a but : sync can not be used "as is" for that purpose or one will get surprised with the result "jumping around" for different calculating lengths (I know at least one person that did not know that and was even bragging with a "fastest moving average there is" based on sync() and I suppose that by the time he discovered that "jumping effect" al he was left to do is to disappear from internet scene). For purpose of avoiding that, windowing is used. In this indicator I "overdid" a bit and made almost every window variation that is found in wikipedia (here is a link with rather good description of different types of window functions : Window function - Wikipedia, the free encyclopedia ).
After this description, now about some of the parameters. The 3 most important parameters are the frequency cutoff, the filter (window) type and the "causal" parameter.Is there a newer version of this?