RSIOMA_V2 – indicator for MetaTrader 5

0
378

The trend indicator using an oscillator algorithm drawn in the form of a colored cloud with additional indication.

The color histogram defines trend by finding the border of the colored cloud beyond levels:

input uint MainTrendLong=60;  // Upper trigger level
input uint MainTrendShort=40; // Lower trigger level

When the colored cloud extends beyond the boundaries of levels:

input uint BuyTrigger=80;    // Buy level
input uint SellTrigger=20;   // Sell level

Colored dots appear in the moments when the direction of the fast envelope line of the cloud is opposite to the breakthrough level. For example, if the fast envelope line is above Buy and is falling, a pink dot appears.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article “Averaging Price Series for Intermediate Calculations Without Using Additional Buffers”.

Originally this indicator has been written in MQL4 and was first published in the Code Base at mql4.com on 11.03.2008.

Recommended MT5 Brokers

XM Broker

  • Free $50 To Start Trading Instantly! (Withdraw-able Profit)
  • Deposit Bonus up to $5,000
  • Unlimited Loyalty Program
  • Award Winning Forex Broker
  • Additional Exclusive Bonuses Throughout The Year

XM broker

>> Sign Up for XM Broker Account here <<

FBS Broker

  • Trade 100 Bonus: Free $100 to kickstart your trading journey!
  • 100% Deposit Bonus: Double your deposit up to $10,000 and trade with enhanced capital.
  • Leverage up to 1:3000: Maximizing potential profits with one of the highest leverage options available.
  • ‘Best Customer Service Broker Asia’ Award: Recognized excellence in customer support and service.
  • Seasonal Promotions: Enjoy a variety of exclusive bonuses and promotional offers all year round.

fbs broker

>> Sign Up for FBS Broker Account here <<

(Free MT5 Indicators Download)

Click here below to download:

RSIOMA_V2 – indicator for MetaTrader 5

LEAVE A REPLY

Please enter your comment!
Please enter your name here