View Single Post
  #399 (permalink)  
Old 12-03-2008, 08:11 PM
V-X569's Avatar
V-X569 V-X569 is offline
Member
 
Join Date: Nov 2007
Location: Kuala Lumpur
Posts: 40
V-X569 is on a distinguished road
Lightbulb feedback

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.
Attached Files
File Type: mq4 SilverTrend_bar_E&A.mq4 (2.9 KB, 107 views)
File Type: mq4 SilverTrend_bar_E&A_mtf.mq4 (2.2 KB, 106 views)
__________________
Voginerox-X 569
Reply With Quote