Daily Range Indicator For MT5

Daily Range Indicator For MT5

Table Of Contents:

  1. Daily Range Indicator For MT5
  2. Instalowanie Daily Range Indicator For MT5
  3. Parametry Daily Range Indicator For MT5
  4. Bufory słowa Daily Range Indicator For MT5
  5. Główne części Kodeksu

Daily Range Indicator For MT5 analizuje dzienny najwyższy i najniższy poziom rynku i wyświetla dwie ważne linie na wykresie cen. Linie działają jako poziom wsparcia dynamicznego i oporu. Musisz szukać niedźwiedzi sygnał zwrotny, gdy cena zacznie handlować w pobliżu czerwonej linii. I poszukaj zwyżkowego sygnału odwrócenia, gdy cena handluje w pobliżu niebieskiej linii. Najlepszym sposobem na zarobienie więcej pieniędzy jest poleganie na świeczniku. Naucz się handlować na rynku, używając najbardziej niezawodnego wzoru świec i używaj linii wskaźników jako potencjalnej strefy handlu.

FREE Daily Range Indicator

Download the FREE Daily Range Indicator for MT5.

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 Daily Range Indicator For MT5

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

Parametry Daily Range Indicator For MT5

Daily Range Indicator For MT5 0 Daily Range Indicator For MT5 ma parametry 0 do skonfigurowania.

Bufory słowa Daily Range Indicator For MT5

Daily Range Indicator For MT5 zapewnia bufory 2 .

SetIndexBuffer(0,up,INDICATOR_DATA); SetIndexBuffer(1,dn,INDICATOR_DATA); 

Główne części Kodeksu

int OnCalculate(const int rates_total,                 const int prev_calculated,                 const datetime &time[],                 const double &open[],                 const double &high[],                 const double &low[],                 const double &close[],                 const long &tick_volume[],                 const long &volume[],                 const int &spread[])   {    //-- house keeping     int limit,copied;    datetime start=D 2010.1.1 ;    if(prev_calculated==0)       limit=0;    else limit=prev_calculated-1;        //--copy data    datetime dayTime[];    double dayHigh[],dayLow[];    copied=CopyTime(_Symbol,PERIOD_D1,start,time[rates_total-1],dayTime);    if(copied lt =0) return -1;    copied=CopyHigh(_Symbol,PERIOD_D1,start,time[rates_total-1],dayHigh);    if(copied lt =0) return -1;    copied=CopyLow(_Symbol,PERIOD_D1,start,time[rates_total-1],dayLow);    if(copied lt =0) return -1;     //-- calculate indicators    MqlDateTime mdtDay,mdt;    for(int i=limit; i lt rates_total; i++)      {       TimeToStruct(time[i],mdt);       for(int j=0; j lt copied; j++)         {          TimeToStruct(dayTime[j],mdtDay);          if(mdtDay.day==mdt.day)            {             up[i] = dayHigh[j];             dn[i] = dayLow[j];            }         }      }    return(rates_total);   } //+------------------------------------------------------------------+ 

 

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.