Page 4 of 37
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Mon Mar 20, 2017 10:35 pm
by xxxena
Thank you for this great tool! But... when position is open there is no chance to move TP or SL by dragging... expert move them back at previous value.... Is it possible to add option and allow us to drag around TP and SL. Or change the value by clicking... If there is such an option please for instruction.
Thank you in advance
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 12:21 am
by Anyway
xxxena wrote:Thank you for this great tool! But... when position is open there is no chance to move TP or SL by dragging... expert move them back at previous value.... Is it possible to add option and allow us to drag around TP and SL. Or change the value by clicking... If there is such an option please for instruction.
Thank you in advance
input parameters:
Managenent mode = Open price of order
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 1:24 am
by mntiwana
Anyway wrote:
input parameters:
Hi Anyway
Your attendance graph is getting thumb down
at least it is not good for me
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 2:21 am
by xxxena
Anyway wrote:
input parameters:
Ok, with this option Managenent mode = Open price of order nothing has change.... same problem as before...
when I drag around SL or TP they move back at previous value....
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 4:14 am
by Anyway
xxxena wrote:
Ok, with this option Managenent mode = Open price of order nothing has change.... same problem as before...
when I drag around SL or TP they move back at previous value....
Yes, "Average price of orders" only works in automatic mode, you can not drag to modify SL/TP
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 4:34 am
by Anyway
mntiwana wrote:
Hi Anyway
Your attendance graph is getting thumb down
at least it is not good for me
Please forgive meI will do as much as possible of this
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 22, 2017 5:53 am
by mntiwana
Anyway wrote:
Please forgive meI will do as much as possible of this
Hey, don't say like that, just some time miss you
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Tue Mar 28, 2017 4:09 am
by Phylo
The following is copy and paste from my MQL4 Code Base post.
The function of this Indicator is dependent on files mt4gui.dll and mt4.mgh. (At current date 05-04-2014 these files are updates mt4gui2.dll and mt4gui2.mgh) Without these files the Indicators will not work. Both are free and require a free license key for every computer running the .dll file. The mt4gui2.mgh file is included with the Indicator download because it can be easily edited for update. The mt4gui2.dll cannot be edited and must be downloaded from source - Download here. (not necessary for this post as both files included) When the Indicator is first loaded a popup will request a name and email (NO spam ! - occasional update notification - always advisable to use an alias name and alternative email address). Once submitted a License Key will be emailed which is then entered in said popup. There is no limit on the number of free licenses.Required: The .dll ? MQL4/ Library folderRequired: The .mgh ? MQ4/ Include folderRequired: Change Chart Symbol Menu ? MQL4/ Indicators folderOptional Extra: Chart Symbol ? MQL4/ Indicators folderThe .dll and .mgh files are periodically updated to accommodate new MT4 builds. See Updating and How to edit code example below.If chart symbols are other than the standard six letter EURUSD such as EURUSDSB or EURUSD_uk etc., the User needs to see "Notes: Suffix -1 and Suffix - 2".
Notes:Suffix - 1: For platforms that use variants like EURUSDSB, EURUSD_uk etc., the user will have to enter the added suffix (case sensitive - examples: SB, _uk) in the suffix section in the Indicator Inputs Tab.Suffix - 2: Future symbols such as Usa500Dec13 or SoybnsJan14 should be added to the Indicator as complete names (case sensitive - examples: Usa500Dec13, SoybnsJan14) in the Inputs sections marked - SPARE. Do not add these to the suffix section.Any Symbol can be changed from the Indicator Inputs tab.Additional symbols can be added via the Inputs Tab by changing SPARE to the required symbol. Note: if a suffix has been added to the suffix section of the Indicator Input Tab do not include the suffix as part of the added symbol name because the suffix will duplicated - example: EURUSD_uk_uk.Note: When the indicator is attached to the chart or MT4 Terminal opened a first change of symbol requires two clicks and one click thereafter. The code is minimal and repetitive but I have not been able find a solution. The developer of the GUI files has not responded to a number of inquiries.
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 29, 2017 7:17 pm
by Phylo
Can across this.
Author detail is not included though the code outlay with large blank // breaks is consistent with mladen.
Very handy positioned off the chart in separate window.
Re: MT4 Trading Utilities, Chart Tools & Add-ons
Posted: Wed Mar 29, 2017 9:35 pm
by Newton51
Phylo wrote:Can across this.
Author detail is not included though the code outlay with large blank // breaks is consistent with mladen.
Very handy positioned off the chart in separate window.
Thanks for sharing this one. I have been looking for a sub-window version with both Symbols and TF.