I'm actually trying to use it to time certain small cap shorts, to use it as a heads up indicator%%
Since you are wanting to limit profits[get out early]; momentum[price speedometer] gets you out early + that's why i dont use it.![]()
I'm actually trying to use it to time certain small cap shorts, to use it as a heads up indicator%%
Since you are wanting to limit profits[get out early]; momentum[price speedometer] gets you out early + that's why i dont use it.![]()
You're doing the Yogi Berra restaurant thing, but with small caps??I'm actually trying to use it to time certain small cap shorts, to use it as a heads up indicator
I solved the problem with the formula
=DEGREES(ATAN(LINEST(J4:J5)))
J4 is the Price 1 and J5 if the subsequent price in which I want to see the angle. Its working quite well in terms of showing me when a parabolic move is happening

%%I'm actually trying to use it to time certain small cap shorts, to use it as a heads up indicator


I'm using several parabolic indicators, percentage (or price multiple rather, parabolic price/previous price) is one of them. Angle is another. I'm also building some other indicators as well. I like the idea of angles because as a daytrader (and the daytraders that I know) what we intuively use to know when something is parabolic is that we glance at the chart and try to see if the price is going vertical. We try to get a sense of how steep is that rise, how close to 90° degrees the rise is. To me this is our intuition trying to figure the angle of that riseJust so you know, you can solve the same problem using 'percentage change' rather than converting things into degrees. y=mx+b. Slope is rise over run. For one day, run is always 1. So 'rise' represents both the percentage increase and the angle of attack, essentially.
So what?
It only matters if speed (or simplicity) matters to you. I suspect "DEGREES(ATAN(LINEST(J4:J5)))" will take Excel longer to calculate than just the percentage change between price 1 and price 2.
Never mind if this makes no sense to you.![]()
...I like the idea of angles because as a daytrader (and the daytraders that I know) what we intuively use to know when something is parabolic is that we glance at the chart and try to see if the price is going vertical....

I'm trying to develop a system that is long something until the price goes parabolic. I have had no luck with that Parabolic SAR, is there any indicator designed to measure price acceleration?
%%I'm using several parabolic indicators, percentage (or price multiple rather, parabolic price/previous price) is one of them. Angle is another. I'm also building some other indicators as well. I like the idea of angles because as a daytrader (and the daytraders that I know) what we intuively use to know when something is parabolic is that we glance at the chart and try to see if the price is going vertical. We try to get a sense of how steep is that rise, how close to 90° degrees the rise is. To me this is our intuition trying to figure the angle of that rise
%%I'm trying to develop a system that is long something until the price goes parabolic. I have had no luck with that Parabolic SAR, is there any indicator designed to measure price acceleration?