Mira cómo descargar robots gratis
¡Búscanos en Facebook!
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

RSI 2 TimeFrames - indicador para MetaTrader 4

Visualizaciones:
28328
Ranking:
(10)
Publicado:
2016.05.30 14:06
Actualizado:
2016.11.22 07:32
rsi_2tf.mq4 (2.51 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
This code is very simplistic idea of the oscillator, which takes into account values in multiple timeframes indicators Oscillator 3TF (https://www.mql5.com/en/market/product/15565).

This indicator allows you to monitor the current RSI values and user-defined timeframe at the same time.

Parameters:

  • Period - indicator calculation period.
  • NewTimeFrame - time (in minutes) of another timeframe:
    • 1 - M1;
    • 5 - M5;
    • 15 - M15;
    • 30 - M30;
    • 60 - H1;
    • 240 - H4;
    • 1440 - D1;
    • 10080 - W1;
    • 43200 - MN.

Trading Volume Indicator Trading Volume Indicator

Trading Volume indicator shows the volume of buying and selling trades on the current bar or on average of specific number of last bars as you want . Both volumes are shown simultaneously with green and red colors for buying and selling trading volumes respectively.

Swing Point Highs and Lows Swing Point Highs and Lows

This indicator helps to determine swing point highs and swing point lows.

Full Information Full Information

Show full information: price, symbol, timeframe, date, time, spread, swap, stop out level, your name...

Pips to Point Conversion Factor Pips to Point Conversion Factor

This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.