Panel Tool Box

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 29 días
Comentario del Ejecutor
Its really a nice working with you sir, Looking forward to work again..Thanks!!
Comentario del Cliente
DO NOT USE THIS PROGRAMMER. He puts Expire Time Clock into main coding of the EA’s. It forces you to communicate with him again to pay extra to fix the matter.

Tarea técnica

I am in need of a Panel EA that I can keep open and available on a terminal chart. I have a lot of “tool-type” EA’s and I hope this panel will make it simple for me to combine them all in a single place. There are also other tools that I would prefer to open separately, but allowing the panel to manage it like a standard EA.

 There aren’t any “strategies” to program.  Most of the code I found for free at  https://www.mql5.com/en/code/mt4/scripts. Im ok with sub windows opening outside the Panel for adding EA’s that have special input.

For Everything with a ***, I can direct you to some free script code

 

General Rules

Any rules below that have to do with a dropdown for a selected pair, the Panel can look to the (Market Watch) window for the selection. As I add or delete Pairs from the market window, they would update in the dropdown selection.

***If I execute a function and the markets are closed, The EA will need to remember the order and then will execute when market reopens. This feature is very important.  I would like a list of pending function where I can edit or delete the pending request.

 

Order Entry

New Order Symbol DropDown-  Entry  Buy/Sell (Set TP, SL, Trailing SL in Pip) – In Lot Size or % Size, and a text box to apply these settings to existing orders.

Pending Buy and Sell Order _ in Pips

“Wait X amount of seconds” option that causes a delay before executing the trade.

(Behavior) When I execute this function, I should be able to hit the execute button if I want the same trade entered multiple time with the same properties. This also includes keeping the same properties when switching the Symbol.

Also an EA Magic# Textbook which will apply all the setting to the Current and New Orders with the Magic #

Ability to Double Click any current order on the chart, and it will fill in the parameter of that order on the above entry pad.

Availability to drag SL and TP of any order individually on the chart view.

 

 

Close/Delete Orders

 

Close All Buy Orders – Check Box

Close All Sell Orders – Check Box

Delete All Pending Buy Orders – Check Box

Delete All Pending Sell Orders – Check Box

Close All Orders by the EA magic number of = X

Close All Orders of the symbol (pair selections)

Close All Pending Orders of the symbol (pair selections)

Close All Profitable Orders – Check Box

Close Non Profitable Orders – Check Box

Remove SL & TP for options Above ***

Close X Amount of Orders that where entered in First (The Oldest Orders)

Close X Amount of Orders that where entered in Last

(Behavior) – No matter the selection made, EA should look to close all Profit Orders first, followed by order not in profit.

***I have multiple scripts for the above. Probably better to make your own, or take one that I have and add to it.

Other Functions:

Load Template Button – Will allow me to set the template location, and simply press this button to load the template (save time going to template option with each chart).

Refresh Button – Will refresh MT4 directories for “Indicators”, “Expert Advisors”, and “Scripts”.

Download Tick Data from Server – Selection of Pair from Symbol Window. (Will download entire date range available from broker).

Tick Data Time Conversion - Will include check boxes or dropdown selection for Time Frame. Saves time using PeriodConverter

Mute Terminal –Checkbox 

***Heat Map CVS Datadump Button

Clear All Extra Charts – Will clear EA’s and Indicators from all opened charts (except Panel charts)

Close All Extra Charts 2 options-

            Close all charts except Panel, or Close all Charts except Panel and EA on it. 

Terminal Drawdown – IF drawdown is this amount or greater, then close all active trades.

Display Terminal Time in USA Eastern Time Zone (includes market watch and chart)  – Check Box

Button to Export automatically into .xls (history). File location can be specified and saved.  This feature will only export what is seen on the Account History Tab

 

Managed EA/Software-

These EA’s and software I would like to stay in the Panel, but does not need to be made into the input screen of the panel itself. The Panel only needs to manage it like a normal EA. All Panel Function are in an “execute” fashion, and some of the EA’s are more of a “monitor” fashion, so there should not be any conflict with Panel Parameters. If there is a foreseen conflict, the Panel Rules should have priority. These are EA’s I already have the coding to. You are only creating a button to launch them.

Equity Manager EA – This EA will monitor the Equity of individual trades and either do a TP or a SL on an individual order. It should not conflict with the function of the panel that involves exiting all position do to Drawdown. 

Order’s Link – Allows me to link 1 order# to another order#. When the primary order is closed, it will automatically close out the linked order.

SignalSubscriber – This allows me to sign up to a MQL signal provider if I have their link ID number. It also allows me to subscribe A Signal Demo account to my live account, and a Live signal to my Demo account. I have a .exe and bat so you can choose. The only change I ask to be made here, is for the file to automatically choose the current terminal as default in the terminal selection process (which should be extremely easy using the bat file. 

 

View Panel –

Company : (Like FXCM or Alpari)

Server: (FXCM:ECN:Demo)

Account Number – Also whether Live or Demo Acct

Account Leverage

Account Today Profit

Account All Profit

Spread Cost

Pip Cost

Number of Positions Opened

Total Buy Orders Opened

Total Sell Order Opened

Total Lot size of position Opened

 

Misc Notes

Alerts if close attempted failed. Panel will still attempt to close order or delete pending order only. The EA will not attempt to “open” a missed order (with the exception of the market being closed, which there will be a list of pending actions).

***The Panel will most likely have options added in the future.

Panel must be able to be visually backtested (Visual Mode). I must be able to submit a Buy or Sell order and the lot size amount. Some of the EA’s I will be providing for this Panel will already have the coding for it. 

Han respondido

1
Desarrollador 1
Evaluación
(61)
Proyectos
120
34%
Arbitraje
17
18% / 41%
Caducado
51
43%
Libre
2
Desarrollador 2
Evaluación
(879)
Proyectos
1393
67%
Arbitraje
117
32% / 42%
Caducado
215
15%
Trabaja
3
Desarrollador 3
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
4
Desarrollador 4
Evaluación
(49)
Proyectos
134
27%
Arbitraje
62
13% / 53%
Caducado
58
43%
Libre
5
Desarrollador 5
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
Solicitudes similares
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks

Información sobre el proyecto

Presupuesto
10 - 94 USD
Para el ejecutor
9 - 84.6 USD
Plazo límite de ejecución
de 1 a 10 día(s)