[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gap Open Next Day



PureBytes Links

Trading Reference Links

I am trying to write a system to look for consecutive highs at the end of a
session (last 15 minutes) and buying the stock if the open of the next bar
is > than the 3rd high. I would then like to sell the stock the next morning
at open if the open > close of the previous day.

What is the best way to write the code for a new day opening using 3 minute
bars? I have tried using

Currentdate>EntryDate(1) but I believe the date formats are different.
Please help.

I am using 3 minute bars real time.

Mike