Daily Range Projections Full Indicator For MT5

Daily Range Projections Full Indicator For MT5

Table Of Contents:

  1. Daily Range Projections Full Indicator For MT5
  2. Cài đặt Daily Range Projections Full Indicator For MT5
  3. Các tham số của Daily Range Projections Full Indicator For MT5
  4. Bộ đệm của Daily Range Projections Full Indicator For MT5
  5. Các bộ phận chính của bộ luật

Chỉ Daily Range Projections Full Indicator For MT5 phân tích biến động giá hàng ngày của công cụ giao dịch và tìm các điểm giao dịch quan trọng. Mức hỗ trợ và kháng cự là âm mưu trong biểu đồ giá dựa trên biến động giá trước đó của thị trường. Với sự trợ giúp của chỉ số này, bạn cũng có thể tìm thấy mục tiêu lợi nhuận tiềm năng và mức dừng lỗ của mỗi giao dịch. Cố gắng tìm hiểu phương pháp giao dịch hành động giá vì công cụ này có thể giúp bạn tìm khu vực giao dịch quan trọng nơi bạn có thể phát hiện các tín hiệu hành động giá đáng tin cậy cao. Và khi bạn thực hiện giao dịch với sự trợ giúp của công cụ này, hãy chắc chắn rằng bạn đang giảm thiểu rủi ro đến một mức độ lớn.

FREE Daily Range Projections Full Indicator

Download the FREE Daily Range Projections Full 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

 

Cài đặt Daily Range Projections Full Indicator For MT5

Sau khi bạn tải xuống chỉ báo qua biểu mẫu ở trên, bạn cần giải nén tệp zip. Sau đó, bạn cần sao chép tệp dailyrangeprojections_full.mq5 vào thư mục MQL5Indicators cài đặt MT5 của bạn. Sau đó, vui lòng khởi động lại MT5 và sau đó bạn sẽ có thể thấy chỉ báo trong danh sách các chỉ báo.

Các tham số của Daily Range Projections Full Indicator For MT5

Daily Range Projections Full Indicator For MT5 có các tham số 3 để cấu hình.

input int  Symbol_MAX = 119;        // High price label for tomorrow input int  Symbol_MID = 167;        // Average price label for tomorrow input int  Symbol_MIN = 119;        // Low price label for tomorrow 

Bộ đệm của Daily Range Projections Full Indicator For MT5

Daily Range Projections Full Indicator For MT5 cung cấp bộ đệm 3 .

SetIndexBuffer(0,ExtMaxBuffer,INDICATOR_DATA); SetIndexBuffer(1,ExtMidBuffer,INDICATOR_DATA); SetIndexBuffer(2,ExtMinBuffer,INDICATOR_DATA); 

Các bộ phận chính của bộ luật

int OnCalculate(const int rates_total,    // number of bars in history at the current tick                 const int prev_calculated,// number of bars calculated at previous call                 const datetime &time[],                 const double &open[],                 const double& high[],     // price array of maximums of price for the indicator calculation                 const double& low[],      // price array of minimums of price for the indicator calculation                 const double &close[],                 const long &tick_volume[],                 const long &volume[],                 const int &spread[])   { //----     if(_Period gt =PERIOD_D1 || rates_total lt 1) return(RESET);  //---- declarations of local variables     int limit,bar;  //---- calculation of the  limit  starting index for the bars recalculation loop    if(prev_calculated gt rates_total || prev_calculated lt =0)// checking for the first start of the indicator calculation       limit=rates_total-1;                 // starting index for calculation of all bars    else limit=rates_total-prev_calculated; // starting index for calculation of new bars  //---- indexing elements in arrays as timeseries      ArraySetAsSeries(time,true);  //---- main indicator calculation loop    for(bar=limit; bar gt =0 && !IsStopped(); bar--)      {       //---- declarations of local variables        double X=0.0;       MqlRates rates[2]; // static array and reverse indexing of the elements (the current bar is the first one!)              //---- copy newly appeared data in the rates array       if(CopyRates(Symbol(),PERIOD_D1,time[bar],2,rates) lt =0) return(RESET);        if(rates[1].close lt  rates[1].open) X=(rates[0].high+rates[0].low+rates[0].close+rates[0].low  )/2.0;       if(rates[1].close gt  rates[1].open) X=(rates[0].high+rates[0].low+rates[0].close+rates[0].high )/2.0;       if(rates[1].close==rates[1].open) X=(rates[0].high+rates[0].low+rates[0].close+rates[0].close)/2.0;        ExtMaxBuffer[bar] = NormalizeDouble(X-rates[0].low, _Digits);       ExtMinBuffer[bar] = NormalizeDouble(X-rates[0].high,_Digits);       ExtMidBuffer[bar] = NormalizeDouble((ExtMaxBuffer[bar]+ExtMinBuffer[bar])/2.0,_Digits);      } //----       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.