I'd like to write backtesting program that looks for trade setups on >= 5m bars, but which evaluates success/failure on < 1m bars (to minimize possibility of profit target and stop appearing in same bar). I'm thinking I'll need 2 charts with 2 different bar settings and 2 different macros communicating via global variables. Is there any easier way? Thanks in advance.