Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
ok, just checking, to make sure there is no mistake...
again, SolarWind-ACS1.mq4 (3.8 KB, post#102) default Option (option=1; // option 1 "will make it NOT a repainter (except for last bar). " - a bit overstatement, don't you think?
still confusing?
ok, just checking, to make sure there is no mistake...
again, SolarWind-ACS1.mq4 (3.8 KB, post#102) default Option (option=1; // option 1 "will make it NOT a repainter (except for last bar). " - a bit overstatement, don't you think?
still confusing?
I am sorry to say that your chart without any comments is still confusing. There are two solarwind indicators and they seem to show different values and different crossings and in one chart they both show the same thing.
I admit that my comment has a mistake in stating that "except for last bar". As per MT4 people, the last bar can include upto last three bars!!! So, the last three bars can be modified and a wrong histogram develops over time which will change upon reset (usually this MT4 "last bar" definition is not a problem for most indicators, but this Solarwind or Fisher method uses last value and when it goes backwards often, messes up by using future bar value as last value). But this difference is usually much smaller than the original version (mostly does not affect the signal crossover). It could be avoided completely, but in those days I was not aware of MT4 definition of "last bar" (some 9 months back). If anyone is interested, I can fix this problem as well. But I do not use this. I simply use Stochoistics(10,1,1) crossing 50 level (which is same as using this indi with a Smooth value of zero, but to reduce noise Stoch(10,3,3) is better; when Smooth value is set at zero, no version will repaint).
I am sorry for the wrong statement and any time waste I caused. Thank you fxbs for catching it.
"option 1 will make it NOT a repainter. Other options leave it as a repainter!"
First picture :
Solar wind ACS with option parameter set to 1
Solar wind ACS1 with option parameter set to 1
Second picture :
Solar wind ACS with option parameter set to 1 on a new chart
Solar wind ACS1 with option parameter set to 1 on a new chart
Same thing will happen when you change time frames, restart metatrader, change symbol... The count of repainted bars I leave to others
For the nth time : what is known as "solar wind" is a wrongly coded Ehlers fisher transform indicator.
Someone tried to convert Tradestation version of Ehlers fisher transform and did a bad job doing it.
There is nothing to "fix" in that indicator. And there are some good Ehlers fisher transform indicators for Metatrader already
First picture :
Solar wind ACS with option parameter set to 1
Solar wind ACS1 with option parameter set to 1
Second picture :
Solar wind ACS with option parameter set to 1 on a new chart
Solar wind ACS1 with option parameter set to 1 on a new chart
Same thing will happen when you change time frames, restart metatrader, change symbol... The count of repainted bars I leave to others
For the nth time : what is known as "solar wind" is a wrongly coded Ehlers fisher transform indicator.
Someone tried to convert Tradestation version of Ehlers fisher transform and did a bad job doing it.
There is nothing to "fix" in that indicator. And there are some good Ehlers fisher transform indicators for Metatrader already
Hi mladen,
SolarWind is exactly same as most Fisher indicator one can find for MT (but normally the solarwind had the Smooth parameter fixed and not available for change as an extern variable, that was the only difference). Most Fisher indies are repainters too (even when the authors claimed otherwise), except for one called Fisher-m11. I have discussed these nearly a year back in Factory and made fixed version before knowing the m11 version existed. So, the same thing I tried with SolarWind.
By the way, why you were testing the same thing twice (it is like tracking two rails seperately! they go to the same place). Both files are exactly same except that their default option is changed to be repainter or non-repainter (more accurately, calculating forward or backward). When you set the same option, they are identical and equal to attaching the same indi twice.
My whole purpose was making alerts for many indies and thats what I did with Fisher and then when someone asked, I added alerts for the fancy named same thing (with option to calculate backward as the original bad way or the proper forward calculation). Hope that clarifies some history!
Of me comparing two differently named indicators : If someone names two indicators with different names I assume that there is a reason for it. If those indicators are the same, well, then I do not understand the "naming" logic of those indicators (but that is not a matter of this post).
The question was do they repaint, and I think that pictures itself made the point.
Quote:
Most Fisher indies are repainters too (even when the authors claimed otherwise)
SolarWind is exactly same as most Fisher indicator one can find for MT (but normally the solarwind had the Smooth parameter fixed and not available for change as an extern variable, that was the only difference). Most Fisher indies are repainters too (even when the authors claimed otherwise), except for one called Fisher-m11. I have discussed these nearly a year back in Factory and made fixed version before knowing the m11 version existed. So, the same thing I tried with SolarWind.
By the way, why you were testing the same thing twice (it is like tracking two rails seperately! they go to the same place). Both files are exactly same except that their default option is changed to be repainter or non-repainter (more accurately, calculating forward or backward). When you set the same option, they are identical and equal to attaching the same indi twice.
My whole purpose was making alerts for many indies and thats what I did with Fisher and then when someone asked, I added alerts for the fancy named same thing (with option to calculate backward as the original bad way or the proper forward calculation). Hope that clarifies some history!
Regards,
chandra
I do not care less what were, and are, your intentions and history with "Solar wind" indicator
The fact is that the posted versions are repainting ("even when the author is claiming otherwise") and that the "solar wind thing" is closed a long time ago on TSD forum (posts starting from this one : zor v.1 are most educational regarding that issue) Please leave the dead things dead (even dead things deserve to rest in peace)
for people, unfamiliar with simple indicator testing:
put indi on 1 min chart, in a few minutes put same indi on the chart again (together with first instance) - and see the difference
once in a while refresh one instance (just clik its properties)
see clear picture
(shouldnt do that - but just 4 fun: SW repainted (rp) and nonrepainted(nrp) lines together (SolarWind-TKmx2.mq4 ) - check how rp. line slowly taking needed shape - basically repeats (redraws) nrp with shift to the left
The two indies have different default settings. You changed those settings to be same and used!
Non-repainting version of Fisher indi existed more than two years back and you have made yours just six months back (I had done working with these long before yours was made). May be you re-invented the wheel. Compared to m11 version, you have fixed smoothing parameters just like in SolarWind (Other Fisher versions I have seen have variable smoothing parameters). You don't seem to understand that Fisher and SolarWind are same, same and same (if a copy of yours is posted as corrected solarwind, no-one will know the difference, because there will be no difference!!!). Yours IS the real corrected solarwind (faaar better than my Solarwind-ACS1). There is nothing in the name, just compare the equations. You can see the Fisher versions with the same problem in the link below (thats where the m11 version made its point).
For those who like to use Fisher with changeable smoothing parameters, please check the link below:
Fisher-m11 (the first proper working Fisher, posted on 23-JUL-2006): http://www.forex-tsd.com/39933-post110.html
Of reinventing the wheel : compare pictures. Upper is m11, lower is made according to John Ehlers original tradestation code. Same?
Of reinventing the wheel again : if you download that document attached here (http://www.forex-tsd.com/198286-post71.html), it contains the original John Ehlers formula as well, so I do not have to reinvent the wheel (the process itself is called reading, but it seems that you have no knowledge of that process)
Of understanding what is the same and what is not : I have five fingers on my hand, all of them are different. Guess which one am I showing to you. See the difference?