I want to use that indicator in a strategy. Due to other codes in the strategy, I need to keep the strategy at Calculate.OnEachTick.
When I try to get this going, the strategy is not entering trades according to the indicator. It is entering trades based on logic I've yet to identify.
Could someone assist me in resolving this issue with my strategy of not entering trades based on the indicator? I'm particularly interested in hearing from those who have successfully integrated a dual-time frame indicator into a strategy.
Again, the dual time frame indicator runs Calculate.OnBarClose. And the strategy runs Calculate.OnEachTick.
