LT Trade Copy MT5
99 USD
Demo downloaded:
348
Published:
1 August 2019
Current version:
1.31
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 1.31
2026.02.24
Jump from 1.28 to 1.31:
- Read/write optimization: The database is only rewritten to disk if there is a real change, eliminating continuous unnecessary writes and saving processing, making positions replications much faster!
- Partial closing: Fixed a bug where partial closing failed in some scenarios due to incorrect reading of the identifier (Magic Number vs Order ID).
- Phantom Orders: Added a strict security filter that ignores pending orders in the exact millisecond in which they are being activated on the market, preventing double reading.
- Typing Correction (large tickets): Deep adjustment in the variables that deal with tickets. Now the replicator correctly supports gigantic ticket numbers (ulong) generated by some brokers, preventing truncation or reading errors.
- Batch Normalization: Corrected the order of parameters in the volume normalization function, preventing incorrect batch calculations in accounts with specific fractional restrictions.
- New Filling Type: Added support for the BOC (Book or Cancel) filling type, ensuring compatibility with more brokers and account types.
- Other small internal improvements.
- Read/write optimization: The database is only rewritten to disk if there is a real change, eliminating continuous unnecessary writes and saving processing, making positions replications much faster!
- Partial closing: Fixed a bug where partial closing failed in some scenarios due to incorrect reading of the identifier (Magic Number vs Order ID).
- Phantom Orders: Added a strict security filter that ignores pending orders in the exact millisecond in which they are being activated on the market, preventing double reading.
- Typing Correction (large tickets): Deep adjustment in the variables that deal with tickets. Now the replicator correctly supports gigantic ticket numbers (ulong) generated by some brokers, preventing truncation or reading errors.
- Batch Normalization: Corrected the order of parameters in the volume normalization function, preventing incorrect batch calculations in accounts with specific fractional restrictions.
- New Filling Type: Added support for the BOC (Book or Cancel) filling type, ensuring compatibility with more brokers and account types.
- Other small internal improvements.
Version 1.28
2025.10.01
- Improved: Only works if connection with broker is on to prevent problems.
- Improved: Instead of accessing the database every second, Sender only does this when there is a new trade.
- Improved: Compiled with new MQL5 features (build 5320).
- Improved: Instead of accessing the database every second, Sender only does this when there is a new trade.
- Improved: Compiled with new MQL5 features (build 5320).
Version 1.27
2025.06.03
Upgraded from 1.25 to 1.27:
- Fixed: positions being open even after closing them on receiver.
- Fixed: panic button do not working in some cases.
- Added: option to ignore SL/TP on receiver.
- Added: customizable sound effect when new trade arrive.
- Changed: message box now can be closed by clicking on it.
- Fixed: positions being open even after closing them on receiver.
- Fixed: panic button do not working in some cases.
- Added: option to ignore SL/TP on receiver.
- Added: customizable sound effect when new trade arrive.
- Changed: message box now can be closed by clicking on it.
Version 1.25
2025.01.14
- Fixed a problem when closing partial position in some situations.
- Compiled with newer MT5 build.
- Compiled with newer MT5 build.
Version 1.24
2024.06.26
Updated from 1.22 to 1.24.
- Added async option.
- Added panic button. It will close all trades opened and will close the copier.
- Added 'update rate' for pending orders. This avoids overloading the broker in some cases.
- Added option to specify the database id. Now you can have more than one sender on same machine!
- Added option to close the trades at specific hour and minute.
- The warning message is now drawn on chart, so it will not freeze the program anymore.
- Compiled with the new MT5 resources.
- Added async option.
- Added panic button. It will close all trades opened and will close the copier.
- Added 'update rate' for pending orders. This avoids overloading the broker in some cases.
- Added option to specify the database id. Now you can have more than one sender on same machine!
- Added option to close the trades at specific hour and minute.
- The warning message is now drawn on chart, so it will not freeze the program anymore.
- Compiled with the new MT5 resources.
Version 1.22
2023.07.03
- Improved partial close on Netting account.
Version 1.21
2023.03.28
- Added order time type (for pending orders). This fix some problems reading pending orders from specific brokers on Brazilian market.
- Simplified the option to disable specific symbols.
- Alert when you are using Netting account. The Trade Copy does not support median price (position increase) on this type of account (only on Hedge).
- Compiled with the new MQL5 features.
- Simplified the option to disable specific symbols.
- Alert when you are using Netting account. The Trade Copy does not support median price (position increase) on this type of account (only on Hedge).
- Compiled with the new MQL5 features.
Version 1.20
2022.10.06
- Fixed a bug on pending orders, which caused only the first one to be replicated on some brokers.
- Added 'automatic filling' type option (by default). Now it adapts to the asset automatically, but can be adjusted if necessary.
- Updated with the new version of MT5.
- Added 'automatic filling' type option (by default). Now it adapts to the asset automatically, but can be adjusted if necessary.
- Updated with the new version of MT5.
Version 1.19
2022.05.09
- Fixed just one pending order readed.
- You can trade fractioned lot like 0.001. For that, enable the option "fractioned lots" on Input Parameters.
- You can trade fractioned lot like 0.001. For that, enable the option "fractioned lots" on Input Parameters.
Version 1.17
2021.11.19
- You can fix more symbols.
- Little internal improvement.
- Little internal improvement.
Version 1.16
2021.09.26
- Updated with new MQL5 compiler improvements.
Version 1.15
2021.09.03
- Added option to ignore operations already opened on the sender (after many requests).
- Added account type (netting or hedge) to informative panel.
- Added account type (netting or hedge) to informative panel.
Version 1.14
2020.12.02
- Added magic number filter (thanks to MPenner).
- Added option to disable the error message (thanks to mstudio).
- Error message more detailed about possible reasons.
- Added option to disable the error message (thanks to mstudio).
- Error message more detailed about possible reasons.
Version 1.13
2020.09.16
- Added: Option to choose order filling type (thanks to sergiote.3).
- Added: Max deviation option.
- Added: Alert then Automated Trading (Algotrading) is disabled.
- Added: On-line license type (only if you buy outside MQL5 market).
- Added: Max deviation option.
- Added: Alert then Automated Trading (Algotrading) is disabled.
- Added: On-line license type (only if you buy outside MQL5 market).
Version 1.12
2020.08.31
- Fixed: When close a trade on sender the receivers may open a opposite trade for few seconds.
- Fixed: Partial close may not work then use big lots.
- Fixed: Partial close may not work then use big lots.
Version 1.11
2020.08.25
- Fixed: when manually close a trade on receiver other new trades are not received till close that one on sender.
- Off mode does not exist anymore, now receiver mode is the default.
- Off mode does not exist anymore, now receiver mode is the default.
Version 1.10
2020.08.21
- Fixed a rare bug may happen on multiply lot mode.
- Now the receivers are prevented from closing positions because of the spread reaching SL or TP prematurely. This caused another position to be opened and could cause losses. Plus now is possible to manually close trades on receivers.
- Now the receivers are prevented from closing positions because of the spread reaching SL or TP prematurely. This caused another position to be opened and could cause losses. Plus now is possible to manually close trades on receivers.
Version 1.8
2020.04.17
- Important bugfixes on actual symbol mode and disabled symbols.
Version 1.6
2019.10.21
- Idiom selected automatically (portuguese or english).
Version 1.5
2019.09.10
- Bugfixes
Version 1.4
2019.08.31
- Interface improvements.
Version 1.3
2019.08.22
- Some disabled symbols are not disabled (fixed).
Version 1.2
2019.08.19
- Now besides the receiver being able to multiply lot (for more or less) it can also choose a fixed lot.
- Fixed a bug when try to close partial with multiplied lots.
- Fixed a bug when try to close partial with multiplied lots.
Version 1.1
2019.08.15
- Now is possible close partial positions.
- Added options to correct symbols between different brokers (ex: GOLD in sender and XAUUSD on receiver).
- Added options to disable specific symbols.
- Added option to choose chart corner.
- Added message to alert when different symbols names.
- Added button to hide the text.
- Added account info like owner, number, balance and leverage, to make easy the identification.
- Added receiver popup and push alert.
- Removed comment type.
- Simplified input parameters.
- Added options to correct symbols between different brokers (ex: GOLD in sender and XAUUSD on receiver).
- Added options to disable specific symbols.
- Added option to choose chart corner.
- Added message to alert when different symbols names.
- Added button to hide the text.
- Added account info like owner, number, balance and leverage, to make easy the identification.
- Added receiver popup and push alert.
- Removed comment type.
- Simplified input parameters.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
