Jim Dean![]() Sage ![]() ![]() Posts: 3022 Joined: 9/21/2006 Location: L'ville, GA ![]() | If the logic is simply "buy the stock on a certain date and sell it at the HRE", the Entry can be done with the All Longs System, and a Filter Block rule that says: BarYear() = 1234 and BarMonth() = 56 and BarDayOfMonth() >= 78 … fill in the date you want - avoid picking dates within 2-3 days of the end of the month due to weekend and holiday issues. To Exit at HRE, set up a Trade Plan Market order exit using the "OmniScript" checkbox (very bottom of the list), then type the formula: Bar = Numrec-1 You will of course have to make sure that adequate bars are loaded. [Edited by Jim Dean on 2/16/2014 3:16 AM] |