I'm working on a method for automated trading in which it'll help to have confirmation of trend from a regression channel.
However, I want to be able to apply the regression channel manually because the eye is far more powerful than anything I can code up!
Would it be possible in any way for a strategy to have code that could detect whether a regression channel inserted as 'draw tool' is rising or falling.
(If I was working with a constant period, I could use the RegressionChannel indicator and detect the slope easily but the period will be changing. Yes, I could work out the length of my drawn regression channel and enter that into the strategy but that means enabling and disabling it very frequently.)
Thanks in advance for any help with this.

Comment