Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 13049
- Valutazioni:
- Pubblicato:
- 2018.08.23 12:50
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21428