Re: 1 lakh to 652 lakhs in 497 trading days - Winning 20% of Trade in NIFTY Futures -
Raj
How about using the Support, resistance and Pivot levels to fine tune the trading?
We could use the signal in conjunction with pivots...
if the signal is buy, then buying near the support might be more fruitful instead of buying at the open
The formulas are
where 1,2, 3 are Support1, Support2 and Support3 and resp for Resistance
the rest is
PP - Pivot point, L- Low, H- High, C-Close of previous days.
first calculate the pivot and then get the other points
R3 = H + 2 * ( PP L )
R2 = PP + ( H L ) or PP + ( R1 S1 )
R1 = ( PP * 2 ) L
Pivot Point (PP) = ( H + L + C ) / 3
S1 = ( PP * 2 ) - H
S2 = PP ( H L ) or PP ( R1 S1 )
S3 = L { 2 * ( H PP )
Please find below the link for the Version 1.1. I have also added the .xls for those of you who are using Excel 2003. (But I have not tested the 2003 version). Some of the things like conditional formating might not work... Please let me know if you are facing major issues.
http://www.4shared.com/zip/4oj1MXVb/2003-RAJ_NIFTY_Futures_Trading.html
http://www.4shared.com/zip/4oj1MXVb/2003-RAJ_NIFTY_Futures_Trading.html
How about using the Support, resistance and Pivot levels to fine tune the trading?
We could use the signal in conjunction with pivots...
if the signal is buy, then buying near the support might be more fruitful instead of buying at the open
The formulas are
where 1,2, 3 are Support1, Support2 and Support3 and resp for Resistance
the rest is
PP - Pivot point, L- Low, H- High, C-Close of previous days.
first calculate the pivot and then get the other points
R3 = H + 2 * ( PP L )
R2 = PP + ( H L ) or PP + ( R1 S1 )
R1 = ( PP * 2 ) L
Pivot Point (PP) = ( H + L + C ) / 3
S1 = ( PP * 2 ) - H
S2 = PP ( H L ) or PP ( R1 S1 )
S3 = L { 2 * ( H PP )