Hey guys, I'm new to strategy automation and was wondering if you could help me out. I'm using TS 9.1. In the automation tab in the Strategy Properties, there are two options: filling orders based on price activity and filling them when the TradeManager reports them as filled. Last night I had the following issue: Let's say that a stock X is trading at 90. My strategy sets a buy stop for 100 and gets filled at 110. My profit target is 10, so at 110 (when the order gets filled), the strategy thinks its time to exit with 10 in profit. Basically, it is calculating its profit target using the 100 from the perfect fill strategy and not the real-world fill. The profit is not set using the profit target function in EL. Also, I was using the "strategy will fill non-historical orders based on price activity" function. The profit target is calculated using EntryPrice. If I switch over to the other strategy fill logic, will the profit targets be calculated properly? Also, should I be using "adopt real-world position for current account"? What about holding stop orders at the TS Order Execution Network? Any other insights regarding the options on this page of the strategy properties will be appreciated.