Pending Order at Fibonacci Level with SuperTrend Indicator for Filter

MQL4 Experts

Specification


*Step 1:  Create Auto Fibonacci Indicator*

- Identify yesterday's high and low
- Draw Fibonacci levels based on those points
- If the current trend downtrend (the SuperTrend indicator line is red) draw from yesterday's high to yesterday's low
- if the current trend is uptrend (the SuperTrend indicator line is green) draw di the Fibonacci from yesterday's low to yesterday's high.
- If current price breaks yesterday's high, wait for candle close, then redraw Fibonacci levels using yesterday's low and new high
- If current price breaks yesterday's low, wait for candle close, then redraw Fibonacci levels using yesterday's high and new low

*Step 2: SuperTrend Indicator*

- Use free SuperTrend indicator by Kivanc Ozbilgic for trading direction
https://www.mql5.com/en/market/product/125728?source=Site+Market+MT4+Indicator+Search+Rating006%3aSupertrend+by#!tab=overview

*EA Settings:*

- Indicators:
    - SuperTrend: used as trend filter
    - Fibonacci: used as reference for pending orders
- Trading Rules:
    - If SuperTrend is uptrend (green line), EA will pending buy limit at Fibonacci level 61.8. Take profit at Fibonacci level 50.0
    - If SuperTrend is downtrend (red line), EA will pending sell limit at Fibonacci level 61.8. Take profit at Fibonacci level 50.0. Stop loss at Fibonacci level 100
    - There will only be one pending order at the same price level
    - If the pending order has reached take profit or stop loss, there will be no pending order for that price level until the Fibonacci indicator changes to a new price level
-  Delete and make new pending order if the the Fibonacci indicator changes to new price

*Example:*

- If the pending buy limit order is at price 5.000 and has reached take profit, there will be no pending order for price 5.000 until the Fibonacci indicator changes to a new price level (e.g. 5.200)
- If SuperTrend is uptrend and Fibonacci indicator changes to a new price level (e.g. 5.200), EA will pending buy limit at the new price level

*Entry*
Options 1 (default):
- Entry level: default 61.8
- Take profit level: default 50.0
- Stop loss level: default 100

Option 2 :
- Entry level:  78.6
- Take profit level: 50.0
-  Stop loss level: 100

*Lot Size*
- Money management  : 2%
True/False
Default True

- Fix Lot :  0.01
True/False
Default False

*New Filter*
NPF Filter
- Delete order 1 hour before NPF
- Pending order 1 hour after NPF

Responded

