One-Click Trade Pro

Dear Sir, I'm sorry and ashamed, I don't know anything about programming, I hope you can take some time to complete it, thank you very much. . I can't run 2 scripts on the same chart, could you please integrate them into 1 script?
You can learn to modify input parameters in the code in under 1 hour or hire someone to do that for you.
It is possible to run as many scripts on a chart as you like because scripts get unloaded as soon as they execute. You cannot run more than one expert advisor on a chart.
 
  • 👍
Reactions: thibikim
Hi team, its me again. For some reason my hotkeys dont work in MT5 - but work fine on Mt4 version. I'm using versions 2.4 for both metatrader platforms.
I really like the T and G hotkeys to enter market trades, but it just doenst like it on mt5. I have tried restarting metatrader, the computer, ensure the enable hotkey is on.
Clicking buy or sell button enters trades just fine so I know EA is enabled and it works, but keyboard hotkeys dont work. not even ijkl to move the window. surely theres a checkbox somewhere that i didnt enable?
 

Attachments

  • Screenshot From 2025-03-31 22-33-00.png
    Screenshot From 2025-03-31 22-33-00.png
    32.7 KB · Views: 3
Hi team, its me again. For some reason my hotkeys dont work in MT5 - but work fine on Mt4 version. I'm using versions 2.4 for both metatrader platforms.
I really like the T and G hotkeys to enter market trades, but it just doenst like it on mt5. I have tried restarting metatrader, the computer, ensure the enable hotkey is on.
Clicking buy or sell button enters trades just fine so I know EA is enabled and it works, but keyboard hotkeys dont work. not even ijkl to move the window. surely theres a checkbox somewhere that i didnt enable?
Have you tried running the EA with default settings on a clean chart? Does the hotkey work on the older version (like v2.3)? Are there any error messages shown in Experts tab?

Make sure you have clicked the chart before pressing the hotkey. The hotkey only works when the chart is on focus.
 
Hi team, its me again. For some reason my hotkeys dont work in MT5 - but work fine on Mt4 version. I'm using versions 2.4 for both metatrader platforms.
I really like the T and G hotkeys to enter market trades, but it just doenst like it on mt5. I have tried restarting metatrader, the computer, ensure the enable hotkey is on.
Clicking buy or sell button enters trades just fine so I know EA is enabled and it works, but keyboard hotkeys dont work. not even ijkl to move the window. surely theres a checkbox somewhere that i didnt enable?
In addition to what @yoovie recommended, please verify that you don't have the Windows keyboard switched to some other language.
 
Dear Mr. Enivid, I am incompete nt and useless. I hope you will take a little time to upgrade to the new version with the following additional functions.Untitled.png
 
Dear Mr. Enivid, I am incompete nt and useless. I hope you will take a little time to upgrade to the new version with the following additional functions.View attachment 32365
Currently, I don't have plans for developing this tool. @yoovie here makes his own version that is a lot more advanced than the original. I'm not sure that it includes the feature that you desire, but you can always use a specialized script like https://www.earnforex.com/metatrader-scripts/close-all-orders/ to set up hotkey to closing the orders in your preferred configuration.
 
Dear yoovie, I am incompetent and useless. I hope you will take a little time to upgrade to the new version with the following additional functions.View attachment 32365
[/QUOTE]
Post automatically merged:

Dear yoovie, I am incompetent and useless. I hope you will take a little time to upgrade to the new version with the following additional functions.View attachment 32365
[/QUOTE]
 
@thibikim I won't add that feature. I prefer to keep the EA simple - just for opening trades, not for managing existing trades. Like Enivid said, you can just use a script for that, or look for another EA that has the feature you want.
 
Here is the latest update for my Custom MT4/MT5 One-Click Trade Pro EA (v2.5)

Change log:
  • Added SL/TP by Points inputs on the Line Order panel.
  • Fixed Lot Size +/- buttons on the Line Order Panel stop working after switching to Pending Order mode and then to the Market Order mode.
  • The EA can now be moved directly by dragging the title bar.
  • The submitted order will now be split into multiple positions if the lot size exceeds the maximum lot size (this behavior can be turned off in the settings).
  • Buy/Sell order side in Line Order panel will be switched automatically based on the SL/TP line position (can be disabled in the settings).
  • Added a hotkey setting to toggle auto-scroll on chart.
  • Added TAB key support for the hotkey settings.
  • Added Shift and Ctrl modifier keys support for the hotkey settings (e.g., SHIFT+S, CTRL+J). Note that the hotkey won't work if the same key combination is already used by MetaTrader.
  • Added hotkeys to set SL/TP line to current cursor position for Line Order panel.
  • Added settings to show secondary Ask/Bid lines for the Line Order Panel.
  • Changed the default values for some settings.
  • Added MQLTACustomOnChartEvent, MQLTACustomOnTradeTransaction, and MQLTACustomOnTrade functions in the custom module file for MT5 version.

For anyone who is new, here are the highlighted features and differences in my custom version compared to the official version:
  • Both MT4 and MT5 versions are available.
  • Added Exit EA button.
  • Fixed the floating number rounding display issue.
  • Fixed incorrect Lot Size and SL/TP profit/loss calculations in the Line Order Panel for non-USD accounts.
  • Fixed some bugs in the Lines Order Panel.
  • Some UI and color changes on the Simple Order Panel to make the look more consistent with other panels.
  • Removed Orders List Panel.
  • Added hotkeys feature.
  • Added "Auto-apply recommended size" feature. It's almost like "Always Use Recommended Size When Available" feature in official version, but in my version, it can be toggled directly on the order panel or by hotkey.
  • Added Risk Percentage and Risk Base inputs on the order panel (can be hidden in the settings).
  • Added increase & decrease buttons for Pending Open Price, SL, and TP price inputs with Shift/Ctrl/Ctrl+Shift modifier key support.
  • Added SL/TP by Points inputs on the Line Order panel.
  • The EA position can be changed directly with hotkeys or by dragging the title bar.
  • Added Custom Module feature to extend the EA functionality through the "Include\MQLTA Custom Module.mqh" file.
 

Attachments

Last edited:
  • 👍
Reactions: Enivid