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:
12139
Note:
(14)
Publié:
2018.08.23 12:50
ASO.mq5 (19.14 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Absolute Strength Oscillator trend-following indicator. Based on the forces of bulls and bears, the indicator displays the current market trend.

There are five inputs:

  • Period - calculation period
  • Smoothing - smoothing period
  • Mode - calculation mode
    • RSI
    • Stochastic
  • Method - calculation method
  • Applied price

Calculation:

BullsStrength = MA(AvgBulls, Smoothing, Method) BearsStrength = MA(AvgBears, Smoothing, Method)

where:

AvgBulls = MA(Bulls, Period, Method)
AvgBears = MA(Bears, Period, Method)

Bulls = Price - Min
Bears = Max - Price

Price - Applied price
Min, Max - the highest and lowest prices within the Period interval


Fig. 1. ASO mode of RSI


Fig. 2. ASO mode of Stochastic


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21428

ALWMA ALWMA

ALWMA moving average

WVF_Stochastic WVF_Stochastic

WVF Stochastic indicator

ASH ASH

Absolute Strength Histogram (ASH) indicator

BezierMA BezierMA

BezierMA moving average