Mira cómo descargar robots gratis
¡Búscanos en Telegram!
Pon "Me gusta" y sigue las noticias
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
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
Evalúe su trabajo en el terminal MetaTrader 5
- Visualizaciones:
- 19083
- Ranking:
- Publicado:
- Actualizado:
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
This indicator calculates correlation between MAs of different periods.
Lines:- Black/Red dots - Shows Open/Close signals (Above chart = BUY, below = SELL)
- Silver Line - Trend corelation (100 = All MAs are UP trend, -100 = All MAs are DOWN trend)
- Blue Line - Sort Degree (100 = All MAs are ASCENDING, -100 = All MAs are DESCENDING)
- Blue Dashed Line - Rough Sort Degree between MAcheck, Higher MAs and Lower MAs (100 = All Higher MAs are above MAcheck and all Lower MAs are below MAcheck, -100 = Higher MAs < MAcheck < Lower MAs; Higher and Lower MAs don't have to be sorted)
//---- input parameters extern string ________________01="List of MAs, eg form fiobo: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597"; extern string listMA="1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233"; extern string ________________02="MA to check SORT DEGREE"; extern int MAcheck=8; extern string ________________10="MA sort type"; extern int MAmethod = 1; // iMA moving average method: // 0 Simple moving average, // 1 Exponential moving average, // 2 Smoothed moving average, // 3 Linear weighted moving average.
Image:

Reads all available instruments and their characteristics and generates an HTML report. Positive Swaps are highlighted.

This indicator will trigger an audio/visual alert when the symbol mid-price crosses one of two trendlines placed on the chart.

An evolution of John Ehlers Inverse Fisher Transform of RSI.

A small utility making MT4 input windows resizable.