Fib Pivot Point-Based EA Coding Required

MQL5 Experts

Specification

Here is the EA I would like programming done for:

 

General Parameters 

The EA would utilize a 200 hour simple moving average and daily Fibonacci pivot points.

Lot size would be set to .25 equity, rounded down to the nearest 1K.  

The EA should be utilizable with any currency pair.

No more than one (1) trade is be executed per day in a currency pair.

The EA will operate without stop losses.

 

Buy Parameters:

 if current ask price >200 hour MA, then execute a buy when ask = .236 daily Fibonacci pivot point level with a limit/target price of the bid = .764 daily Fibonacci pivot point level.

 

Sell Parameters:

 If current bid price <200 hour MA, then execute a sell when bid = .764 daily Fib pivot point level with a limit/target price of the ask = .236 daily Fibonacci pivot point level.

 

Adding Positions to Open Positions/Moving Target Price Parameters Where Trade Did Not Hit Target Price by New York Close: 

 Parameters for adding to or changing target prices of positions opened by the EA that did not hit the target price by the time of the New York close:


Open Buy Positions 

Move target price to to bid = .764 daily Fib pivot point level or 10 pips above position's price, whichever is greater.

Add to position if: current ask price > 200 hour MA, execute a buy when ask = .236 daily Fibonacci pivot point level and move the limit/target price for the entire position (the original entry plus any addition) to bid = the .764 daily Fib pivot point level or 10 pips, whichever is greater.

 Example:  The EA executes a buy at price x, but the target price is not hit by the end of the New York close.  After the New York close, the EA moves the target price to the new .764 or (x+10 pips), whichever is greater.  The position remains open and price eventually hits the "new" .236, at which time the EA opens another buy position and moves the target price for entire position (the "old" buy plus the "new" buy) to the new .764 or (x+10 pips), which ever is greater.

 

Open Sell Positions

Move target price to ask = .236 daily Fib pivot point level or 10 pips below position price, whichever is greater.

Add to position if: current bid price < 200 hour MA, execute a sell when bid = .764 daily Fibonacci pivot point level and move the limit/target price for the entire position (the original entry plus any addition) to ask = the .236 daily Fib pivot point level or 10 pips below the net position, whichever is greater.

 

Additional Comments

I may want to tweak the entry and exit points for the EA after backtesting, as I am not particularly set on the .236 and .764 as entry/exit points.

 Additionally, the lot sizes can be set manually if that is a huge problem; it  would just be kinda nice for the EA to change the lot size as a function of equity on its own.

 The EA needs to be prevented from executing multiple trades per day, since a given Fib level may be touched multiple times.  The intention is to limit the EA to make one trade max per day. 

10 pips may differ from one currency pair to the other, so it might be necessary to include this as a drop down to be changed at the time the EA is set up to run with a given pair.  For example, 10 pips for EUR/USD is .0010, while it is .10 for USD/JPY. 

I see basic elements of the code scattered about in the Code Base, so it is likely to be a cut-and-paste for the most part. 

 

 


Responded

1
Developer 1
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
2
Developer 2
Rating
(182)
Projects
342
42%
Arbitration
118
12% / 73%
Overdue
104
30%
Free
3
Developer 3
Rating
(8)
Projects
10
40%
Arbitration
7
14% / 86%
Overdue
4
40%
Free
4
Developer 4
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
5
Developer 5
Rating
(195)
Projects
395
28%
Arbitration
155
20% / 52%
Overdue
112
28%
Free
6
Developer 6
Rating
(128)
Projects
236
65%
Arbitration
30
37% / 23%
Overdue
49
21%
Free
7
Developer 7
Rating
(118)
Projects
201
42%
Arbitration
44
9% / 68%
Overdue
47
23%
Free
8
Developer 8
Rating
(647)
Projects
1295
67%
Arbitration
84
26% / 49%
Overdue
338
26%
Free
9
Developer 9
Rating
(467)
Projects
700
56%
Arbitration
44
30% / 32%
Overdue
114
16%
Working
10
Developer 10
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
11
Developer 11
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
Similar orders
Hello So I need an MT5 EA. How is it gonna work? 1.we either start with buy or sell position, doesn't matter which really. 2. We select or lot which should be manageable as in example 0.1 lot 5pip sl and 5 pip tp. in example we had buy position and now it hit our tp, then we again put a buy position at the same price 0.1 lot 5pip tp 5 pip sl. But this time it hits our sl/stop loss. Now we switch to sell position and
I want to suggest a trading strategy that uses reverse trade software. We need to create an EA (Expert Advisor) that uses a simple martingale strategy. When the market is going up, it will keep placing SELL orders in the sequence of 0.01, 0.02, 0.03, etc. Each order should have a stop loss (SL) and a moving take profit (TP). There should be an option to adjust the SL and TP in the settings so we can customize them
I need you to check an expert advisor I bought and find the best settings, parameters to get low drawdown and high performance. configuration and optimization of sets to improve management
MT4 EA required that will trade as follows: 1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. The inputs should be exactly coded as per the attached image. EA will have
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Hello! ON A FIXED BUDGET, I need a developer to modify my Expert on risk management. I want the EA to close All trades if Daily Profit or Loss is reached. Then the EA should also stop trading for that day if the conditions met and restart trading the next day again. It has to also display on chart to show which criteria it closed. E.g. EA closed on Daily Loss Limit. Bid so that we talk more
//+------------------------------------------------------------------+ //| 3-EMA_FTS.mq4 | //| Generated with Pine Script to MQL4 | //+------------------------------------------------------------------+ #property strict #property indicator_separate_window #property indicator_buffers 8 #property indicator_color1 Red #property indicator_color2 Green #property indicator_color3
Simple Grid EA 30+ USD
Make a simple pending order grid EA 1st up down pending order gap 100 pips Next order Grid gap 200 pips If 4 Trade open buttom trade close. Only buy or only sell
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
I Have a forex ea bot, need connect binary deriv broker . Contact me to know more about this. Those who are experts about binary bot can work with me more

Project information

Budget