GUI to Support trading - This is NOT an Automated Trading System

MQL5 Scripts Other

Specification

Overview

I would like to have a custom Designed GUI built within MQ5 which will help make my trading easier to do. The main controls I will want within the GUI are Buttons, Dropdown Combo Boxes, List Boxes, text Boxes and Labels.

 

Not a Trading System

This is not a trading system that you are developing for me. I do my own analysis and will buy and sell at times I feel appropriate from my own analysis. However, there is some Stop movement I need to be done which is very systematic and limited in scope. I pyramid into my positions and move my stops as I do so. Any entries are done by clicking the Buy and Sell Buttons manually.

 

GUI in further Detail

There will be a main Container on which all the other components will sit. There are the following controls:

Symbol Listbox

  •         The user will be able to add new symbols, remove existing symbols and edit symbols to the list view box
  •         Each of the symbols within the Listbox will have their own associated Entry Sizes of which there will be 4 – Entry Size 1, Entry Size 2, Entry Size 3, Entry Size 4

o   E.g

§  EURUSD – Entry Size 1 = 1 Lot

§  EURUSD – Entry Size 2 = 0.9 Lot

§  EURUSD – Entry Size 3 = 0.8 Lot

§  EURUSD – Entry Size 4 = 0.7 Lot

 

Buy Button

  •         The user will Press the Buy Button to Buy @ Market for whichever symbol is selected within the Symbols Listbox. Pressing Buy will Open a Position Long.
  •     The Entry size will be based upon how many Entries the user has already entered. E.g. If it is a new trade for the selected symbol, then the Entry size will be the Entry Size 1 size allocated to it. If it is the second entry on the selected symbol, then Entry Size 2 would be used etc
  •         After Trade entry 4 has been made, any subsequent entries will be done with Entry Size 4 also
  • The buy button will not be used to close short positions

 

Sell Button

  •        The user will Press the Sell Button to Sell @ Market for whichever symbol is selected within the Symbols Listbox. Pressing Sell will Open a position Short.
  •         The Entry size will be based upon how many Entries the user has already entered. E.g. If it is a new trade for the selected symbol, then the Entry size will be the Entry Size 1 size allocated to it. If it is the second entry on the selected symbol, then Entry Size 2 would be used etc
  •         After Trade entry 4 has been made, any subsequent entries will be done with Entry Size 4 also
  • The Sell button will not be used to close long positions

 

Flatten Button

  •         This button when clicked will close all open position and cancel all orders for the selected symbol selected in the Symbol Listbox.
  •         It will also then remove the Entry Level Line Drawing from the Chart and the Stop Line Drawings from the Chart.

 

·         Average Weighted Entry Price Line Drawing on Chart

  •       After an Entry has been made, then the Charts which are open for this instrument will have a Horizontal line drawn on the chart at the price level that the order got filled. (This will be a custom drawing in addition to the automatic lines that MT5 add to the charts when opening a position).
  •         When multiple entries are made on an Instrument, the line drawn on the chart must be adjusted so that it is plotted at the Weighted Aggregated Price Level. E.g. if I bought 1 Lot EURUSD @ 1.0600 and then a further 3 Lots @ 1.0800 then the Weighted Aggregated price would be 1.075 and this is where the line would be moved to on adding a second or third …etc position.
  •         It must be possible for the User to choose the colour, weight, and line type e.g. Solid, Dotted, Dash of this chart drawing
  •         The Line will be labelled as 1xEntry, 2xEntry, 3xEntry, 4xEntry, 5xEntry etc depending on how many entries have been made on this instrument. The no. of entries could be infinite although in reality is likely to be less than 10.
  •         The line will also label the price level it is drawn at which will represent the Weighted Average Entry Price level

 

·         Stop Price Line Drawing on Chart

  •          There will be a Stop in the market for any open position entered.
  •          The charts displaying the selected symbol in the Symbol Listbox will have a custom line added to the chart at the Price Level where the Stop is Positioned.
  •          This stop line can be dragged by the user to ‘Reposition’ the stop level and the Drag and Drop will send the appropriate update market orders to the broker to reposition these stop levels
  •          It must be possible for the User to choose the colour, weight, and line type e.g. Solid, Dotted, Dash of this chart drawing
  •          The Line will be labelled as 1xStop, 2xStop, 3xStop, 4xStop, 5xStop etc depending on how many entries have been made on this instrument. The no. of entries could be infinite although in reality is likely to be less than 10.
  •          The line will also label the price level it is drawn at which will represent the Stop Price level
  •          When the user drags the Stop level when there are multiple Stops at that level, ALL of the Stop orders will be moved with the same drag and drop for this instrument. The idea is that all stops are positioned in the same place and that the user only has to drag and drop one single line to have them all updated.

 

