CandlesticksBW_Alert – indicator MetaTrader 5
Real author: Vladimir An indicator with coloring candlesticks according to B. Williams and alerting on trend change, as well as sending e-mails and Push-messages in such situation. //+———————————————-+ //| Indicator input parameters | //+———————————————-+ input uint NumberofBar=1;//Number of bar to generate a signal input bool SoundON=true; //Enabling alerts input uint NumberofAlerts=2;//Number of alerts input … Read more