View RSS Feed

1Finance

One More Holy Grail - ExFit Color indicator

Rating: 2 votes, 5.00 average.
by , 05-18-2014 at 05:18 AM (2804 Views)
      
   
Please check out the updated ExFit Color indicator with advanced popup/email alert.

Code:
extern int     Price             =   0;      //Price Mode (0...6) 
extern int     Length            =  25;      //Period of Smoothing
extern int     Order             =   2;      //Fitting Order
extern double  WeightFactor      =   2;      //WeightFactor(eg. 2-EMA,1-Wilder) 
extern int     Window            = 500;      //Window size in bars
extern string  alerts            = "--- Alerts & Emails ---";
extern int     AlertMode         =   1;      //Alert Mode (0-off,1-on)
extern int     SoundsNumber      =   5;      //Number of sounds after Signal
extern int     SoundsPause       =   5;      //Pause in sec between sounds 
extern string  UpSound           = "alert.wav";
extern string  DnSound           = "alert2.wav";
extern int     EmailMode         =   0;      //0-on,1-off   
extern int     EmailsNumber      =   1;      //0-on,1-off
extern int     WarningMode       =   0;      //Warning Mode (0-off,1-on)
Name:  exfitcolor_2.1 600+.png
Views: 270
Size:  80.0 KB
Attached Thumbnails Attached Files

Submit "One More Holy Grail - ExFit Color indicator" to Google Submit "One More Holy Grail - ExFit Color indicator" to del.icio.us Submit "One More Holy Grail - ExFit Color indicator" to Digg Submit "One More Holy Grail - ExFit Color indicator" to reddit

Comments