You are on page 1of 8

I am trying to use the strategy builder to create a strategy under the following conditions:

Enter Long only when:


1. The Market is above 200 EMA line
2. At the first Bullish bar that opens above 21 EMA.
3. MACD line is greater that MACD Average line
4. RSI is greater than a value of50

Exit long only when:


1. Profit of 2 ticks has been accumulated or
2. Stochastic Indicator Crosses below a value of 90 or
3. RSI Indicator Crosses below a value of 70 or
4. MACD line crosses below Average Line

Enter Short only when:


1. The Market is below 200 EMA
2. At the fist Bearish bar that closes below 21 EMA.
3. MACD Average line greater than MACD line
4. RSI is less than a value of 50.

Exit Short when:


1. Profit of 2 ticks has been accumulated or
2. Stochastic Indicator Crosses above a value of 20 or
3. RSI Indicator Crosses above a value of 23 or
4. MACD line crosses above Average Line
I am having difficult time making the entry only once when the first bullish bar opens above 21 EMA
and 200 EMA and then repeat the same step.

Also how do I make the strategy to EXIT exactly when the MACD crossover happens not a bar or two
afterwards?
Here is another example how it keeps entering long when I want it to enter only once after the First bar
opens above 21 EMA and then wait for the same process to repeat it self.

Here are my settings in the Strategy Builder:


What am I doing wrong so it keeps entering and closing after every bar?

You might also like