Fibonacci retracement filter
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.
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?
This clubbing up with FIBO could be a nice combination. Let us give it a try. Thanks.