Fibonacci retracement filter

Avatar
  • updated
  • Completed

Image 103

Image 104

I was thinking about a new strategy to implement in CP.Maybe also someone can give some advices on how to improve it.

So the strategy works like this. We will draw a trend line on higher time frame like h1.

Then we will go to lower timeframe like M5 and we will try to best catch retracements.


To best catch retracements we will use fibonacci retracements. I will post a picture so it will be more clear for everybody.

Another confirmation of entry that i use when i trade, is volume. When Price approaching Fibonacci line, and there is decreasing volume, is Good confirmation.

PS: I still need to try this strategy and find best way to use it.

Avatar
1
Andrey Khatimlianskyi
  • Planned (collecting votes)

Ok, let's vote )

Avatar
1
Andrey Khatimlianskyi
  • Started

Started. Will be in the next update!

Avatar
1
Andrey Khatimlianskyi
  • Completed

Done in 2.17

Avatar
0
john ital
hi Giulio,
i have been playing around with the new fibo settings in 2.17 but i haven't had much luck in getting a profitable strategy, have you had any luck?

Avatar
1
drago babnik

I'm working on a set for FIBO_GRID. The first beginnings are here. CP_MT5_EURUSD_FIBO_GRID

Avatar
0
drago babnik

Currently, FIBO has defined one Fibo level.

For example, if we set the value to 25 and the price increases, the BUY deal will open at 25. The opposite deal (SELL) will only be opened at a falling price when the FIBO turns, also at 25.

I suggest a new independent Fibo level 2 (which can also have a value greater than 100).

Operating at a rising price:

Fibo level 1 -> Buy

Fibo level 2 -> Sell

Falling price operation:

Fibo level 1 -> Sell

Fibo level 2 -> Buy

Avatar
0
Andrey Khatimlianskyi
Quote from drago babnik

Currently, FIBO has defined one Fibo level.

For example, if we set the value to 25 and the price increases, the BUY deal will open at 25. The opposite deal (SELL) will only be opened at a falling price when the FIBO turns, also at 25.

I suggest a new independent Fibo level 2 (which can also have a value greater than 100).

Operating at a rising price:

Fibo level 1 -> Buy

Fibo level 2 -> Sell

Falling price operation:

Fibo level 1 -> Sell

Fibo level 2 -> Buy

I've already added  "On retracement + opposite direction" mode to Fibo-filter, it allows sells on UP-trend/buys on DOWN-trend.

It think it will be enough, let's check it together.

Avatar
0
Andrey Khatimlianskyi
Quote from drago babnik

Currently, FIBO has defined one Fibo level.

For example, if we set the value to 25 and the price increases, the BUY deal will open at 25. The opposite deal (SELL) will only be opened at a falling price when the FIBO turns, also at 25.

I suggest a new independent Fibo level 2 (which can also have a value greater than 100).

Operating at a rising price:

Fibo level 1 -> Buy

Fibo level 2 -> Sell

Falling price operation:

Fibo level 1 -> Sell

Fibo level 2 -> Buy

"On retracement + opposite direction" mode is available in 2.24. Please, try it!

Avatar
0
drago babnik
Quote from Andrey Khatimlianskyi

"On retracement + opposite direction" mode is available in 2.24. Please, try it!

I tried all possible combinations with FIBO # 1 and FIBO # 2 on a few pairs but I failed to make progress.

I suggest we try the following:

1. Current operation, each high or low bar changes FIBO properties, even if FIBO TF has 1 day. Perhaps it would be better for FIBO to change its values with a delay, i.e. only at the end of the day or hour, depending on the TF.

2. Maybe FIBO # 2 would be better used for trading in trend correction. With the same trend (up), FIBO # 2 could be changed to "On correction (sell> = level)" or with the trend down (buy <= level).

Avatar
1
drago babnik
Quote from giulio de meo

I draw channels/trendline to get the trend. But actually we already have filters todetermine trend so no worries.

Just the Fibonacci should be ok to get a Good enter and ride the trend. (For sure better tan stochastic i think).

I suggest adding a StdDev Channel for trading chanel breakout strategy. This can be added to the Oscillator1 options.

The suggested parameters for defining StdDev channel are:

- Time frame

- Period (bars)

- Deviations

- Distance (pips)


Trigger on

Upper limit (retracement or break out at Distance)

Lower limit (retracement or break out at Distance)


If linear regression is already built-in, then this combination is already possible.

What do you think about the proposal?