This indicator prepared by using 3 EMA,3 Bollinger Bands and Calculates the Volumes.
This system can be used for 5M time frame.
This system is for Long term and profitable.
Signals are shown as arrows. as an optional,
you can set a voice alarm or email notification
You can fins our other products from link : https://www.mql5.com/en/users/drbastem/seller
Also, you can ask all your questins from email : haskayafx@gmail.com or mobile : +90 530 867 5076 or @MehmetBastem
on telegram application
You can also use this signal with expert advisor with below code
double v1=0; v1=GlobalVariableGet(Symbol()+string(Period())+"HSKTHREECOM"); if(v1==0 ) return(0); // No Signals if(v1==1) { //Send BUY Order... GlobalVariableSet(Symbol()+string(Period())+"HSKTHREECOM",0); } if(v1==2) { //Send SELL Order... GlobalVariableSet(Symbol()+string(Period())+"HSKTHREECOM",0); }
https://www.mql5.com/en/charts/11127943/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127952/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127960/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127965/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127972/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127974/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11127982/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11128007/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11128022/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11128023/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11128027/eurusd-m5-qnb-finans-yatirim
https://www.mql5.com/en/charts/11128029/eurusd-m5-qnb-finans-yatirim
Below you can find indicator inputs.
RangeLimit=75; // Price +(High Low) Arrow
MALimitGnl=474; // Minimum difference degree Pips between MA(2840) – Price Close
BBandGiris=800; // Bolligner Bands Period
BBandSapma=2;// Bolinger Band devitiation
BBandLimit=883;//Minimum difference Band Up-BandDown
BBandGiris1=632; // 2.Bolligner Bands Period
BBandSapma1=3;// 2.Bolinger Band devitiation
BBandLimit1=6713;// 2.Minimum difference Band Up-BandDown
BBandGiris2=273; // 3.Bolligner Bands Period
BBandSapma2=4;// 3.Bolinger Band devitiation
BBandLimit2=297;// 3.Minimum difference Band Up-BandDown
EMA001=26; // 1. EMA Period
EMA002=528; // 2. EMA Period
EMA003=1536; // 3.EMA Period
SendAnEmail=false; // Send E-Mail
CepUyariGonder=false; // Send Cell Phone Notificatiom
SesliAlarm=true; // Sound Alert
AktifGrafikGoster=true; // Change Chart. Actively loads the graphic at the time of signal generation