Does anyone have a simple way to plot a fill specific to a Strategy.setStop ?
I need to plot it on a reversal system, so I need to flag it seperatly from my normal exits types (doSell, doLong,doCover.doShort).
When my stop is filled, I want to drawShape and set some other flags to wait for the next reversal signal and re-enter the reversal strategy.
I'm not sure what to "listen" for to hear that a setStop was filled other than assuming the price was hit hence the setStop executed -- is that the easiest/cleanest way?
-willr
I need to plot it on a reversal system, so I need to flag it seperatly from my normal exits types (doSell, doLong,doCover.doShort).
When my stop is filled, I want to drawShape and set some other flags to wait for the next reversal signal and re-enter the reversal strategy.
I'm not sure what to "listen" for to hear that a setStop was filled other than assuming the price was hit hence the setStop executed -- is that the easiest/cleanest way?
-willr
Comment