*****Slap system

Hello,

Just wanted to share my system I have been playing around with and would like to have it submitted for decembers contest. My system is very simple.

I plot a custom indicator with a 7 period EMA. Then I plot two more lines

  1. (7) EMA + (7 period) Average true range
  2. (7) EMA - (7) Average true range.

Work on all time frames, 5 min, 15min, seems better to work on 5.

When a bar closes outside the two lines and then another candle closes inside, I enter a position on the next open. I set a trailing stop of ATR value, and target to ATR value.


Have been playing around with it. Seems to have high success rate.

Sounds pretty cool. Keen to see how it progresses.

How do you pronounce ***** in human tongue? Hah, in any case, I shall add your system for the December contest.

Thanks RoboPip. So far it seems that it will work best with eur/usd, but I really havent had a chance to test it out too much. Next week now that Im done with school I will be trading this early in the morning when the ATR is high enough to make it worth while. I will post results.

What software do you use to test this, is there any possibility that you could adjust a few parameters for me and see what got the best results.

Thanks
Steven

Havent traded this too much, simply because my funds are applied to other strategies. However Im backtesting it and it looks promising.

I have made a modification that will make a huge differance. I used to just use discretion but now I added a MACD to the mix with (Fast Lenght 7, Slow Lenght 14, and MACD lenght 7). Simply make sure the two bars before your entry on the open are sloping in the direction you want the pair to go.

Its easy enough to mechanize and will eliminate the majority of losing situations. Im still working on changing the SL & Target points to find a balance that produces best results. This also works on 1 hr time frames nicely as the ATR is greater.

Also note that the ATR should be greater than 6 pips or its not worthwhile. A greater ATR if the spread is bigger than 2.

How to add 7+7 and 7-7?

The 7’s are simply the time frame for the Exponential Moving Average and the Average True Range.

Thank you I plot 7ema and 7 atr but how to plot bands around 7 ema.

You need an custom indicator for Metatrader, I use Thinkorswim and it was easy coding. You could also put both indicators on and simply add them.

Kindly if you can add indicators and template with your post then that will be very easy. Because I cannot set the indicators value as its described in the post.