Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

Tickwatcher 2.0 - indicador para MetaTrader 4

Visualizaciones:
777
Ranking:
(3)
Publicado:
2016.04.05 14:20
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Otro indicador más que muestra las recomendaciones para cada par de divisas y período de tiempo.

Me ha faltado un poco de espacio en la imagen.

La descripción más detallada se encuentra aquí.

Parámetros:

string ="pairs and timeframes";
string pairs ="EURUSD;EURJPY;GBPUSD;GBPJPY;USDCHF;USDCAD;USDJPY";
string timeFrames ="M1;M5;M15;M30;H1;H4;D1;W1;MN";
string ="levels";
double AdxLevel1 =20.00;
double AdxLevel2 =30.00;
string ="colors";
color ColorUp =ForestGreen;
color ColorNeutral =Gray;
color ColorDown =OrangeRed;
color ColorPrice =LimeGreen;
color ColorLabels =Gray;
string ="other";
bool ShowLegend =true;

Tickwatcher 2.0

Traducción del inglés realizada por MetaQuotes Ltd.
Artículo original: https://www.mql5.com/en/code/8141

PriceAction indicator PriceAction indicator

PriceAction indicator based on indicating Price Action candles. It indicates each candle type by different colored histogram bars.

Count Buy-Sell Position Count Buy-Sell Position

This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.

Tro_Mid Tro_Mid

Muestra cuándo vender y cuándo comprar, pero no es todo tan fácil.

linreg linreg

Este indicador simple será útil para los principiantes. Incluso contiene la optimización.