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:
- 4621
- Valutazioni:
- Pubblicato:
- 2018.10.25 18:17
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Internal Strength oscillator. The indicator specifies the point of a daily range the price is located in.
It has four inputs:
- Calculating mode - calculation method
- HLC - by High, Low and Close prices
- RSI - RSI based on HLC
- RSI period - RSI calculation period
- Overbought - overbought level
- Oversold - oversold level
Calculation:
- If Calculation mode = HLC
Internal Strength = Data
- Если Calculation mode = RSI
Internal Strength = RSI(Data,RSI period)
where:
Data = (Close - Low[i]) / HL HL = High - Low
Fig. 1. Internal Strength mode HLC
Fig. 2. Internal Strength mode RSI
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22351

The Expert Advisor sets pending Buy limit and Stop limit orders.

Market Direction Indicator