frappemocha / Publications
Forum
Alert other 1hr currency pair
Is it possible to create an alert by putting an indicator on one 1hr chart, and the indicator will also alert other 1hr currency chart
Pullback alert after ma crossover
Hi, do anyone has an indicator that alert when candle pullback below 50ma after 20/50 cross over. I tried to find it on google but only managed to find crossover alert. Thanks yeah
Error when compiling
//+------------------------------------------------------------------+ //| EMA-Crossover_Signal.mq4 | //| Copyright © 2005, Jason Robinson (jnrtrading) | //| http://www.jnrtading.co.uk |
Add in new ema condition
How do i add in another 2 new condition to the below code, Thanks so much in advance... Add in new condition Buy 10ema above 50ema & 20ema below 50ema Sell 10ema below 50ema & 20ema above 50ema string EASignal = ""; if (CCIa > 0 && CCIb > 99 && MACDSignal < 0) {
Alert cci cross below 100 after ma cross
Hi do anyone has an alert where cci cross below 100 after ma cross e.g.cci 10 cross below 100 after 10ma cross above 20ma.. i tried to google it but i cannot find any
Is my code correct?
Hi, can someone help ? Can someone check if this code is correct? Description CCI A cross above 100 CCI B below 0 An alert should pop out when this 2 condition happen. #define UPPER_LEVEL 100 #define MIDDLE_LEVEL 0 #define LOWER_LEVEL -100 #define INDICATOR_NAME "iCCIAlert" if( cci1[0]