- The strategy is enabled
- Whether on bar close or on price change is selected makes no difference.
- I give each object a unique string from the CurrentBar
- Right clicking the chart and looking at all the drawings on the chart. None are ever drawn by the strategy.
- I put a Print() inside my condition to print the price every time the condition is true and the price prints but never any drawings.
It must be something something I'm missing but unsure what.

Comment