Hello guys, (You all rock)
I personally think the previous version of SilverTrend is better than VladVG suggested. The one that VladVG posted has generated too many false signals for me. Signals occured too late when I supposed to get in ealier so I end up with buy at top, sell at bottom. The previous version does a better job although it's repainting but it gives early signal. I decided to switch back to previous version so that I won't get funny results anymore. The only change I made was:-
Code:
SsMax = High[iHighest(NULL,0,MODE_HIGH,SSP,i-SSP+1)];
SsMin = Low[iLowest(NULL,0,MODE_LOW,SSP,i-SSP+1)];
I guess the indicator is too 'old' as it uses
obsolete function
Quote:
In further development of MQL4, some functions were renamed and moved from one group to another in order to systematize them better. The old function names are not highlighted or linked to the MetaEditor Dictionary. The old function names can be used since the compiler will accept them in a proper way. However, we strongly recommend to use the new names.
Old Name New Name
Highest.....iHighest
Lowest......iLowest
|
Well, just my opnion.

You guys can choose which version that ya'all comfortable with.
