This indicator using the Current Value of the Relative Strength Index(RSI) to Identify Trend Direction.
If The "Difference" Value at the Right Bottom Corner Greater than 0, this means there is an UpTrend.
If the "Difference" Value at the Right Bottom Corner Smaller than 0, this means there is a DownTrend.
And Also:
Blue Line on the Line Chart Represents Seller's Power.
Red Line on the Line Chart Represents Buyer's Power.
Parameters:
- Period RSI: RSI period for the calculation. Default: 14
- Average for Chart: Number of Past Candles for the Calculation. Default: 3
- Average for Ticks: Number of Past Ticks for the Calculation. Default: 3
- Maximum Bars: Number of Bars to Draw Line Chart. Default: 200
- Price Type: Type of RSI Calculation. Default: Close Price
- Difference Color: Color of the "Difference" text. Default: Orange
- Up Color: Color of the "Up" text. Default: Red
- Down Color: Color of the "Down" text. Default: Blue
- Shift From Right Border: Percentage for the distance from right corner. Default: 15
- Decimal Nums: Number of the decimal points for "Difference" , "Up" and "Down" values. Default: 2
- Use Ticks Calculation: On/Off Switch for Tick Calculation. Default: False
Print RSI Values by Ticks: On/Off Switch for Printing RSI Values. Default: False
To change from "Close Price" Calculation to "Every Tick" Calculation, Please Change the "Use Ticks Calculation" Option to "True"