I am using a strategy that performs well in backtesting and real time with both "Calculate on Bar Close" both True and False. I like the False because it flows and as soon as there is a indication of a reversal then it acts. Also, if there is a flash crash or some news event that is in the opposite of my position then it exits or reverses immediately, but I don't really like the amount of trades it takes on some markets.
I like the True because it leaves me in longer to allow the trade to develop without getting me out, but exits and reversals are slow to react in certain market conditions (i.e. have to wait for a bar to close to calculate). If a flash crash happens or some huge news event that is in the opposite of my position then it will not (of course) exit or reverse quick enough to protect profits already in place (if applicable). The worse case is the my stop will be taken out, but I would like to still enhance this so that if a flash crash happens when trading with True then it will exit or reverse as needed. I like the True, also, because it trades less (probably about 1/3rd to 1/4th less per market).
So, my question is: What filter, function, commands can I use as options to be able to use Calculate on Bar Close True (as a base) but also use some method to be able to detect if price is making substantial opposite direction moves (during the current bar) so that I can have it act on that to either exit or reverse during the current bar. I am wanting this to be a type of quasi-emergency detection that will protect any profits that may have been built up before my stop is HIT but yet want to keep the integrity of the Calc on True in place (no trails or anything like that etc). This would help protect profits but would also increase further opportunity for profitability in general and actually turn events like that into profitable trades.
Several thoughts from NT support and others on the forum are welcome (I am sure this will help others too)!!!

Greg

Comment