QUESTION 1: If a strategy is set to Calc OnPriceChange, but an indicator is designed to work OnBarClose, does that mean the indicator now will provide "skewed" results to the strategy?
Example
- Running strategy against 1 min bars, OnPriceChange
- Indicator in strategy set to 20 periods (for example).
- On a simple 1min candlestick chart, 20 periods would mean 20 full bars. But given we're on price change, 20 periods now means "20 changes in price" which would almost always happen within 1 bar. Noticed some indicators perform better than others OnPriceChange.
QUESTION 3: Any suggestions / hints on where a person can find a list of NT indicators that can work with OnPriceChange and those that don't work so well?
Thanks!

Comment