Hello TClaude,
Here are the Indicators you requested. I would suggest you read as many of the old post as you can because just running these scans, system test or Explorers WILL NOT give you everything you need. Before you use a system you should understand what the system is trying to do and what type of stocks it is trying to do it with. Without that knowledge you will not know how to react when everything does not go according to plan.
Dave's New System (DNS):
Buy when DNS hits 8 Sell WHEN DNS FALLS TO 3
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)
Dahl's Primary Trend:
Buy when Dahl crosses UP THROUGH 0 Sell when Dahl crosses DOWN THROUGH 0
Mov(C,50,S) - Ref(Mov(C,50,S),-15)
MACD (13-34-89):
Buy on a cross UP THROUGH 0 Sell on a cross DOWN THROUGH 0
(Mov(C,13,E)-Mov(C,34,E))-(Mov((Mov(C,13,E)-Mov(C,34,E)),89,E))
MACD (8-17-9):
Buy on a cross UP THROUGH 0 Sell on a cross DOWN THROUGH 0
(Mov(C,8,E)-Mov(C,17,E))-(Mov((Mov(C,8,E)-Mov(C,17,E)),9,E))
StochRSI (14):
Buy on a cross UP THROUGH 30 Sell on a cross DOWN THROUGH 70
Mov((RSI(14)- LLV(RSI(14),14)) /(HHV(RSI(14),14)-(LLV(RSI(14),14))),14,E)*100
StochRSI (8-5):
Buy on a cross UP THROUGH 30 Sell on a cross DOWN THROUGH 70
Mov((RSI(8)- LLV(RSI(8),8)) /(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,E)*100
Parabolic SAR: (non-optimized)
Buy when Price crosses UP THROUGH SAR Sell when Price crosses DOWN THROUGH SAR
SAR(.02,.2)
Optimized Parabolic SAR is in GET and can not be coded like the other Indicators. I have been told that there is a way to get the optimized numbers BUT they would be different for each chart.
Once again I urge you to read as many of the post as you can and experiment with the indicators as much as you can before using them real time.
Dave Evans |