Thank you GraHal for your suggestion. But that doesn’t seem to do what I’m wanting.
Another way of stating what I’m trying to do is:
I want to buy 100 shares on tomorrow’s Open, but only if tomorrow’s Open is at today’s Close or Less. I don’t want to buy if tomorrow opens above today’s Close, and then during tomorrow the price drops down to the limit price. I want the buy to occur only on the Open, and if it doesn’t, then I want it to be disregarded.
Here is what I have so far:
IF c1 AND c2 AND c3 THEN
BUY 100 shares AT CLOSE limit
ENDIF
What I don’t know, is how to limit the order to only to be filled on the Open of tomorrow.
Thank you,
Jack