I am revisiting this indicator to modify and improve it.
Is it possible to replace style(histogram) with style(candle) in the code?
I would like to see extremes and the wicks/shadows of candles as the histogram can’t show me that and thus the ARLS indicator applies to the close of the bar only.
My code and screenshot is below. Hope this is possible!
ARLS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Define variables
a=LinearRegression[30](close)
b=Close
// Calculation of difference between the 30 period regression line and the last price expressed as a percentage of the current price
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue