Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
2998
Note:
(6)
Publié:
2018.06.16 10:55
RANA.mq5 (15.91 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.

Traduit du russe par MetaQuotes Ltd.
Code original : 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.