Price_Alert goesterge icin MT4 (goestergesi ile indir)

Price_Alert Indicator For MT4

Price_Alert Indicator For MT4

Price_Alert Indicator For MT4 için Price_Alert Indicator For MT4 , ticaret sürecini belirli bir ölçüde otomatikleştirmek için kullanılan gelişmiş bir araçtır. Saf yatırımcılar genellikle sadece belirli bir seviyedeki fiyatı bulmak için alım satım grafiklerine bakarlar. Ancak elit tüccarlara bakarsanız, fiyat uyarı göstergelerini kullandıklarını göreceksiniz. Bu aracı kullanın ve fiyat önceden tanımlanmış seviyelerinize ulaştığında otomatik bir bildirim alacaksınız.

FREE Price_Alert Indicator

Download the FREE Price_Alert Indicator for MT4.

To receive my email 100% sure: 
Put my email on your whitelist!

 

Partially Automated Trading Besides Your Day Job

Alerts In Real-Time When Divergences Occur

 

Price_Alert Indicator For MT4 Yükleme

Göstergeyi yukarıdaki form aracılığıyla indirdikten sonra zip dosyasını açmanız gerekir. Ardından PriceAlert.mq4 dosyasını MT4 kurulumunuzun MQL4Indicators klasörüne kopyalamanız gerekir. Bundan sonra lütfen MT4'i yeniden başlatın, ardından göstergeyi göstergeler listesinde görebileceksiniz.

Price_Alert Indicator For MT4 Parametreleri

Price_Alert Indicator For MT4 , yapılandırılacak 4 parametrelerine sahiptir.

extern double SoundWhenPriceGoesAbove = 0;
extern double SoundWhenPriceGoesBelow = 0;
extern double SoundWhenPriceIsExactly = 0;
extern bool SendEmail = false; //If true e-mail is sent to the e-mail address set in your MT4. E-mail SMTP Server settings should also be configured in your MT4

Price_Alert Indicator For MT4

Price_Alert Indicator For MT4 , 0 arabelleklerini sağlar.

Kodun Ana Bölümleri

int start()
{
   if ((Ask  gt  SoundWhenPriceGoesAbove) && (SoundWhenPriceGoesAbove  gt  0))
   {
      Alert("Price above the alert level.");
      PlaySound("alert.wav");
      SendMail("Price for " + Symbol() +  " above the alert level " + Ask, "Price for " + Symbol() +  " reached " + Ask + " level, which is above your alert level of " + SoundWhenPriceGoesAbove);
      ObjectDelete("SoundWhenPriceGoesAbove");
      SoundWhenPriceGoesAbove = 0;
   }
   if ((Bid  lt  SoundWhenPriceGoesBelow) && (SoundWhenPriceGoesBelow  gt  0))
   {
      Alert("Price below the alert level.");
      PlaySound("alert.wav");
      SendMail("Price for " + Symbol() +  " below the alert level " + Bid, "Price for " + Symbol() +  " reached " + Bid + " level, which is below your alert level of " + SoundWhenPriceGoesBelow);
      ObjectDelete("SoundWhenPriceGoesBelow");
      SoundWhenPriceGoesBelow = 0;
   }
   if ((Bid == SoundWhenPriceIsExactly) || (Ask == SoundWhenPriceIsExactly))
   {
      Alert("Price is exactly at the alert level.");
      PlaySound("alert.wav");
      SendMail("Price for " + Symbol() +  " exactly at the alert level " + Ask, "Price for " + Symbol() +  " reached " + Ask + "/" + Bid + " level, which is exactly your alert level of " + SoundWhenPriceIsExactly);
      ObjectDelete("SoundWhenPriceIsExactly");
      SoundWhenPriceIsExactly = 0;
   }
}
//+------------------------------------------------------------------+

 

About Me

I'm Mike Semlitsch the owner of PerfectTrendSystem.com. My trading career started in 2007. Since 2013 I have helped thousands of traders to take their trading to the next level. Many of them are now constantly profitable traders. 

The following performance was achieved by me while trading live in front of hundreds of my clients:

Connect With Me:  

Results From 5 Months!
This service starts soon! Be the first who get's notified when it begins!

This FREE Indicator Can Transform
Your Trading!

FREE Indicator + Telegram Group


Request the Ultimate Double Top/Bottom Indicator which is used by 10,000+ traders.