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) |