On Entering a Trade

  •          There are to be default configurable parameters which represent the Price level offset of the distance from the entry price of where to put Stop orders for Entry 1
  •          When a new trade is entered on clicking either the Buy or Sell Button, the Entry is opened with an attached Stop order at the configured no. of pips away from the Entry Price. This is the Behaviour for Entry 1.
  •          For Entry 2, once the user adds a second position to the selected symbol the following things need to happen:
  • Calculate Weighted Average Entry Price and update Entry Line Drawing to the Weighted Average Entry Price Level
  •     Move both Stops (for each entry) to the Breakeven Price +1 pip in the direction of profit
  •    Update the Stop line drawing on the chart
  • This is the behaviour for Entry 2.
  •          After the user has entered the second Entry on a selected symbol, nothing further needs to be done automatically by the script. The user will then manually adjust stops according to his own analysis.

 


There are another couple of buttons which include Locking and Unlocking the GUI for Trading, a Breakeven Button to move all stops to Breakeven and a Status MultiLine text box just to output the Entry levels and Stop levels however this is straight forward and I will explain this more once I have an idea of what Developers are interested in this job.

I have an idea and a draft GUI of how this will look but very flexible to ideas ad your own approach. 

Thanks for reading.



Responded

1
Developer 1
Rating
(13)
Projects
24
42%
Arbitration
3
33% / 0%
Overdue
4
17%
Free
2
Developer 2
Rating
(169)
Projects
218
50%
Arbitration
6
17% / 67%
Overdue
11
5%
Free
3
Developer 3
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
Hi i am programmer on MT5 and mt4 and i am looking for a way to extract specific data from a website. Is is possible to display on chart and/or send notification to android for https://www.fxstreet.com/news Breaking news only
I am looking for a skilled developer to assist me with a project involving the following tasks: Convert Pine Script to MQL4/MQL5: I have an existing script written in Pine Script that is already functioning well. I need it converted to MQL4 or MQL5 for use on MetaTrader. Licensing System Implementation: I require a system where I can sell my trading bot and manage access through licenses. This system should allow me
Goodday, I developed a very simple strategy. But but I would need some help now. The strategy is as follows: With each new candle, there is a Buy Stop and a Sell Stop which are placed 1-2 pips from the opening price of the candle and a SL of 1-2 pips as well as a TS which increments. Once the Buy Stop or Sell Stop is triggered the other cancels. Now the problem I have is that sometimes on certain trades the SL does
I'm looking to make some edits to an existing pinescript indicator. I created a quick 5 minute video that showcases what I need. Please let me know when you have taken a look at it and how quickly you can complete this. Looking for a quick turnaround, today would be great
I'm looking for an experienced MQL5 developer to create a script or Expert Advisor (EA) that can identify the requested price/order price, executed price, and slippage for any closed order in MT5. The script or EA should be able to: - Identify the requested price/order price for each order - Identify the executed price for each order - Calculate the slippage for each order (the difference between the requested price
Hello, I'm looking for someone to build an EA that will copy trades from MT4 & 5 over to DX trade and Match Trader. If you already have one built even better, I'll buy it. Talk soon
Hello Everyone. I need a very competent programmer who can develop a mobile APP for me. Requirement: 1, The programmer will design the sport app from A-Z, and it will have login interface for registered users, 2, Users will automatically be denied access after s specific time expiration 3, It will have 5 to 7 different sections where sporting games (Text) can be uploaded by the admin on a daily based or as admin
Hello how are you doing? Can you help me with a projects connecting trend lines to pivot points on a wave, for trendlines, color detention, and dynamic visualization? I have a project I’d like you to look at. I need a pine script code to capture the different Trendline colors that cross both above and below horizontal lines on the wave indicator
I'm looking for a good developer to help me develop EA Just add judgment sentences in EA This is a recurring transaction Developers who know how to write MT4 and MT5 can apply It's just a simple transaction

Project information

Budget
50 - 100 USD
For the developer
45 - 90 USD
Deadline
from 1 to 20 day(s)