I would like to be able to "reset" a strategy on a chart programmatically. Basically it would reapply the strategy to the bars. Obviously NT does this already (the first time the strategy is added) and I am hoping that it can be done with a call (set of calls) from inside the strategy itself.
Is there a way to "start-over" from within a strategy?

??? SendKeys is a programming instruction, sent from inside code, not a screen scrape.
Comment