Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

RSI 2 TimeFrames - indicator for MetaTrader 4

Views:
28339
Rating:
(10)
Published:
2016.05.30 14:06
Updated:
2016.11.22 07:32
rsi_2tf.mq4 (2.51 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.