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 : The 56 Point TA; Charts With an Attitude

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Magnatizer who wrote (26631)2/24/1999 9:18:00 AM
From: bdog  Read Replies (1) of 79302
 
SMI Multiplex translations for MetaStock Rats...

Note that the formulas allow for user input with default ema's per outline below.

bdog

Window 1:
SMI Multiplex 13EMA...view as bars try 5 for a quicker signal

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("SMI EMA",1,377,13);
Mov(ms,mp1,E)


Window2:
SMI Multiplex MACD...13,34,89

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("Short MA",1,377,13);
mp2:=Input("Long MA",1,377,34);
Mov(ms,mp1 ,E )- Mov(ms,mp2 ,E )

SMI Multiplex MACD Signal...dotted line

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("Short MA",1,377,13);
mp2:=Input("Long MA",1,377,34);
mp3:=Input("Signal MA",1,377,89);
Mov( (Mov(ms ,mp1 ,E )- Mov(ms ,mp2 ,E )),mp3,E)

Window3:
SMI Multiplex Histogram...view as bars

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("Short SMI MA",1,377,13);
mp2:=Input("Long SMI MA",1,377,34);
mp3:=Input("Signal SMI MA",1,377,89);
(Mov(ms,mp1,E)-Mov(ms,mp2,E))-(Mov((Mov(ms,mp1,E)-Mov(ms,mp2,E)),mp3,E))



DeHaan twist:

Window1:
SMI Multiplex Raw data...

(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2))

SMI Multiplex 13EMA...use as dotted line for signal

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("SMI EMA",1,377,13);
Mov(ms,mp1,E)


Window2:
SMI Multiplex 34TSF...add 0 line

mp1:=Input("SMI TSF",1,377,34);
TSF(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2),mp1)

Window3:
SMI Multiplex Histogram...view as bars

ms:=(StochMomentum(2,1,2)+StochMomentum(3,2,1)+StochMomentum(4,3,2)
+StochMomentum(5,3,5)+StochMomentum(8,21,13)+StochMomentum(13,25,2));
mp1:=Input("Short SMI MA",1,377,13);
mp2:=Input("Long SMI MA",1,377,34);
mp3:=Input("Signal SMI MA",1,377,89);
(Mov(ms,mp1,E)-Mov(ms,mp2,E))-(Mov((Mov(ms,mp1,E)-Mov(ms,mp2,E)),mp3,E))

Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext