BolliToucher - Need EA - page 4

 

Wow your are awesome. I will test ist.

But i change this line if(!RSIFilter || rsi < RSIBuyLevel)

to this

if(!RSIFilter || rsi > RSIBuyLevel)

because i like to know that the price on the timeframe above has not reached the overbought zone. If this ist true the downtrend ist not strong enough to enter this zone.

regards

 
McPiscator:
Wow your are awesome. I will test ist.

But i change this line if(!RSIFilter || rsi < RSIBuyLevel)

to this

if(!RSIFilter || rsi > RSIBuyLevel)

because i like to know that the price on the timeframe above has not reached the overbought zone. If this ist true the trend ist not strong enough to enter this zone.

regards

ok, please share the results

 
McPiscator:
one thing i use in these kinds of bollinger systems is to check the rsi one timeframe higher. It has to be under 60 for short trades to prevent a strong trend. for long trades it has to be above 40.

MA Filter did not work well ... about the rsi, the original idea is not to prevent a strong trend, but to seek it!

I'll try some rsi settings .

Remember: My backtests is 500 TP and SL. Not trailing. BB 20/2 shift 1.

 

Very strange... I get total different results when backtesting the MA and the NON-MA EA, this when, in the MA-EA the MA feature is FALSE.

 
nylon:
MA Filter did not work well ... about the rsi, the original idea is not to prevent a strong trend, but to seek it!

I'll try some rsi settings .

Remember: My backtests is 500 TP and SL. Not trailing. BB 20/2 shift 1.

i think now will be ok aslo im removed trailing

 

ok my fault. i checked the logic behind it and you use it as a breakout strategy.

so you need a strong trend ups.

 

When I say that MA filter does not work well is about the results.

Intention of MA filter was to reduce losses sequences by entrys only in trends, but this was not achieved.

Results without MA Filter

PROFIT 2336

Trades 974

Consecutive Loss 7

Better optimized result with MA Filter

Profit 2325

Trades 966

Consecutive Loss8

Results for 2010 opening prices only

 

ok, sorry, i need to know if ea work corectly, not strategy

 

And about simultaneous buy and sell entries? Good Idea? See post #26 page 3

Reason: