Oh yeah and what chart TF is the backtester using? 1m, 5m, etc?
@TOSIndicators7 ай бұрын
Hi Rob, the backtester uses exact price levels for entries/exits, and has the precision of 1-min candles.
@mikesterchanАй бұрын
@@TOSIndicators I don't see the back tester asking for the entry price and exit price. Too simple to know if this strategy works
@TOSIndicatorsАй бұрын
Entry and exit condition orders are coded into the backtester.
@robmccance7 ай бұрын
This is a cool tool! I've been doing it the "hard" way (not really that hard) by coding this in TS and backtesting it. What does your tool consider a OR Break? A close above/below. A simple penetration (wick). Some other combination? Also, this would be quite costly doing this with SPY, DIA, QQQ, etc. have you tested it with the corresponding futures (YM, NQ, ES, RTY)? THANKS!!
@TOSIndicators7 ай бұрын
Hi Rob, option 2 from your list -- price going at least $0.01 above/below the ORB levels (ie. a breakout).