Jackie
15th September 2004, 01:00 AM
Please can someone advise me on the code for the following long entry trigger
Todays low is greater than the last seven days by at least 1% of the low price of today.
So far I have .....LOW - ( LOW/100) > Ref(H,-1)....
But that only gives me the low is greater than yesterdays high by more than 1%. I need to have....
LOW - (LOW/100) > the highest value of the last seven days.
Thanks in advance
Jackie
Todays low is greater than the last seven days by at least 1% of the low price of today.
So far I have .....LOW - ( LOW/100) > Ref(H,-1)....
But that only gives me the low is greater than yesterdays high by more than 1%. I need to have....
LOW - (LOW/100) > the highest value of the last seven days.
Thanks in advance
Jackie