Registered User Joined: 3/2/2005 Posts: 120
|
I have several examples formuas but my problem is I do not remember how to adapt them say to hold tue for 10 daysago
eg
1)(MAXH25.1<MINL25.1*1.2) AND C>MAX25.1
2)h>maxh60.1
3)MAXH10>.MAXH10.10AND MAXH10.10>MAXH10.20 AN MINL10>MINL10.10AND MINL10.10>INL10.20 AND MAXH10-MINL10<MAXH10.10-MINL10.10 AND MAXH10.10-MINL10.10<MAXH10
Whlle I have read the links like days ago parameters i just cannot get them to work .
i would also like help on how to scan for stocks eg that broke out 10 days back and revisited the breakout area .
I will be vey grateful for your help
sgia
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (sgia) (MAXH25.1<MINL25.1*1.2) AND C>MAX25.1
(MAXH25.11<MINL25.11*1.2) AND C10>MAX25.11
h10>maxh60.11
QUOTE (sgia) MAXH10>.MAXH10.10AND MAXH10.10>MAXH10.20 AN MINL10>MINL10.10AND MINL10.10>INL10.20 AND MAXH10-MINL10<MAXH10.10-MINL10.10 AND MAXH10.10-MINL10.10<MAXH10
MAXH1010>MAXH10.20AND MAXH10.20>MAXH10.30 AND MINL10.10>MINL10.20AND MINL10.20>MINL10.30 AND MAXH10.10-MINL10.10<MAXH10.20-MINL10.20 AND MAXH10.20-MINL10.20<MAXH10.30-MINL10.30
QUOTE (sgia) i would also like help on how to scan for stocks eg that broke out 10 days back and revisited the breakout area .
It really depends on your definition of "broke out". Let's say the closing price needs to have been above the high of 10 bars ago for the previous 9 bars with the low of the current bar below the high of 10 bars ago.
L < H10 AND MINC9.1 > H10
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 3/2/2005 Posts: 120
|
Thank You Sir
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|