How it works? Whether if we open new buy or sell then EA automatically set stop loss and target. Is this EA can work on MT4 trading platform? I want to try it to attached at my MT4 platform FXOpen
This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
How can I apply it in my trades on the Mt5?
@Ernest Asiedu #: How can I apply it in my trades on the Mt5?
It is an indicator, not an EA/bot. It only "displays". It is up to you to manually set the values on your trades
This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
nicholas williams #: This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
Đông Gấu #: This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
Đông Gấu #: This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
Of course, it is possible. Code it or pay someone.
nicholas williams #:
This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
This works great, only problem is it leaves the st and tp values on the chart as objects after the trade has closed, is it possible to update the code so it auto removes the objects after the trade has closed?
The easiest way is to write some code to detect whether any open positions exist and if not, auto-delete each object.

Documentation on MQL5: Trade Functions / PositionsTotal
- www.mql5.com
Returns the number of open positions. Return Value Value of int type. Note For the "netting" interpretation of positions (...
Can you create an SL TP Setter for MT5? I have one for mt4 but no one did anything to add one for mt5

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
SL-TP Values:
Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.
Author: Livio Alves