Example D8: Fibonacci pattern search used for initial stop loss and initial take profit
This is not a ready-to-use trading strategy. A trading strategy requires adjustment to the timeframe and symbol, along with thorough backtesting. The example is intended as a foundation for your own custom strategy and to help you get familiar with the Expert Advisor Builder web application. To import and use an example, please follow the instructions provided here.
Description
This example utilizes Fibonacci retracement patterns for trade management. When bullish or bearish Fibonacci patterns form, they provide natural stop loss and take profit levels based on key retracement percentages. These mathematical relationships often create strong support and resistance zones.
The 1.00 forward adjustment indicates Fibonacci levels are used exactly as calculated, respecting the mathematical precision these ratios represent. Traders have observed these levels for decades, creating self-reinforcing price behavior at key Fibonacci points.
Fibonacci-based management suits trend-following strategies where retracements offer entry opportunities. The pattern recognition eliminates manual Fibonacci drawing, ensuring consistent application across all trades while maintaining the mathematical integrity of these classical levels.
Recommended to use M1 - M15
Recreate the Example
You can either import this example directly or set it up manually. To manually replicate the trading module, make sure a newly added module includes the following key settings and that the professional mode is activated:
Trade Basics
- Operation type = Long
- One trade mode = Off
Signal Generation - Fibonacci Patterns
- Signal in use = On
- Signal used for = Entry
- Bullish Fibonacci = On
- Bearish Fibonacci = On
- Stop loss forward adjustment = 1.00
- Take profit forward adjustment = 1.00
Initial Stop Loss
- Selection = Fibonacci patterns
Initial Take Profit
- Selection = Fibonacci patterns
Screenshots
