Hello CL,
Give this a try:
You will have seven (7) windows on the screen. From top to bottom you have:
Window #1: Dahl's Primary Trend Mov(C,50,S) - Ref(Mov(C,50,S),-15)
Horizontal line = 0
Window #2: Dave's New system (DNS) 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,SIMPLE) - Ref(Mov(C,50,SIMPLE),-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)
Horizontal Line = 3 - 5 - 8
Window # 3: Insync Index
50 + Fml("CCIInS") + Fml("BOLInSLL") + Fml("RSIInS") + Fml("sto%kInS") + Fml("sto%dInS") + Fml("MFIInS") + Fml("EMVInSB") + Fml("EMVInSS") + Fml("ROCInSS") + Fml("ROCInSB") + Ref(Fml("PDOInSS"),-10) + Ref(Fml("PDOInSB"),-10) + Fml("MACDInSS") + Fml("MACDInSB")
There is much more to this formula and I think it is posted on the EQUIS page.
Horizontal Line = 49 - 81
Window #4: MACD (8-17-9)
(Mov(C,8,E)-Mov(C,17,E))-(Mov((Mov(C,8,E)-Mov(C,17,E)),9,E))
Histogram
Window #5: StochRSI (8-5)
Mov((RSI(8)- LLV(RSI(8),8)) /(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,E)*100
Horizontal Lines = 20 -80
Window #6: StochRSI (14)
Mov((RSI(14)- LLV(RSI(14),14)) /(HHV(RSI(14),14)-(LLV(RSI(14),14))),14,E)*100
Horizontal Lines = 70 - 30
Window #7 PRICE
EMA = 5 - 13 - 40
Now you look at Dahl, DNS and Insync for "DIRECTION. I want all three of them to be moving UP. Most times, I like to see Insync crossing UP THROUGH 50.
StochRSI (14) should be crossing UP THROUGH 30 and MACD (8-17-9) should be crossing UP THROUGH 0.
StochRSI (8-5) has already crossed UP THROUGH 20 and may even be crossing up through 80 by now.
Give it a try and see what you get.. |