SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis - Beginners

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Samuel Atere-Roberts who wrote (1601)12/31/1996 10:02:00 AM
From: David R. Evans   of 12039
 
Hello Sam,

It's coded the same way in WOW and MSWIN... I was using Variable MA's in MSWIN but I changed them to Exponential when MSWIN changed the way they calculate them..... You should get the same buy and sell signals from both BUT they might be a little off because different pachages have been known to calculate their indicators differently....... DNS from WOW:

if(sar(.02,.2)<c,1,0) +
if((mov(c,5,e)>mov(c,13,e)),1,0) +
if((mov(c,13,e)>mov(c,40,e)),1,0) +
if((mov(c,8,e)-mov(c,17,e))> (mov(mov(c,8,e)-mov(c,17,e),9,e)),1,0)+ if(mov(c,50,simp) - ref(mov(c,50,simp),-15) > 0,1,0)+
if((mov(roc(c,12,%),3,e)>=-6 or roc(c,12,%)>0),1,0)+
if(obv()>mov(obv(),40,s),1,0)+
IF (V>MOV(V,120,S),1,0)
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext