Topic: Inside Bar Trading
I want to backtest inside bar trading. I just downloaded a copy of this great program but do not know where to start. My parameters are simple
Im using the Daily Chart with a 20 period EMA closed.
If price is below the EMA it starts looking for inside bars and if the low of the inside bar is broken it goes short with the stop right above the inside bar
If price is above the EMA it starts looking for inside bars and when the high is broken it goes long with the stop right below the inside bar.
Take profit is when price touches the EMA.
How would i go about starting to test this ?
Thanks