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:
12058
Rating:
(14)
Published:
2018.08.23 12:50
ASO.mq5 (19.14 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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


Translated from Russian by MetaQuotes Ltd.
Original code: 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