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
32input parameters: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
Managenent mode = Open price of order
Re: MT4 Trading Utilities, Chart Tools & Add-ons
33Hi AnywayAnyway wrote: input parameters:
Your attendance graph is getting thumb down
at least it is not good for me
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: MT4 Trading Utilities, Chart Tools & Add-ons
34Ok, with this option Managenent mode = Open price of order nothing has change.... same problem as before...Anyway wrote: input parameters:
when I drag around SL or TP they move back at previous value....
Re: MT4 Trading Utilities, Chart Tools & Add-ons
35Yes, "Average price of orders" only works in automatic mode, you can not drag to modify SL/TPxxxena 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....
Re: MT4 Trading Utilities, Chart Tools & Add-ons
36Please forgive meI will do as much as possible of thismntiwana wrote: 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
37Hey, don't say like that, just some time miss youAnyway wrote:
Please forgive meI will do as much as possible of this
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: MT4 Trading Utilities, Chart Tools & Add-ons
38The 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.
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
39Can 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.
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
40Thanks for sharing this one. I have been looking for a sub-window version with both Symbols and TF.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.