Bulls and Bears Indicator For MT5

Bulls and Bears Indicator For MT5

Table Of Contents:

  1. Bulls and Bears Indicator For MT5
  2. Installazione della Bulls and Bears Indicator For MT5
  3. Parametri della Bulls and Bears Indicator For MT5
  4. Buffer della Bulls and Bears Indicator For MT5
  5. Parti principali del codice

L'indicatore Bulls and Bears Indicator For MT5 mostra la potenza dei tori e dei venditori sul mercato. Quando vedi una nuvola di colore verde sopra la linea di riferimento, dovresti cercare i segnali di conferma dell'azione del prezzo rialzista. E se vedi una nuvola di colore arancione sotto la linea di riferimento, dovresti cercare di abbreviare la coppia. Una volta che sei abile nel trading, puoi facilmente realizzare un grande profitto senza perdere troppi soldi. Pensa all'approccio professionale e utilizza questo strumento solo per valutare la qualità delle configurazioni commerciali. Una volta che sei diventato bravo ad analizzare le variabili di mercato, non avrai problemi a gestire i dati di mercato complessi.

FREE Bulls and Bears Indicator

Download the FREE Bulls and Bears 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

 

Installazione della Bulls and Bears Indicator For MT5

Dopo aver scaricato l'indicatore tramite il modulo sopra è necessario decomprimere il file zip. Quindi è necessario copiare il file Bulls and bears.mq5 nella cartella MQL5Indicators dell'installazione di MT5 . Dopodiché, riavvia MT5 e sarai in grado di vedere l'indicatore nell'elenco degli indicatori.

Parametri della Bulls and Bears Indicator For MT5

Bulls and Bears Indicator For MT5 ha i parametri 1 da configurare.

input int                inpBullBearPeriod=14;         // Bulls and bears period 

Buffer della Bulls and Bears Indicator For MT5

Bulls and Bears Indicator For MT5 fornisce buffer 6 .

SetIndexBuffer(0,bullsh,INDICATOR_DATA); SetIndexBuffer(1,bullsz,INDICATOR_DATA); SetIndexBuffer(2,bearsh,INDICATOR_DATA); SetIndexBuffer(3,bearsz,INDICATOR_DATA); SetIndexBuffer(4,bullsl,INDICATOR_DATA); SetIndexBuffer(5,bearsl,INDICATOR_DATA); 

Parti principali del codice

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[])   {    if(Bars(_Symbol,_Period) lt rates_total) return(prev_calculated);    if(BarsCalculated(_bullsHandle) lt rates_total) return(prev_calculated);    if(BarsCalculated(_bullsHandle) lt rates_total) return(prev_calculated);    double _bullVal[1],_bearVal[1];    int i=(int)MathMax(prev_calculated-1,1); for(; i lt rates_total && !_StopFlag; i++)      {       int _bullCopied=CopyBuffer(_bullsHandle,0,time[i],1,_bullVal);       int _bearCopied=CopyBuffer(_bearsHandle,0,time[i],1,_bearVal);       bullsl[i] = (_bullCopied==1) ? _bullVal[0] : EMPTY_VALUE;       bearsl[i] = (_bearCopied==1) ? _bearVal[0] : EMPTY_VALUE;       bullsh[i] = MathMax(bullsl[i],0); bullsz[i] = 0;       bearsh[i] = MathMin(bearsl[i],0); bearsz[i] = 0;      }    return (i);   } //+------------------------------------------------------------------+ 

 

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.