b clock Indicator For MT4

b clock Indicator For MT4

El b clock Indicator For MT4 muestra el tiempo restante hasta que la vela se cierra en el gráfico.

FREE b-clock Indicator

Download the FREE b-clock 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

 

Instalar la b clock Indicator For MT4

Después de descargar el indicador a través del formulario anterior, debe descomprimir el archivo zip. Luego, debe copiar el archivo b-clock_modified.mq4 en la carpeta MQL4Indicators de su instalación MT4 . Después de eso, reinicie MT4 y luego podrá ver el indicador en la lista de indicadores.

Parámetros de la b clock Indicator For MT4

b clock Indicator For MT4 tiene parámetros 0 para configurar.

Buffers of the b clock Indicator For MT4

b clock Indicator For MT4 proporciona buffers 0 .

Partes principales del código

int start()
  {
	   double i;
    int m, s, k;
    m = Time[0] + Period()*60 - CurTime();
    i = m / 60.0;
    s = m % 60;
    m = (m - m % 60) / 60;
    Comment(m + " minutes " + s + " seconds left to bar end");
    ObjectDelete("time");   
//----
    if(ObjectFind("time") != 0)
      {
        ObjectCreate("time", OBJ_TEXT, 0, Time[2], Close[0] + 0.003);
        ObjectSetText("time", " lt " + m + ":" + s, 12, "Arial Black", Red);
      }
    else
      {
        ObjectMove("time", 0, Time[0], Close[0] + 0.0005);
      }
    return(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.