PDA

View Full Version : TD Ameritrade Strategy Desk Formulas


retardude48
07-09-2008, 08:24 PM
Hi guys,
Im new with the Strategy Desk. What are some of the formulas you guys use to find the best stocks that are about to pop?

germanslobo
04-12-2009, 04:05 PM
Hello: Test with this example:

Entry:

(DirectionalMovement[ADX,10,14,D] > 20) AND (DirectionalMovement[+DI,10,14,D] > DirectionalMovement[-DI,10,14,D]) AND (DirectionalMovement[ADX,10,14,D] > DirectionalMovement[-DI,10,14,D]) AND
(DirectionalMovement[-DI,10,14,D,1] > DirectionalMovement[ADX,10,14,D,1] ) AND (DirectionalMovement[ADX,10,14,D] > DirectionalMovement[ADX,10,14,D,1] ) AND (DirectionalMovement[-DI,10,14,D] < DirectionalMovement[-DI,10,14,D,1])

The Exit in the Backtesting is your preferences!!

Regards.