I have an indicator that draws multiple plots on a chart.
I manually enter an order with a no-trail stop and then manually attach the stop to one of the plots.
This seems to work with most of the plots except one.
When I attach it to the plot, I get
" Error on calling 'OnOrderPriceChange' method: More than 100 subsequent user events"
My code is an indicator and not a strategy and therefore does not call the "OnOrderPriceChange" method so I suspect that the error is being thrown by the attach to indicator code.
Please help.
Thx
ps it is intermittent and seems only to happen with rapid price action ie. price moving very quickly


Comment