Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5847
- Rating:
- Published:
- 2018.12.18 19:21
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Internal Strength indicator.
The indicator has three input parameters:
- RSI period - RSI calculation period
- Calculating method - calculation method
- Price - calculation at High/Low/Close prices
- RSI on price - RSI at High/Low/Close prices
- Drawing type - display type
- Line - line
- Bars - bars
Calculation:
IS = Data
where:
- If Calculating method = Price
Data = Raw
- If Calculating method = RSI on price
Data = RSI(Raw,RSI period)
Raw = (Close-Low)/(High-Low)
Fig. 1. Internal Strength, RSI on price, Line
Fig. 2. Internal Strength, RSI on price, Bars
Fig. 3. Internal Strength, Price, Line
Fig. 4. Internal Strength, Price, Bars
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22431

Heiken Ashi Zone Trade indicator

The trading system based on the signals of the TimeZonePivotsOpenSystem indicator