Indicators with alerts/signal - page 190

 

alert on zup indicator

can someone put an alarm when a new set up apears on the zup indicator ?

i would apreciate hat very much

 

ok,- box, email and different sounds was hooked to one "Alerts" switch as before

but right, make sense to have separate extern inputs

extern int Rperiod = 15;

extern int LSMA_Period = 5;

extern bool Alerts = false; - main switch alerts on/off

extern bool AlertBox = true;

extern bool AlertEmail = false;

extern bool playSoundfiles = true;

extern string soundfileUpSig = "alert.wav"; - or type other sound fie from MT4Sounds Folder

extern string soundfileDnSig = "timeout.wav";

 

Hi guys,

can you help me creating the email alert and sound alert for this mother of moving average indicator? TIA

 

Thanks again

Thanks again FXBS.

 
newdigital:

- EMA-Crossover_Signal:

Enter two Exponential Moving Average periods and it'll tell you when they crossed.

Hi all,

Can some one explain me the following calculation:

--------------------------------------------------

for (counter=i ;counter<=i+9;counter++)

{

AvgRange=AvgRange+MathAbs(High[counter]-Low[counter]);

}

Range=AvgRange/10;

---------------------------------------------------

Specially number (+9 ), I have Highlight it with red color.

thanks an advance

 

bar "0" is #1; bar "9" is #10

 

... and yes, 0+9=10 (don't know what you learn at school...fogetit)

 

Is it any indicators with text alert whereby is for CCI.

CCI 14 cross 0 / touch 0, then got text alert. Thanks.

 

Hello... Is there any indicator which indicates about reversal or trend changing indicator with alert?

thank's

 

Could an alert be put on this please?

Hi,

could anyone spare some time and put an alert and email on this please. I would like to know when Red starts and also when green starts

Thanks very much

Brandoni.

Reason: