T his system never paints.This system created by using Calculates the Standard Deviation indicator.This indicator is only working in M1 period.This system is for short term and profitable.BUY and SELL Orders Target is 30 Pipes.
When the Market Order Reaches the Target or an order in the Reverse Direction is opened, the Pending Limit order is Closed.
Signals are shown as arrows. as an optional limit orders.
You can set a voice alarm or email notification.You can fins our other products from link : https://www.mql5.com/en/users/drbastem/sellerAlso, you can ask all your questins from email : haskayafx@gmail.com or mobile : +90 530 867 5076 or @MehmetBastemon telegram applicationYou can also use this signal with expert advisor with below code.
double v1=0; v1=GlobalVariableGet(Symbol()+string(Period())+"HSK30PIPS1MUNUTE"); if(v1==0 ) return(0); // No Signals if(v1==1) { //Send BUY Order... GlobalVariableSet(Symbol()+string(Period())+"HSK30PIPS1MUNUTE",0); } if(v1==2) { //Send SELL Order... GlobalVariableSet(Symbol()+string(Period())+"HSKENVOLPES",0); }Below you can find indicator inputs.StdDevGirisDegeri=20; // Standard Deviation MA_PeriodBBandGiris=800; // Bollinger Bands MA_PeriodBBandSapma=3; // Bollinger Bands deviationAdxUzunluk=7; // ADX PeriodRSIUzunluk=70; // Rsi PeriodSendAnEmail=false; // Send E-MailCepUyariGonder=false; // Send Cell Phone NotificatiomSesliAlarm=true; // Sound AlertAktifGrafikGoster=true; // Change Chart. Actively loads the graphic at the time of signal generationChartIDScreenPosition=3;//ChartID Screen Position 0,1,2,3ChartIDDisplay=true;// ChartID Display On Screen