1
Developer 1
Rating
(250)
Projects
313
28%
Arbitration
34
26% / 65%
Overdue
10
3%
Working
2
Developer 2
Rating
(209)
Projects
281
46%
Arbitration
27
59% / 37%
Overdue
36
13%
Working
3
Developer 3
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
4
Developer 4
Rating
(533)
Projects
808
62%
Arbitration
33
27% / 45%
Overdue
23
3%
Free
Published: 1 code
5
Developer 5
Rating
(16)
Projects
18
28%
Arbitration
1
0% / 0%
Overdue
2
11%
Free
6
Developer 6
Rating
(16)
Projects
18
6%
Arbitration
5
20% / 80%
Overdue
1
6%
Free
7
Developer 7
Rating
(311)
Projects
557
35%
Arbitration
79
32% / 43%
Overdue
202
36%
Free
8
Developer 8
Rating
(168)
Projects
200
48%
Arbitration
3
33% / 33%
Overdue
2
1%
Free
9
Developer 9
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
10
Developer 10
Rating
(626)
Projects
986
47%
Arbitration
33
36% / 36%
Overdue
98
10%
Working
Published: 6 codes
11
Developer 11
Rating
(39)
Projects
46
28%
Arbitration
14
21% / 64%
Overdue
1
2%
Loaded
12
Developer 12
Rating
(3)
Projects
1
100%
Arbitration
3
0% / 100%
Overdue
0
Free
13
Developer 13
Rating
(443)
Projects
699
34%
Arbitration
34
68% / 9%
Overdue
22
3%
Working
14
Developer 14
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
15
Developer 15
Rating
(5)
Projects
8
13%
Arbitration
0
Overdue
3
38%
Working
16
Developer 16
Rating
(53)
Projects
91
52%
Arbitration
2
0% / 50%
Overdue
1
1%
Free
17
Developer 17
Rating
(141)
Projects
150
41%
Arbitration
3
33% / 33%
Overdue
1
1%
Working
18
Developer 18
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
19
Developer 19
Rating
(357)
Projects
428
54%
Arbitration
20
55% / 15%
Overdue
29
7%
Working
20
Developer 20
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
21
Developer 21
Rating
(376)
Projects
482
23%
Arbitration
59
54% / 25%
Overdue
55
11%
Loaded
22
Developer 22
Rating
(555)
Projects
642
33%
Arbitration
41
41% / 46%
Overdue
11
2%
Loaded
23
Developer 23
Rating
(32)
Projects
33
61%
Arbitration
1
100% / 0%
Overdue
1
3%
Free
Published: 5 codes
24
Developer 24
Rating
(10)
Projects
14
43%
Arbitration
0
Overdue
3
21%
Free
25
Developer 25
Rating
(12)
Projects
16
13%
Arbitration
4
50% / 25%
Overdue
4
25%
Working
26
Developer 26
Rating
(278)
Projects
340
37%
Arbitration
6
50% / 17%
Overdue
7
2%
Free
Published: 5 codes
27
Developer 27
Rating
(2646)
Projects
3363
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Free
Published: 1 code
28
Developer 28
Rating
(18)
Projects
26
0%
Arbitration
4
0% / 100%
Overdue
5
19%
Free
Similar orders
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
EA SMC/ICT 30+ USD
//+------------------------------------------------------------------+ //| SMC_ICT_Advanced_EA.mq5 | //| Smart Money Concepts Trading | //| Combines Order Blocks, FVG, BOS, CHoCH | //+------------------------------------------------------------------+ #property copyright "SMC/ICT Trading System" #property version "2.00" #property strict #include <Trade/Trade.mqh>
Logic: Healthy → no action Weak → reduce exposure Danger → strong protection Requirements: Equity tracking Basic trade management Simple dashboard Only apply if you understand risk-based EA logic
Mani 30 - 50 USD
Title: MT5 Martingale EA (Based on Stop Loss of Previous Trade) Description: Hello, I need a simple and efficient MT5 Expert Advisor based on a martingale logic. Main Logic: The EA should work with trades placed manually or by another EA (including limit orders). When a trade hits Stop Loss, the EA must automatically open a new trade in the same direction. The lot size of the new trade should be multiplied
Existing EA 30 USD
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Leonard Quantum FX 80 - 120 USD
I want the EA to be fully automated and capable of taking trades across multiple timeframes. It should be optimized for a starting account balance of $100 with proper risk management suitable for a small account, and it will be used with the broker ApexMarket.io. ⸻ Platform • Platform: MetaTrader 5 (MT5) • Type: Fully automated Expert Advisor • Operation: Hands-free (no manual trade management required) ⸻ 📈 Markets
Wealthy bot 50 - 200 USD
‎Build a mobile-based trading bot system integrated with MetaTrader 5 that specializes in high-frequency “machine gun” style trading on synthetic indices (crash 50 and Crash 300). ‎ ‎The bot must continuously scan the market in real-time using M1 and M5 timeframes and execute frequent trades based on probability, not prediction. Its core function is to detect early signs of potential reversals by analyzing combined
Tebza ngwenya 30 - 100 USD
Just know your deal,if you don't know what you are up to I gotchu. This is my first time trying also so yeah, but otherwise if you looking for something grand I'm here, if you got offered me well you in for some great time
Looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, with at least 6 months of history performance I’m open to reviewing it immediately. Please apply only if you meet all the requirements below
EA Script editor 30 - 35 USD
I need someone who will help me with a script that supports / cancels out negative positions. So that with a deposit of 600 euros, it doesn't close 300 euros. More info on pv

Project information

Budget
66+ USD
VAT (20%): 13.2 USD
Total: 79 USD
For the developer
59.4 USD
Deadline
from 1 to 3 day(s)

Customer

(4)
Placed orders11
Arbitrage count0