Jim Dean![]() Sage ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3433 Joined: 3/13/2006 Location: L'ville, GA ![]() | Good luck with that. If you are using daily bars then it probably won't work. There is something that you can try. You can write an OScript condition in your trade plan that checks the SYTEM clock, not OT's bar-based clock. But be advised ... this goes outside normal OT syntax, AND deals with OScript conditions for Entry, both of which may be problematic. Worth trying though. Try this syntax in the OScript field: now.hour = 10 and now.minute >= 30 ... or fill in whatever values you wish This may or may not work ... it depends on how fast "prints" are coming in for the symbol that you are using. OT will only check the TP conditions when a new print hits ... so if you're trading a very ILliquid stock, you might enter late or not at all, depending on the formula you use. FYI ... NOT ALL dotNET time functions work in OLang/Script ... there is a huge list and lots of rules. Click here for a discussion with more information about that. |