Registered User Joined: 6/17/2015 Posts: 15
|
I found this formula on ther website which works well for fidning cup and handles on daily charts:
http://forums.worden.com/default.aspx?g=posts&t=42864
(MAXH10 < MAXH101.29 AND C <= MAXH129.1 AND C1 <= MAXH128.2 AND C2 <= MAXH127.3 AND C3 <= MAXH126.4 AND C4 <= MAXH125.5 AND C5 <= MAXH124.6 AND C6 <= MAXH123.7 AND C7 <= MAXH122.8 AND C8 <= MAXH121.9 AND C9 <= MAXH120.10 AND C10 <= MAXH119.11 AND C11 <= MAXH118.12 AND C12 <= MAXH117.13 AND C13 <= MAXH116.14 AND C14 <= MAXH115.15 AND C15 <= MAXH114.16 AND C16 <= MAXH113.17 AND C17 <= MAXH112.18 AND C18 <= MAXH111.19 AND C19 <= MAXH110.20 AND C20 <= MAXH109.21 AND C21 <= MAXH108.22 AND C22 <= MAXH107.23 AND C23 <= MAXH106.24 AND C24 <= MAXH105.25 AND C25 <= MAXH104.26 AND C26 <= MAXH103.27 AND C27 <= MAXH102.28 AND C28 <= MAXH101.29 AND C29 <= MAXH100.30 AND C >= AVGC50 AND C / MAXH130 >= .80 AND (MINC65 - MAXC130) / MAXC130 >= ( - .55) AND (MINC65 - MAXC130) / MAXC130 <= ( - .12) AND MAXC10 / MINC10 <= 1.25 AND (C - MINC65) / (MAXC130 - MINC65) > .5)
CouId I convert this to work on finding cup and handles on my intraday chart (5 minute time frame)?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You would just change the time frame of the Condition Formula from daily to 5-minute where it is being used.
You can change the default time frame of the Condition Formula using the TimeFrame drop-down menu when creating or editing the Condition Formula.
You can also generally adjust the time frame from this default where it is being used. For example, you can set the time frame of an Alert when it is created. You can right-click on the name of a WatchList Column and select Edit Columns to adjust the time frame of the WatchList Column. You can right-click on a condition in the Edit tab of an EasyScan to change its time frame.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|