Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

RSI 2 TimeFrames - Indikator für den MetaTrader 4

Ansichten:
28345
Rating:
(10)
Veröffentlicht:
2016.05.30 14:06
Aktualisiert:
2016.11.22 07:32
rsi_2tf.mq4 (2.51 KB) ansehen
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
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.