Trade panel EA in MQL5

MQL5 Experts

Job finished

Execution time 7 days

Specification

Hi Developers!

1., I would like to ask you a trading panel EA in MQL5 wich one could place pending order and when it is triggered manage it. I would like to do it with a panel owning 6 

buttons (see picture 1.).

2., The main steps of my trade what I would like to manage with an EA:
1. I draw a Fibonacci Extension grid with levels:
- -50%
-   0%
- +50%
- +100%
- +132.8%
- +161.8%
- +200.0%
- +261.8%
- +423.6%
- +685.4%
2. I place a Pending order at the level 100% with SL -50% and TP 426.6%
3. When the order is triggered I manage the trade. I move SL to BE and I close order partially at some Fibo levels.

3., The buttons' functios:
1. Activate : Place the pending order at the level 100%+offset. Offset could be 2 points by default.
2. Draw Fibo : Pushing the button I will draw the Fibonacci Extension which one must be use for calculation
3-5. Short, Medium and Long : these are presets with different TPs.
Short: SL is at -50%
TP2 is at +261.8%
TP1 is at +161.8%
BE at +161.8%
Medium: SL is at -50%
TP3 is at 423.6%
TP2 is at +261.8%
TP1 is at +161.8%
BE at +161.8%
Long : SL is at -50%
TP4 is at 685.4%
TP3 is at 423.6%
TP2 is at +261.8%
TP1 is at +161.8%
BE at +161.8%
4. Delete : when the pending order is not triggered delete Fibonacci Extension and pending order

4., How I would like to use the EA?
1. "Draw Fibo" : I will draw the Fibonacci Extension
2. Select one of the presets
3. "Activate" : the EA places the pending order and manage the order when it is triggered
4. "Delete" : delete the Fibo or delete Fibo and pending order


5., The other requirements:
- the panel must be movable on the screen with minimize and maximize button
- I need parameters:
risk percent (default 1%) : calculating lot size in the percentage of account balance
offset (default 2 points) : place the pending order at level 100%+offset
short preset SL level (default -50%)
short preset TP2 level (dafault +261.8%)
short preset TP2 quantity (default 50% of original lot size)
short preset TP1 level (dafault +161.8%)
short preset TP1 quantity (default 50% of original lot size)
short preset BE level (dafault +161.8%)

medium preset SL level (default -50%)
medium preset TP3 level (dafault +423.6%)
medium preset TP3 quantity (default 20% of original lot size)
medium preset TP2 level (dafault +261.8%)
medium preset TP2 quantity (default 50% of original lot size)
medium preset TP1 level (dafault +161.8%)
medium preset TP1 quantity (default 30% of original lot size)
medium preset BE level (dafault +161.8%)

long preset SL level (default -50%)
long preset TP4 level (dafault +685.4%)
long preset TP4 quantity (default 10% of original lot size)
long preset TP3 level (dafault +423.6%)
long preset TP3 quantity (default 40% of original lot size)
long preset TP2 level (dafault +261.8%)
long preset TP2 quantity (default 30% of original lot size)
long preset TP1 level (dafault +161.8%)
long preset TP1 quantity (default 20% of original lot size)
long preset BE level (dafault +161.8%)

- I would like to ask the source code too

Files:

JPG
picture_1.jpg
303.6 Kb

Responded

1
Developer 1
Rating
(55)
Projects
96
40%
Arbitration
13
38% / 62%
Overdue
25
26%
Free
2
Developer 2
Rating
(63)
Projects
68
25%
Arbitration
12
42% / 42%
Overdue
4
6%
Free
3
Developer 3
Rating
(878)
Projects
1391
67%
Arbitration
117
32% / 42%
Overdue
215
15%
Free
4
Developer 4
Rating
(37)
Projects
41
29%
Arbitration
4
0% / 25%
Overdue
0
Working
5
Developer 5
Rating
(57)
Projects
75
25%
Arbitration
9
33% / 56%
Overdue
8
11%
Free
Similar orders
Need to modify existing EA. I have an EA created based on HeikinAshi and Price Border indicator. The Price Border Indicator I use repaints and hence, I am switching to slightly different version of Price border indicator. Requirement is to adjust the EA to open trades based on new Price Border indicator. The new Price border indicator provides signal based on alert notification. I couldnt figure it out how to catch
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01

Project information

Budget
100+ USD
VAT (27%): 27 USD
Total: 127 USD
For the developer
90 USD
Deadline
to 7 day(s)