Fibonacci Golden Ratio and Relative Strength RSI Strategy
Overview
The Fibonacci golden ratio and relative strength index (RSI) strategy is an intraday trading strategy. It combines the Fibonacci golden ratio principle and the RSI indicator to issue buy or sell signals when price approaches golden ratio key points and RSI shows overbought or oversold status.
Strategy Logic
-
Calculate the price midline based on certain period of bars.
-
Calculate golden ratio key points including 0.618 level and 1 level based on midline and standard deviation.
-
When price approaches golden ratio key points, check if RSI enters overbought or oversold zone.
-
Issue buy or sell signals if both golden ratio rule and RSI condition are met.
-
Set stop loss and take profit to control risks.
Advantage Analysis
-
Combining multiple indicators improves signal quality and reduces false signals.
-
Utilize support/resistance feature of golden ratio rule to ensure quality entry.
-
RSI measures market psychology to avoid extreme reversals.
-
Suitable for high frequency intraday trading to accumulate profits from multiple small trades.
Risk Analysis
-
Golden ratio cannot guarantee 100% price reversal.
-
RSI may give misleading signals, needs to combine price action.
-
Too tight stop loss could be stopped out by price fluctuations.
-
High frequency trading requires more trading costs and stricter risk control.
Solutions:
-
Strictly follow stop loss rule to limit single trade loss.
-
Loosen RSI parameters properly to avoid misleading signals.
-
Optimize stop loss point to reduce stopping out probability while ensuring effective stop loss.
Optimization Directions
-
Test results from different cycle period parameters.
-
Try combining other indicators like MACD, Bollinger Bands etc to improve signal quality.
-
Research different stop loss strategies to find optimal configurations.
-
Evaluate optimal holding period to balance profit and cost.
Conclusion
The Fibonacci golden ratio and RSI strategy filters noise trades through dual confirmation. Compared to single indicator strategies, it generates higher quality trading signals. With parameter optimization and strict rule following, this strategy can become an effective intraday trading tool.
/*backtest
start: 2023-12-26 00:00:00
end: 2024-01-02 00:00:00
period: 1m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © MohamedYAbdelaziz
// Intraday Trading- 1

