Quote from kinggyppo:
got a breakout trade here in Bidu, long from 124 area will hold it for a while open target.
bidu pivot 123.85
pivot range 131.91-115.79
earnings Oct 20.
pivot = ( high + low + close ) / 3 ,
the range two lines are calculated like that,
range = ( high - low ) / 2 ,
1st line ( above the pivot ) = pivot + range ,
2nd line ( below the pivot ) = pivot - range ,
logical stop short term frame would be 122, I have no stop, under this I will begin to add.
Hi kinggyppo, I'm not sure how you come up with your pivot range.
As you use (high-low)/2 instead of (high+low)/2 I assume you use a different method than Fisher describes in his book?
The pivot range according to Fisher would be as follows:
pivot = (h+l+c)/3 = (127.54+119.48+124.54)/3 = 123.85
second number: (h+l)/2 = (127.54+119.48)/2 = 123.51
daily pivot differential: 123.85 - 123.51 = 0.34
daily pivot range:
pivot + differential = 123.85 + 0.34 = 124.19
pivot - differential = 123.85 - 0.34 = 123.51
So I come up with the range 123.51 to 124.19.
But even if I use your method of adding/subtracting (h-l)/2 to/from the pivot, I get different values than you have:
(high - low)/2 = (127.54-119.48)/2 = 4.03
1st line ( above the pivot ) = pivot + range = 123.85 + 4.03 = 127.88
2nd line ( below the pivot ) = pivot - range = 123.85 - 4.03 = 119.82
So this gives a range of 119.82 to 127.88 which is different from your values 131.91-115.79
Could you shed some light on this?