View Single Post
  #1208 (permalink)  
Old 01-17-2008, 01:05 PM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
alerts after bar colse; flagVal used;


FastEMA =5; //2
SlowEMA =34; //8
SignalSMA =5; //6


ShowHistogram = true;
ShowMACDLine = false; //true
ShowSignalLine = true; //false

SoundAlert =true;
EmailAlert =false;
MACDzeroLineCrossAlert = false;
MACDSignalLineCrossAlert = true;
MACDDirectionChangeAlert = false; (after one bar)
TwoBarsDirChageConfirm = false; (after two consecutive bars)

ShowAlertStatus = true; (for ind. comment line)
---------------
Attached Images
File Type: gif macd 4c alert.gif (18.7 KB, 1022 views)
Attached Files
File Type: mq4 MACD_4ColorHist_2L_SEAlert.mq4 (11.1 KB, 215 views)

Last edited by fxbs; 01-20-2008 at 05:09 AM.
Reply With Quote