Quote from nukethewhales31:
without me know what your setup is for futures trading im going to have to be broad. With the tick data you can see how bars for or price moves per tick. once you define an entrance point like lets say a break high or break low of previous candle you want to know how far it goes before returning to open X% of the time..
you can use tick data to plot the path of formation using the point in time where price breaks that high or low.
Price may go 25 pips after a break but may form in a wave like pattern causing stops to be hit. but if you that it breaks the high it will 10 ten before waving back to run 20 up you can use the tick data and how price forms you can take at 10 safely and know your odds with stop and take.
Interestingly enough, this is very close to what my setup is. I'm using range bars (I create them on my own using a custom program from a tick datafeed). By definition, a new bar in a range chart is started when the last tick breaks out of the (fixed) range of the previous bar. So now I'm at the open (first tick) of the new bar, with a history of range bars (and the ticks that comprise them) behind me, and I want to find the statistical sweet spot in terms of target/stop (assuming my entry is at the bar open tick (limit entry) or the tick that follows it (market entry). I can program anything, but I need the formulas

Thanks again!
D.