PureBytes Links
Trading Reference Links
|
Is there a better way to check for a series of similar events?
I know this works, but I can't believe it's the best way to do
it...... any help would be appreciated.
If C > C[1] and C[1] > C[2] and C[2] > C[3] and C[3] > C[4]
........{etc. out to 7, 9, 17, or 23 days ago.....}
I think you see what I'm trying to do. I can't find it in the EL
users manual.
Thanks,
Bert.
|