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. Installation du Daily Range Projections Full Indicator For MT5
  3. Paramètres du Daily Range Projections Full Indicator For MT5
  4. Tampons du Daily Range Projections Full Indicator For MT5
  5. Parties principales du code

L' Daily Range Projections Full Indicator For MT5 analyse le mouvement quotidien des prix de l'instrument de négociation et trouve les points de négociation critiques. Le niveau de support et de résistance est tracé dans le graphique des prix en fonction des mouvements de prix précédents des marchés. À l'aide de cet indicateur, vous pouvez également trouver l'objectif de profit potentiel et les niveaux de stop-loss de chaque transaction. Essayez d'apprendre la méthode de négociation de l'action des prix, car cet outil peut vous aider à trouver la zone de négociation critique où vous pouvez repérer des signaux d'action des prix très fiables. Et lorsque vous exécutez le commerce à l'aide de cet outil, assurez-vous de réduire le risque dans une large mesure.

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

 

Installation du Daily Range Projections Full Indicator For MT5

Après avoir téléchargé l'indicateur via le formulaire ci-dessus, vous devez décompresser le fichier zip. Ensuite, vous devez copier le fichier dailyrangeprojections_full.mq5 dans le dossier MQL5Indicators de votre installation MT5 . Ensuite, redémarrez MT5 et vous pourrez voir l’indicateur dans la liste des indicateurs.

Paramètres du Daily Range Projections Full Indicator For MT5

Daily Range Projections Full Indicator For MT5 a des paramètres 3 à configurer.

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 

Tampons du Daily Range Projections Full Indicator For MT5

Le Daily Range Projections Full Indicator For MT5 3 Daily Range Projections Full Indicator For MT5 fournit des tampons 3 .

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

Parties principales du code

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.