• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Question Stop Los And Take Profit EA MT5

Can you give me one ea that put Take-Profit and Stop-Loss limits when an order is executed? Please! Thanks! :)

Try this for MT5

Trailing and SL TP MT5 EA
The utility places trailing stop, breakeven, stop loss and take profit.‌

It is necessary to allow automated trading in the terminal settings.

In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions.

Parameters
  • magic- magic number. If less than 0, positions with any magic number are tracked.
  • only_this_symbol- only chart symbol. Iffalse, positions of any symbols are tracked.
  • Take_Profit-take-profit.0- disabled.
  • Stop_Loss-stop loss.0- disabled.
  • Breakeven_Start- necessary amount of points from an position Open price for setting a breakeven. 0 - disabled.
  • Breakeven_Plus- increase a breakeven by a number of points.
  • Trailing_Stop -trailing stop value. 0 - disabled.
  • Trailing_Step - trailing stop step.
  • Trailing_Start- necessary amount of points from an position Open price for setting a trailing stop.
  • Duration_minutes_after_open- necessary amount of minutes after an position Open price for setting a trailing stop.
  • open Buy for Tester- open the position of Buy in a Strategy Tester.
  • open Sell for Tester- open the position of Sell in a Strategy Tester.
For ease standard points are always indicated in the parameters (by the 4th digit). On five-digit brokers points are recalculated automatically.
 

Attachments

Try this for MT5

Trailing and SL TP MT5 EA
The utility places trailing stop, breakeven, stop loss and take profit.‌

It is necessary to allow automated trading in the terminal settings.

In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions.

Parameters
  • magic- magic number. If less than 0, positions with any magic number are tracked.
  • only_this_symbol- only chart symbol. Iffalse, positions of any symbols are tracked.
  • Take_Profit-take-profit.0- disabled.
  • Stop_Loss-stop loss.0- disabled.
  • Breakeven_Start- necessary amount of points from an position Open price for setting a breakeven. 0 - disabled.
  • Breakeven_Plus- increase a breakeven by a number of points.
  • Trailing_Stop -trailing stop value. 0 - disabled.
  • Trailing_Step - trailing stop step.
  • Trailing_Start- necessary amount of points from an position Open price for setting a trailing stop.
  • Duration_minutes_after_open- necessary amount of minutes after an position Open price for setting a trailing stop.
  • open Buy for Tester- open the position of Buy in a Strategy Tester.
  • open Sell for Tester- open the position of Sell in a Strategy Tester.
For ease standard points are always indicated in the parameters (by the 4th digit). On five-digit brokers points are recalculated automatically.

Nothing happens when click on ea,no window nothing! :)
 
Yes I think we can use trailing stop, but indeed will easy if use ea
but trailing stop not put taking profit
 
Nothing happens when click on ea,no window nothing! :)


it is FREE and you can also download from the MQL5 through the MARKET "tab" inside the Metatrader 5.

The EA will be download directly in a folder called Market, inside the EXPERT ADVISORS Directory of the MT5.


2020-03-11_211347.jpg
 

Attachments

  • 2020-03-11_211347.jpg
    2020-03-11_211347.jpg
    121.5 KB · Views: 698
After adding file, Experts tab in MT5 shows:

“Trailing and SL TP MT5 invalid license (538)”

And this EA is $30 on the market, it's not free.
 
Back
Top