[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] SWIM INDEX MODIFIED



PureBytes Links

Trading Reference Links


Kailash:
 
I think something got lost in the translation.  
This is Wilder's Swing Index, rather than Swim ;-)
 
Bill
<BLOCKQUOTE dir=ltr 
>
----- Original Message ----- 
<DIV 
>From: 
kailash 
pareek 
To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Thursday, October 11, 2001 8:58 
AM
Subject: [amibroker] SWIM INDEX 
MODIFIED
Hi Jim,Yes you are right. It was typing error 
though therewas not significant difference in it's signal, point"A" in 
attached Gif image, after modification of codeI found a beautiful "HING" , 
marked round in image.The middle chart is the old code & the lastone 
is thecorrected Code given below. Thanks again for yoursharp 
eye.I'm modifying the LIB. Code also.Kailash K 
PareekC1 = Ref ( C , -1 ) ;O1 = Ref ( O, -1 ) 
;K   = HHV ( ( H - C1 ) OR ( L - C1 ) , 1 ) ;L   
=  C1 * 0.20;R  =  ATR ( 1 );SI  =  ( ( 
C-C1+0.5*(C-O)+0.25*(C1-O1))/R)*(K/L);Graph0 = 
SI;__________________________________________________Do You 
Yahoo!?Make a great connection at Yahoo! Personals.<A 
href="">http://personals.yahoo.com------------------------ 
Yahoo! Groups Sponsor ---------------------~-->Get your FREE VeriSign 
guide to security solutions for your web site: encrypting transactions, 
securing intranets, and more!<A 
href="">http://us.click.yahoo.com/UnN2wB/m5_CAA/yigFAA/dkFolB/TM---------------------------------------------------------------------~-> Your 
use of Yahoo! Groups is subject to <A 
href="">http://docs.yahoo.com/info/terms/ 




/* SWIM INDEX  coded by KAILASH K PAREEK - INDIA .As 
the name of indicator explains it self, It measures theswim of Price.Day 
Trader may find it very useful as it givestrend reversal in next 2-3 
trading.INTERPATION: Expect trend reversal or at least 
consolidation when SI Spikes higher, (for Peak) OR lower, (for bottom), 
than Relative spikes and turns back. I have found couple of timesThe 
thing called "HING" which appears 1-2 day before thePrice reversal and 
common in Stochastic Oscillator.*/C1 = Ref ( C , -1) 
;O1 = Ref ( O, -1 ) ;K   = HHV ( ( H - C1 ) OR ( L - C1 ) , 
1 ) ;L   =  C1 * 0.20;R  =  ATR ( 1 
);SI  =  ( ( 
C-C1+0.5*(C-O)+0.25*(C1-O1))/R)*(K/L);Graph0 = SI;





<IMG 
src="">