PureBytes Links
Trading Reference Links
|
I've seen you use this technique in other posts, and wondered why.
Can you not use a -1 step in a QP2 for loop? (I'd try this myself, but
I'm at the office.)
I can understand if your scan needed to go 'forward' for some reason,
but it doesn't appear that this one does.
Or is it just habit, perhaps?
> numdays:=((DaysLoaded-1)*-1);
...
> for i=numdays to 0 step 1 do
|