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:
2992
Rating:
(6)
Published:
2018.06.16 10:55
RANA.mq5 (15.91 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The RANA (Ratio Adjusted Net Advances) indicator developed by Sherman and Marian McClellan shows the ratios of positive and negative increments in the prices of instruments available in the Market Watch and including the specified currency.

It has one input parameter:

  • Base currency - name of the base currency of symbols in the Market Watch.

Calculations:

RANA = (Up - Dn)/(Up + Dn)

where:

  • Up - number of bullish candlesticks on all symbols;
  • Dn - number of bearish candlesticks for all symbols.
It should be noted that, at the first launch or at switching the timeframe, the indicator will need some time to download the necessary history for all the symbols required.

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

Modeling_The_Market Modeling_The_Market

John Ehlers Modeling The Market Indicator.

Expotest Expotest

An Expert Advisor based on indicator SAR.

Surefirething Surefirething

Working with pending Buy Limit and Sell Limit orders. Trailing the positions is possible.

AlliHeik AlliHeik

Trading on indicator Heiken Ashi Smoothed Oscillator. Settings for placing Stop Loss, Take Profit, and Trailing the positions.