I am calling the EnterLongStop method in the OnBarUpdate eventhandler and I am just wondering if it is valid only for the current bar? Basically can I call it on the first bar of the session and then forget about it or do I need to call it on every bar (assuming it hasn't beed filled).
Also just wondering if I call EnterLongStop for a specific price (e.g. 2322) and the current price is 2330, will it still execute? I have seen instances on my chart where this is ignore even if the current bars high and low engulf the stop price. The price then continued higher and gets filled when it touches again.
Thanks for any help
Thomas

Comment