Price_Alert wskaznik dla MT4 (Z WSKAZNIKIEM POBIERZ)

Price_Alert Indicator For MT4

Price_Alert Indicator For MT4

Price_Alert Indicator For MT4 to zaawansowane narzędzie, które służy do pewnego stopnia zautomatyzowania procesu handlowego. Naiwni inwestorzy często patrzą na swój wykres handlowy tylko po to, by znaleźć cenę na określonym poziomie. Ale jeśli spojrzysz na elitarnych handlowców, zauważysz, że używają wskaźników alertu cenowego. Użyj tego narzędzia, a otrzymasz automatyczne powiadomienie, gdy cena osiągnie zdefiniowane wcześniej poziomy.

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

 

Instalowanie Price_Alert Indicator For MT4

Po pobraniu wskaźnika za pomocą powyższego formularza musisz rozpakować plik zip. Następnie musisz skopiować plik PriceAlert.mq4 do folderu MQL4Indicators instalacji MT4 . Następnie uruchom ponownie MT4, a wtedy będziesz mógł zobaczyć wskaźnik na liście wskaźników.

Parametry Price_Alert Indicator For MT4

Price_Alert Indicator For MT4 4 Price_Alert Indicator For MT4 ma parametry 4 do skonfigurowania.

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

Bufory słowa Price_Alert Indicator For MT4

Price_Alert Indicator For MT4 zapewnia bufory 0 .

Główne części Kodeksu

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.