Assume two price points are taken at time t; say, at USD29.43 at time 0, and 32.78 at time 1.
The slope of these lines, given by the good-ole' fashioned rise/run method is:
If we recognize as a signal a slope greater than 3 between two price points in a time period, is this a pattern? Generally stated: for any two price points, if slope m >= some limit l, in time t, does this constitute a "pattern?"
The slope of these lines, given by the good-ole' fashioned rise/run method is:
Code:
y2 - y1 32.78 - 29.43 3.35
m = --------- = --------------- = ------ = 3.35
x2 - x1 1 - 0 1
If we recognize as a signal a slope greater than 3 between two price points in a time period, is this a pattern? Generally stated: for any two price points, if slope m >= some limit l, in time t, does this constitute a "pattern?"