Searching for entries matching linear, looking in keywords for any words Found 7 matching entries
Entries
2706
DaveP711
Here is a linear regression line for MT5.
If somebody could improove it to become a Trigger line. Only the Exponential moving average have to be plot with the linreg line. It could be done with Costume moving average, which has the option (Previous indicators data). But it would be better if it would be coloured trigger line like in Ninjatrader.
This indicator uses Linear Regression as main driver. It's based on a longer and shorter period LR used as a signal.
I find it most suitable for indicating when to add new contracts to already opened position or if you've missed trend break-out this can find you a nice entry.
Should you have market trending down, you enter when histogram reaches near 0 and you can either wait to change direction and go in the opposite direction or use some "fixed" near 0 detection method.
On the image you can see how nice have been identified places where to add to an existing position, or even enter market if not done so already.
Please check here for early trend change identification and how trading divergences possibilities.
Parameters:
- Adaptive period: you can select to use adaptive period proposed by John Ehlers for short period calculation
- Period multiplier: is to be used if you've selected adaptive period so from short period calculated will be derived long period value by multiplication
- Long LR period/Short LR period: are to be used as fixed values for Linear regression period
- Long/Short smoothing: is SMA smoothing applied to LinReg
Notes:
- Red/Green histograms are selected on Falling/Rising base respect to previous value.
- In debug mode you can see additional 2 lines plotted. Those are actual angle measure line for longer and shorter period LR.
Linear Regression Slope. Should return the same values as the standard LinRegSlope. However, the standard version iterates on every update, making it especially inefficient for intrabar (tick) data. This version does not iterate on intrabar updates. Version 1.0.
I´ve found this indicator in my TOS platform and translated to NT. It also has a LinReg option (set to true by default) to make it smoother, but it also works grate with out it... I´ve foud it grate to confirm mayor swings... look at the chart and good trading...
Ehlers Distant Coefficient Filter
vorol
Linear Regression Channel consists of two parallel lines, equidistant up and down from the line of linear regression trend. The distance between frame of the channel and regression line equals to the value of maximum close price deviation from the regression line.
This indicator can plot a liner regression, a parabolic regression (second-power), and a polynomial regression (third-power).
October 20th, 2014 08:11 PM Zephyr THANK YOU VERY MUCH!
September 10th, 2013 08:48 PM Scott305
September 18th, 2010 08:23 PM marin I downloaded into Ninja 7 beta21 and the indicator plotted somewhat OK initially in the standard default settings mode..
.
The HATEMA and TEMA lines do not seem to plot. Fill OB/OS works OK.
Not sure if the 2nd and 3rd power regressions plotted correctly...setting the degree to 2, 3 & 4 produced similar lookin
g results.
May 27th, 2010 12:56 PM theLonelyTrader Used with volume analysis and price action, my favorite market indicator by far, especially on leading instruments like
6E, CL and DAX.
November 1st, 2009 02:19 PM cclsys Excellent. I suspect this will end up being one of the only 2-3 indicators I intend to have up on a chart during trading
. Is dynamic, visually simple, and technically sophisticated. Thanks.