Watch how to download trading robots for free
Find us on Facebook!
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
Views:
7675
Rating:
(20)
Published:
2018.06.18 16:27
Tarzan.mq5 (15.77 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Oscillator Tarzan is a standard RSI with a channel having a central line, the color of which changes depending on the RSI line location as related to the channel:

  • If the RSI line enters the channel upwards, an "up" signal arrow is placed, and the central line is colored green
  • If the RSI line enters the channel downwards, a "down" signal arrow is placed, and the central line is colored red
  • If the RSI line is within the overbought/oversold zones (above/below the channel borders), the central line is colored pale gray.
  • If the RSI line is in the upper zone within the channel, the line is sky blue,
  • if the line is in the lower zone of the channel, the line is orange.

The central line of the channel is calculated by the RSI line smoothing method, and the indent for the upper and lower channel borders is added/deducted on both sides.

The indicator has six input parameters:

  • RSI period - RSI calculation period
  • RSI Applied price - RSI calculation price
  • MA period - channel calculation period (the RSI line smoothing period)
  • MA Method - channel calculation method
  • Channel top size - indent from the central line for calculating the upper border of the channel
  • Channel bottom size - indent from the central line for calculating the lower border of the channel

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20938

Smoothed_Smart_Money_Pressure_Oscillator Smoothed_Smart_Money_Pressure_Oscillator

Smoothed Smart Money Pressure Oscillator

SilverTrend_NRTR SilverTrend_NRTR

Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.

SilverTrend_NRTR_HTF SilverTrend_NRTR_HTF

Indicator SilverTrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.

SilverTrend SilverTrend

Indicator SilverTrend_Signal that generates alerts and sends e-mails and Push-messages when the indicator changes its color, implemented as candlesticks. Candlesticks with the trend are colored brightly, and those against the trend are colored darkly.