News Focus
News Focus
icon url

perrush

09/16/02 1:41 PM

#220 RE: Cush #219

Hi Cush,

with the advanced interface, everything should be possible (just like in TC2000) even your triangle.

1) You could replace day / week by month to get a 3 month triangle.

2) if you want other or specific periods you could setup something like :
* (4 month high starting today) < (4 month high starting 4 months ago) AND
* (4 month low starting today) > (4 month low startinh 4 months ago) AND
* (4 month high starting 4 months ago) < (4 month high starting 8 months ago) AND
* ...
I think you see what I mean. It's a little confusing but it should work. You can substitude "4" and "month" by every time period you want.

3) The fact of an almost flat top can be tackled by multiplying the high by a certain constant.
for example :
[yesterday's daily high >= daily high * 0.9975]
in this example the daily high can be 0.25% (one tick) higher than yesterday's and the equation would still be valid.

Stefan
* maybe a little messy, but I hope you understand what I mean *