Indicators: VGridLine_Custom

 

VGridLine_Custom:

The indicator plots one vertical line per day in a specified moment of time

VGridLine_Custom

Author: Nikolay Kositsin

 

I traslate your indicator to spanish.
Replace line 135 to 147 with the next code

//+----------------------------------------------+ 
//| Входные параметры индикатора                 |
//+----------------------------------------------+ 
input string LinesSirname="VLine_Grid_Custom_";     //Nombre de línea
input HOURS  LineHours=ENUM_HOUR_0;                 //Tiempo (horas)
input MINUTS LineMinuts=ENUM_MINUT_0;               //Tiempo (minutos)
input color Line_Color=clrMagenta;                  //Color de línea
input ENUM_LINE_STYLE Line_Style=STYLE_DASHDOTDOT;  //Estilo de línea
input ENUM_WIDTH Line_Width=w_1;                    //Ancho
input bool SetBackground=true;                      //visualización de líneas en segundo plano
input uint LinesTotal=10;                           //Número de líneas históricas
input uint FutureTotal=1;                           //Número de líneas futuras
//+----------------------------------------------+

Congrats for the indicator is the best I can found

 
simchgab #:I traslate your indicator to spanish. Replace line 135 to 147 with the next code. Congrats for the indicator is the best I can found

This is the English forum, not the Spanish one.

If you want to post the Spanish translation, then please do so in the Spanish discussion for this publication.

Indicadores: VGridLine_Custom
Indicadores: VGridLine_Custom
  • 2018.11.26
  • www.mql5.com
Artículos, Biblioteca: Indicadores: VGridLine_Custom
 
The downloaded indicator is Russian!
Reason: