So a solution might be to hard code the time frame that a function (like ATR) is using into the strategy, but actually run the strategy on a 60 minute chart, so the strategy calculates as if on a shorter time frame i.e. 1 minute, but the orders are only cancelled every 60 minutes.
Is this possible? If so can you give me a code snippet?
Thanks
Malcolm

Comment