PureBytes Links
Trading Reference Links
|
See the OR's and parentheses:
If
(
(CurrentDate is >=1010816 and CurrentDate is<=1010817)
OR (CurrentDate is >=1010920 and CurrentDate is<=1010921)
OR (CurrentDate is >=1020919 and CurrentDate is<=1020920)
OR (CurrentDate is >=1021017 and CurrentDate is<=1021018)
OR (CurrentDate is >=1021114 and CurrentDate is<=1021115)
OR (CurrentDate is >=1021219 and CurrentDate is<=1021220)
OR (CurrentDate is >=1030116 and CurrentDate is<=1030117)
)
and (time >= 1329 and time <= 1458)
then begin;
|