Gold Customer
Joined: 6/23/2015 Posts: 20
|
Hi Bruce,
Can you create a condition similar to this for an uptrend and downtrend.
https://www.incrediblecharts.com/technical/key_reversal.php
After an up-trend:
-
The Open must be above yesterday's Close,
-
The day must make a new High, and
-
The Close must be below yesterday's Low.
After a down-trend:
-
The Open must be below yesterday's Close,
-
The day must make a new Low, and
-
The Close must be above yesterday's High
Thank you.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following for the after an uptrend signal.
O > C1 AND L1 > C AND H > MAXH10.1 AND C1 > C10 AND FAVGC10.1 > AVGC10.1
And the following for the after a downtrend signal.
O < C1 AND H1 < C AND L < MINL10.1 AND C1 < C10 AND FAVGC10.1 < AVGC10.1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 6/23/2015 Posts: 20
|
QUOTE (Bruce_L)
Please try the following for the after an uptrend signal.
O > C1 AND L1 > C AND H > MAXH10.1 AND C1 > C10 AND FAVGC10.1 > AVGC10.1
And the following for the after a downtrend signal.
O < C1 AND H1 < C AND L < MINL10.1 AND C1 < C10 AND FAVGC10.1 < AVGC10.1
Thanks Bruce
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|