ydaudw
Member Member Since Nov 2007
Posts: 87
v 1.7
--------------------------------------------------------------------------------
03/25/08:: v1.7 Modified by ydaudw. Give options to customize period, filter and fix some bugs.
extern string PairsList = "EURUSD,EURGBP,EURCHF";//- This is where you add the currency pairs you want
extern string SymbolSuffix = "";//- If your broker names the currency pairs with a suffix for a mini account (like an "m", for example), enter the suffix here
extern bool ShowTimeTillNextBar = True;
extern bool ShowAESSignal = True;
extern bool Show4HoursSqueezeMore = True;
extern bool SMAFilterOriginal = False;//- Filter Original Method with SMA
extern bool SMAFilterAES = False;//- Filter AES Method with SMA
extern int SMAFilterPeriod = 200;
extern int StochKPeriod = 5;
extern int StochDPeriod = 3;
extern int StochSlowing = 3;
extern int ATRPeriod = 5;
extern int OriginalAndAESTF = 1440;//- Original & AES Signal Timeframe: 1, 15, 30, 60, 240, 1440 - Default is Daily (D1)
extern int SqueezeMoreTF = 240;//- Squeeze-More Timeframe: 1, 15, 30, 60, 240, 1440 - Default is H4
Above is copy and paste frm other thread..it is built by ydaudw as far as i know..correct me if im wrong..
If anyone could optimize this to highest level..i would appreciate it..this indicator generate signal based on ozfx rule..im not sure how it really works but so far seem ok..but perhaps there is something briliant out there can optimize it!
I would be glad if we can look into this..