DirectCandlesCounter – indicator MetaTrader 5

Fig. 1. DirectCandlesCounter indicator
Real author: Khlistov Vladimir The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications. //+———————————————-+ //| Indicator inputs                 | //+———————————————-+ input uint CandleTotal=3;  //Number of unidirectional candles input uint NumberofBar=1;//Number of a bar for delivering a signal input bool SoundON=true; //Allow the alert … Read more