Hello, traders, I found a cool trade management EA. It’s a break even Expert Advisor for the free MetaTrader 4 Forex trading platform. This EA allows you to set an amount, in pips, to trigger the EA to move your stop loss to break even, which helps with money management.
I use this break even Expert Advisor all the time, so I thought you guys might find it useful.
Unlike any other break even EA that I tried, this one allows you to set a custom break even point (lock in pips). You can lock in positive or negative pips.
This is useful because most break even expert advisors don’t allow you to factor in the spread cost. With this EA, you could lock in +3 pips, for example, to cover your spread and/or commission costs.
In the picture below, I have the EA set to move my stop loss 2 pips into profit once the “trigger” or 40 pips of profit is reached.
LockInPipsAt – This is the amount of pips you want price to move into profit before the EA moves your stop loss to break even.
LockInPips – This is the setting that I spoke of that allows you to lock in your desired amount of pips once the break even action has been triggered.
Note: As I mentioned earlier, you can also lock in negative pips. For instance, you could set this EA to lock in -4 pips once break even event has been triggered.
I don’t personally do this, but I know of other traders that sometimes adjust their stop losses, while not quite bringing them to break even. The idea is to leave the trade more room to move while taking some of the risk off of the table.
Trades – With this setting, you can scale out of your trade. A setting of 1 means that your stop loss will be moved to break even only. A setting of 2 will close half of your position when the stop loss is moved to break even, and the other half when your “LockInPipsAt” value is reached again. You can adjust this value up to 3 at the most.
Example: You set “LockInPipsAt” to 40 and “Trades” to 3. If price moves 40 pips in your favor, the break even event is triggered and half of your positions is closed. If price moves an additional 40 pips (80 pips in total) in your favor, half of the remaining position is closed. If price moves an additional 40 pips in your favor (120 pips in total) the remaining position is closed out.
A text message with your chosen trigger, profit lock, and (if activated) scale out values is displayed at the top of the chart. The FontSize and FontColour values control the visibility of the message.
Before anyone asks, I’m not entirely sure what ModifyTrades and ModifyTrade3 do. I’ve tried adjusting these both before, but I haven’t noticed any difference in how this break even Expert Advisor works.
I only use this break even EA to move my stop loss to break even (+2-3 pips), according to the rules of my trading system. I never use it to scale out, so you may have to experiment a bit to fully understand all of its features.
In order for the BreakEven_v2 EA to alter your trades automatically, you must make sure that “Allow live trading” and “Allow DLL imports” are checked under the Common tab of the break even EA (see the image above).
You can check these settings when you drag the indicator onto your charts, or you can pull up your EA “Properties” (Right-Click > Expert Advisors > Properties or F7) if the break even Expert Advisor is already attached to your chart.
To make sure these setting are always checked by default when you add any new EA, go to your MT4 “Options” (Tools > Options or Ctrl+O). Make sure “Allow automated trading” and “Allow DLL imports . . .” are checked.
Finally, make sure the “AutoTrading” button is activated (Ctrl+E) at the top of the platform. If everything is working correctly, you should see a smiley face next to the name of the EA in the top-right corner of your chart.
Installation Instructions:
- Download and extract the BreakEven_v2 EA.
- Place it in your “Experts” folder (File > Open Data Folder > MQL4 > Experts).
- Restart MT4.
- Open your “Navigator” window, if it’s not already open (Ctrl+N).
- Drag the break even EA onto your chart.
- Adjust the settings (see the instructions above) and colors, if needed, and hit the “OK” button.
- Make sure Auto Trading is enabled (Ctrl+E).
The beauty of this break even EA is that you can apply it to your chart and walk away. If you’ve been reading for a while, you know I hate to sit in front of my charts for too long. That is one of the reasons I switched my main trading system to Day Trading Forex Live.
No matter what timeframe you trade on, this break even Expert Advisor can help save you time and effort while keeping your trading system as accurate and mechanical as possible. I hope you guys find this free break even and trade management EA as useful as I have over the years. Please share and comment!
This is a perfect tool for me. I only have one problem. Could you please alter it to include a stop loss as well when I enter a trade? Thanks in advance!
Kind regards – Jan
Jan, thanks for your comment. I agree this is a great EA. I use it all the time. Unfortunately, I did not write the EA, and I don’t yet know how to edit and write these. Your idea would be a good addition to the script.
You could take this script to a freelance work site (like Vworker.com or Elance.com), and have an expert on Metatrader 4 EAs or MQL programming customize it for you.
Hi,i want to know if it will work during news releases.?
Yes. I’ve used it during news releases. The EA will work, as long as your broker allows it.
Thanks for providing info about this EA and the drag and drop SL/TP EA. I really appreciate it.
All the best to you,
Greg
Thanks for the kind words, Greg. I’m glad I could help you.
Thank you Chris for sharing this
Does it still work fine with you ?
Yes, sir. Still works.
That’s strange. I’ve never run into that issue. If you’re having trouble getting this EA to work correctly for you, you might try https://www.fxdayjob.com/drag-and-drop-levels-mt4 (Edit: this page no longer includes an EA).
Hi.
Do you know any EA which is able to move break even into negative?
Thank you
Maybe I’m misunderstanding you, Rob, but this EA will lock in negative pips.
hi, i have just downloaded this EA to use but it will not let me attatch to any charts? Also, i have looked and compled it in Metaquotes editor to check for issues and it tells me that “use of decompiled EA’s is prohibited”/
Any help on resolving this issue would be most welcomed.
Thanks
Ian
I’m not sure what the problem is. I’ve never run into this issue, and thousands have downloaded this EA with no problems.
Does your broker allow the use of EA’s? Not all of them do. Also, if you edited anything while looking around in the Metaquotes editor, you would have to recompile the code before it would work (assuming you didn’t edit out any of it’s functions). You might try downloading the EA again.
Well, I got this one working now. I’m still working on the others.
What is the purpose of ModifyTrades and ModifyTrades3?
Thanks for your sharing
It has to do with the scaling out feature. I don’t personally use this feature in my own trading, because in DTFL we just shoot for 2:1 reward-to-risk (typically 40-50 pips).
I always leave both of these set to “true”.
Hi there, i have placed this ea in my expert files of the mt4 but cant figure out what to do next. You talk about making sure the settings are correct but where do i find this. You also say we can drag and drop this on the chart. Can you explain how to do this please
Many thanks
If you’ve put the files in the right folder, you should be able to open MT4 and see BreakEven_V2 in your experts folder on the left. If you see it, simply click and drag it onto your chart. That’s when the options will pop up for you.
Make sure your “Experts” button at the top of MT4 is on, and it should work. If not, you may have to go to Tools > Options and make the adjustments that I mentioned above. Hope this helps.
Hi there
i have downloaded the ea and put it in my experts folder on mt4 but dont know where to go from here, can anyone run me through step by step please? the directions above are not that clear.
Thank you for the EA! If I have several trades open, in different pairs, and I attach this to EU, will it only move the SL on the EU trades? The pips value is input in the same manner for both 4 and 5 digit brokers? For example, value of 20, for really 20 pips? (some EA’s need adjustment, otherwise, it’d use 2 pips instead of 20). Thank you
You’ve probably already found out for yourself by now, but the answer to your first question is: yes, this EA only affects the chart you have it attached to.
As for your second question, I lost the ability to us this EA when I updated MT4. I don’t remember if there is a setting for that or not. You’ll have to mess around with it.
Edit: This EA is working fine with current MT4 versions.
I can’t attach to graphics, I don’t know why I use several EA , this is the only one that I can’t use. MT4 Version 4.00 build 1260 year 2020
Thanks for the input! But I’m having a problem!
I want the EA to close half of my position after a
certain amount of pips in my favour and move SL to breakeven. Sometimes it
seems to work. But other times it does something weird. It closes the first half
like I ordered, but immediately scales the remaining half in a few more
positions and closes them right after. Doesn’t let the second half position
opened and the SL in the breakeven.
Can anyone help?
Thank you!
I’m not sure about that. This EA could be conflicting with your version of MT4. Like I mentioned above, I lost the ability to use this when I updated to the 600+ builds. With that in mind, if you like these old EAs and indicators, don’t update!
Edit: This EA is working fine with current MT4 versions.
hi..thanks for sharing.does the ea will make virtual top loss ??my broker will not allow to make stop loss more than10 pips above..this.ea will be perfect if the stop loss made virtually..so OP will close by ea
If you can get this old EA to work (you’re using an old MT4), then yes, this would work for you, because it does not drop a stop loss in until a predetermined amount of pips are made (that you set). This EA doesn’t work on the new builds of MT4 though. Sorry.
Edit: This EA is working fine with current MT4 versions.
Usually the most simple EA´s are the best. Tnx for sharing this one, very usefull. By the way I have MT4 build 765 and it works perfectly..
Awesome, Jp! I’m glad it works for you. This EA is one of those that I recompiled a while back, but I had some problems with it in a later build, so I gave up on it. Maybe it’s working for everyone again.
Merci.
You’re welcome.
Chris, Can you please tell me how will know if the advisor is working apart from the smiling face on the upper right side of the graph. How do I find how many live trades the system made and if necessary how do I close them manually..
Is there any way to find how much profit the system made.
Ra, this EA is not a trading robot. It will not enter any trades for you. It is only a money management tool.
Hi Chris, your EA is perfect! 🙂
Thanks a lot
Regards
Just one thing.. Do you know what are the options “ModifyTrades” & “ModifyTrade3”?
Thanks
Regards
Thanks for commenting Paolo. I’m glad you found this EA useful. I didn’t create this, I just found it useful at one point. I haven’t used it in a while either. I don’t remember what “ModifyTrades” and “ModifyTrades3” does. I was thinking it had something to do with scaling out, but I don’t remember for sure. I never used that feature.
I have a silly question guys. If I enter a position on my mobile device through MT4 will this auto stop loss breakeven EA work? I’m assuming not because I know most years don’t work if you place the trades on your mobile device.
I won’t work if you’re only using the mobile MT4, but it may work if you have it on a real MT4 chart and then open a trade using the mobile MT4. Not sure if that’s what you mean or not. I’ve never tried that, BTW. I’ve never used the mobile MT4. It could work, though. Let us know if it does.
Hello Cris,
would this EA work with another EA, or it is only meant to handle manual trading? would it work on multiple pairs?
Thanks
Like all EAs, it will work on multiple pairs at a time, but you can only place one EA per chart. Sorry, no stacking of EAs yet.
Hi Chris,
Simple and great EA, thats sure! But I wonder how the EA can run on multiple pairs without “magic number”.
How the EA can manage the open trades if there is no different magic number for each chart?
Thank you so much in advance.
Frank
I’m not sure that would matter, unless you’re trading multiple time frames of the same symbol – all of them with the same EA applied.
I never did that with this EA, so I’m not sure how it handles it. I also rarely have more than one trade open at once. I depends on the system that I’m using.
Hey there,
Nice script, one question, when price gets near my numbers it makes an annoying squeaking sound, how do I stop this?
I have unchecked alerts inside the properties but ti still makes this terrible noise.
Hear from you soon.
Thanks
Dane
Hello Dane,
Sorry that I missed this one. I get a lot of spam, and haven’t been too diligent lately. I haven’t used this indicator in a while. When I did, it was because I was going to be away from the computer while a trade was on, so I’m not sure if I ever noticed what you described.
I’m making a note to try this out next week. You might be able edit the file to remove the code that causes the alert, if nothing else works.
Well, I did use this indicator on the one trade that I took last week. It worked like it should, and I immediately remembered the squeaking sound.
It only happened once for me, because I had it setup to move my stop to +3 pips after my trade got to 1:1. It never made another sound for me. I had the alerts checked (I left everything default other than my break even rules).
Like I said before, you might just have to edit out code for the alert sound, if you can’t live with it. I actually found this EA to be pretty useful as is. I’ll probably start using it again.
Hi Chris
and thanks for your EA 🙂
Just one thing.. I’m using MT4 ver 4.o0 build 950.. Can I use your EA? If the answer is no.. do you know where can I download the MT4 old version (build 600)?
Thanks in advance
Regards
Paolo
Hello Paolo,
I thought you were already using this one. Anyway, I’m not sure what versions it will or will not work with. I had to edit this one a year or so ago to get it to work with the newer versions of MT4, and I don’t have the original file anymore. Sorry.
Hi chris I just wana know wht are the options if I dont want scale….only want to breakeven and lock few pips
Hi Glads,
Thanks for the comment. It’s funny that you asked this question. I was planning to update this article today, and I’m going to cover these options in more detail.
All you need to do is change “Trades” to 1 (to avoid scaling out). Change “LockInPips” to the amount of pips you want to lock in. Change “LockInPipsAt” to the amount of pips price needs to move in your favor before the EA moves your stop loss to break even (+LockInPips).
Hi Chris,
Does this expert advisor move the stop loss to be after the set number of pips for all trades, or only for the chart that the advisor is on? I’ve been looking for a ea that can do what you say this ea does for all of my open trades. I run other auto traders to take my trades on several different types of pairs throughout the day.
Hello Cody,
This EA only works on the chart you have it applied to. That’s good for the way I use it because I often use different stop losses and take profits from trade to trade.
If you’re trying to run multiple EAs, obviously you can’t run them on the same chart. The solution is to open multiple charts of the same currency. For instance, you open two GBPUSD charts, one with this break even EA, and another with your other EA.
Hello Dane and Chris:
I too had the problem of the squeaking mouse sound. In fact it was more like a thousand mice squeaking at the same time, none stop 24/7. When the sound started I had no idea where it was coming from. I thought my laptop was biting the dust. I had 4 different mt4 platforms running, all with different indies and ea’s. After some epic investigation that would put Sherlock Holmes to shame, I finally tracked down the noise to one particular mt4 platform. The EA at the top of this page is an exe file so It can not be edited. I found a mq4 version via a google search. I edited the file by deleting “alert.wav” from the code and instantly the noise stopped.
Hope this helps anyone else having the same problem.
Regards,
Ian
Hey Ian,
Thanks for the comment. I’m glad you got it figured out. I did mention, when I replied to Dane, that he could edit out the alert sound code. Thanks for mentioning the exact file, BTW. That’s useful.
However, I recently updated this article. When I did, I re-uploaded the file because I’ve edited it slightly for a cleaner display. I actually have both files but for some reason I only uploaded the new .ex4 file. Thanks for bringing this to my attention. I’ve made a note to change the download to include either include both files or just the .mq4. That way, you guys can edit it if you need to.
Edit: The download is now the .mq4 file, so it can be edited. Thanks again, Ian.
Dear,
This is very good information,However what is the major difference with the trailing stop loss or is there option of including a trailing stop loss function?
Thanks for your good word
Thanks for the comment, Brian. This indicator doesn’t do trailing stops. It can move your stop loss to break even (while locking in some positive or negative pips if you like) and it can scale out of your trade.
I wrote about how to use a trailing stop loss here: https://www.fxdayjob.com/trailing-stop-loss-mt4
A trailing stop loss keeps moving as price moves. A stepping stop loss is similar, but moves in increments (readjusting every 10 pips, for instance).
…yeah… but what if you fell asleep and your MT4 turned off? Is there a solution to this?
If you’re honestly worried about that, you could turn your computer’s energy saving features off while you’re trading.
Hi Chris,
Thank you so much and really appreciate for sharing this EA, but i would like to ask, does this work on multiple open trades or just one?
Cheers,
-Dimas 🙂
It can work on multiple open trades as long as the trades are not on the same currency pair.
Hi Chris,
Is it possible to use this EA as step trailing stop? Lets say once it reaches 75 pips is it possible to lock 50 pips as “break even”?
Sorry I missed this question. Yes, you can use it that way.
Really not clear about the difference between this EA and the trailing stop loss. Also, is it possible for this EA to LockIn say 2pips immediately after the slightest profit margin so that even if the profit doesn’t get to the projected pips stated in LockInPipsAt value, you are sure to LockIn your transaction cost atleast
This indicator doesn’t trail price. It’s primarily used to move your stop loss after a certain amount of pips that you set. For instance, you can lock in 2 pips above entry after price has moved 10 pips. Both values are adjustable.
You could lock in 2 pips immediately by setting “LockInPipsAt” and “LockInPips” to 2, but you would almost certainly be stopped out immediately.
hi i want to know whether this indicator only work on trades which is open already or should i load the EA before i open trades and during fundamental announcements does it work.
It can work either way. I keep it on my charts and adjust the parameters as I enter a new trade. If your broker allows you to trade and use EAs during high volatility fundamental announcements (which is what I believe you’re asking about), you should be able to use this one. I’ve never had a problem with it.
Hi Mr Chris those this EA robot works for small account like $50? Account
It will work on any MT4 account as long as your broker allows EAs.
Great EA. But i have one question: Does it only work in the order where the EA is inserted or will it interfere with all my other open orders?
I believe that if you have multiple open orders on the same currency, this EA will affect all of them. However, we cannot trade that way here in the U.S. anyway because of FIFO, so I don’t know for sure.
Hello,
I just installed this EA. I didn’t see any smiley face on the chart I attached it unto but a text stating the profit and lock in pips. Is this ok
The name of the EA and smiley face are locked to the foreground color in your chart properties. If that color is similar to your background color, it may be hard (or impossible) to see. If that’s not the issue, then I need more information. Are you seeing a frowning face in the upper-right hand corner? Have you followed the steps detailed in this article?
FYI, the message that you’re talking about will display regardless of whether or not the EA is activated.
question does it have to be on the same chart to lock in pips for that trade, for example euruad. i dragged it on after the trade was in profit because i was trying another ea but it did not work. and what does Modifytrades3 mean? and modifytrades?
Make sure you have “Allow DLL imports” and “Allow live trading” selected as shown in this post above. It shouldn’t matter which chart you add it to. Also, as I mentioned in the post above, I never figured out what ModifyTrades and ModifyTrade3 do. This EA still works fine for me. I only use it to move my stop loss to break even, though. I don’t use it to scale out of the trade.
Will the EA work with stop and limit orders or will it only work with market entries?
It will work with either entry type.
Hi, if I have this EA set up on my lap top but I place the trade from my mobile will it work? Thanks
I can’t say for sure. I don’t trade from my mobile phone. I believe if you have MT4 open and the EA applied to your charts ahead of time, it should work.
hello sir, i love the EA on my mt4 any simalar for mt5?
I don’t use MT5, so I can’t say. Generally, there are far more indicators and EAs for MT4.
Hi, Friend, thanks for sharing this EA, could you tell me which configuration you use and if it has given you good results?
PitoRock there is 50 posts above that tell you all this.
The way you’re going to use it is going to depend on the rules of your trading system. I use this with the DTFL system. I have it set to move my stop loss to break even if the trade goes in my favor for 60% of my total take profit.
For instance: If I set a 40 pip take profit, I have the EA move my stop loss to break even if price goes in my favor for about 24 pips (60% of take profit). That has worked well for me.
Hi, Thanks for the indicator, it’s a great tool, but if you let me note if a magic number is added for it,
thank you
This EA does not use a magic number.
Why is that the EA didn’t trigger when it reached 40 pips. I set my TP1 at 40 pips. There is a smiley face on the top right beside the EA name and the platform is set at auto trading. Please help. Thanks!
Hello Jay,
This is not at take profit EA. Maybe you meant to type something else. You should have the LockInPipsAt variable set to 40 if you want the EA to move to break even at 40 pips in your favor.
Also, keep in mind that it’s possible during a sell trade for price to barely reach 40 pips in your favor, yet the spread was wide enough at the time to not trigger the EA.
In other words, while price may have reached 40 pips in your favor, you’re profit may have only been 38 pips (give or take) because of the ask price. In a sell trade, you enter at the bid price and exit at the ask price.
Hi Chris,
Thanks for your reply. I did set to 40 the LockInPips. The price has even reached 180 pips but I didn’t notice any trigger.
Does this EA work in cooperation with EA attached to the same chart? Not sure if that’s possible, but just wondering.
Sorry for the late response. I’ve been busy with family/holiday stuff. You can use two or more EAs on a single pair, but you need to open a separate chart for each one you attach. Also the EAs can’t perform conflicting actions or you’ll run into problems.
Do you need to keep your laptop powered on and MT4 up in order for this EA to work or can you have your laptop off and MT4 closed down and it will still execute?
Your laptop and MT4 would need to be powered on and running respectively for the EA to make changes to your account.
sir will this ea work if i set a vps and i order trades using my phone?
I’ve never tried that, Bryan. My guess is that it would if your VPS is running MT4 and the EA.
Hello Chris,
I just try this EA but still not able to backtest it. It just show the zero records.
How can we back test it ?
Hello, Zac. I don’t think you can backtest this kind of EA. In any case, I’m not the right person to ask. I don’t do backtesting in any real capacity. If I’m testing a new system or technique, I’m always manually forward testing.
Hi Chris .. thanks for EA .. but how to disable beep like sound which beep after move on every single pip . its really irritating me
Very consist and detailed information.
Thanks for sharing
Thanks for reading. Glad I could help.
Chris, This is exactly what I was looking for… you are awesome thanks!!
Great! I’m glad I could help you, Jake.
hi there, let me ask one question
well i am unable to put all setting together.
message appear that BreakEven_V2 is not a expert
and one more thing that from which setting we may adjust trade volume?
I think the setting you’re looking for is the one labeled “Trades.” Refer to the article for more.
Will this work for multiple trades on the same pair separately? For example if i entered two separate positions on EUR/USD will the EA work separately with each? Also If i entered a trade off the MT4 app on my phone would this EA still work since my account is linked to my MT4 on the computer? Lastly is there a way to edit out the alert noise i cant seem to find it in the code? If so what does it need to be changed too. Thanks!
Hello Vin,
It should work. You’ll obviously have to put it on 2 separate charts, but I think this will work. However, I cannot test that in the U.S. You’ll have to let me know how it goes.
I’m not sure about the alert noise. I think I took it out with a code edit once, but I may be thinking of another indicator. There has to be a line in there that you could edit. Good luck!
anyway to adjust the amount taken off ? ;looking to take of just 25% at each stage rather than 50%?
You’ll need to edit the code. Sorry for the late response.
I tried adding this indicator and followed the instructions but it didn’t seem to work.
You may have an newer version of MT4 than me. You’ll probably have to edit the code.
Chris, this EA doesn’t trigger a take profit? It only moves the stoploss to a fixed value (trailing stoploss) to make it a breakeven? I need to still manually close my trades. Is my understanding correct?
If I entered a trade and I am totally wrong and the trend went against my trade, how will it break even? Or I will still lose money in a preset amount?
Thanks for the reply in advance.
You should always be trading with a stop loss, Sherwin. That’s how you predetermine your risk. This EA can lock in some pips after price moves in your favor by an amount that you determine.
For example: You pull the trigger on a trade and your target is 40 pips. You’re stop loss is 20 pips. You could then set this EA to move your stop loss to breakeven if price moves in your favor 20 pips or so.
You can use the “LockInPips” value to have the EA move to breakeven + 2 (or 3) to cover your spread cost.
You can also the “ModifyTrades” and “ModifyTrades3” values to allow the EA to partially close (or scale out) your trade.
It’s been a while since I’ve used this EA, and I never really used the scale out feature, so you’ll have to experiment with that. I have traded systems that required scaling out, but I wasn’t using this EA at the time.
Sorry for the late response. I hope that helps.
Dear Chirs,
Would share the EA I did not find it,
Clinking on the link under “Installation Instructions” will initiate the download. You have to go find it in the folder that your system downloads files to. For me it goes straight into my “Downloads” folder.
Has anyone found a way to leave take profit 3 open?
I believe it is designed so that if you set “Trades” to 3 and “ModifyTrade3” to false, it will leave 1/3 of your position open.
I think it does not work with sell stops/buy stops right?
It should work with any type of entry as long as you have it turned on and attached to the correct chart.
Ciao Chris, you’re one of the best! I found your site last night and i am going to enjoy all your contents. Congratulations for your job! Chris, a quick one, i’ll test BreakEvenEA on one of my MT4 demo starting from tomorrow night but my question is: the value is actually in Pips or it’s in points for MT4? Sorry if you have already posted a message about it, i don’t find information but maybe i am not finding the post. And also, do you know if this EA works fine on MT4 version 4.00 build 1260 24jan20? Many thanks for your kind reply. Ciao. Fab
Thanks, Fabio, for the kind words. I’m glad you’re finding my site useful. The values used by the EA are, of course, in pips. Maybe I’ve misunderstood your question.
As for compatibility with your MT4 version, I’m not sure. You’ll have to try it for yourself. I’ve been using TradingView for a while now.
Hi!, just tryed it. I didn´t really understood what is “LockInPips” for.
I tryed it with that value in 0 but it didn´t move the SL to Beakeven.
Maybe could you say an example so I can see i? 🙂
Thank you very much and sorry for the question!
Nacho
“LockInPips” is the value past breakeven you want the EA to move your stop loss to. The EA will only move your stop loss to breakeven after the market has gone in your favor for the value that you set in “LockInPipsAt”.
For instance, you could set the EA to move your stop loss to breakeven after 40 pips by setting the “LockInPipsAt” value to 40. You could also have the EA move your stop loss past breakeven, by say 2 pips to cover your spread cost, by setting the “LockInPips” value to 2.
Hope that helps. Good luck!
Hello Chris, Does this EA automatically move your stop to break even or is it just an alert to manually do the action yourself? I’ve got the EA, but all that seem to happen is an alert sound when the desired inputs reached.
Just wonder is there something I’ve not done currertly?
Thank you for your time,
Jack
Yes, Jack. It is supposed to move your stop loss to break even. Make sure you have your MT4 set to allow your EAs to adjust your levels, enter/exit trades, etc.
It seems not working when you change your SL value with new number?
Why would you have the setting LockInPipsAt 40 LockInPips 2?
Why would you not just set LockInPipsAt 42?
“LockInPipsAt” tells the EA when to move your stop loss.
“LockInPips” tells the EA to move your stop loss past break even (most commonly used to cover your spread cost).
Hello, just discovered this gem. Thanks
Does it move SL to TP1 if TP2 was hit?
Thank you
If I remember correctly, it only moves the stop loss once. Those other settings are used for scaling out.
Thanks Chris for this useful EA. Could you please explain what you mean by scaling out? If I have a target of 120 pips, is the EA able to close every 40 pips or 40 pips, then 80 pips and 120 pips?
That’s exactly what scaling out means.
Hello, is it required to be added to every traded chart or in one chart will handle all trades. Just tried it and realised that doe not work for gold
You have to add it to each chart you want to use it on.
Hi, Do you know if its possible to modify the % of closing partials? Instead of being 50% of the position to be, 80%
Sounds like you want to add a feature. Feel free.
Hey there, if I have this EA on the chart and choose to take a trade on my mobile device will the ea still activate and move SL to BE?
Yes it will, as long as you have the EA running on a chart on MT4 on a PC that is always on.(or VPS)
Thanks!
Hey, often i scale into positions, if i set this EA up before i enter any of them, will it work for all positions? Or do i need to set it up AFTER i’m in all of my positions?
As long as you have it activated on a chart of the pair that you’re trading, it will modify your trade on its own.
Thanks for your EA. I have a question, I just want to cut half position at pips, but dont want to BE. I have tried to set BE value like -10 as the sl value I set before, but it did not work! It closed all position. Do you know a solution for that? thank you.
I don’t think you can do that with this EA.
This EA is f*cking awesome !! Thank you very much !!!
Glad you found it useful, Chris. Sweet name, BTW!
What does the “Allow Modification of signals settings” do?
That shouldn’t matter to you unless you’re using a signal copying service. It has to do with subscribing and unsubscribing to signals.
Hello Chris,
Just to clarify. After installing this EA on my chart I still have to manually initiate a trade with my SL and TP?
Hey, Edward. Yes. You still have to manually open a trade. This EA will simply move your stop loss to break even according to the inputs you give it.
It doesn’t matter if you enter your stop loss as you open the trade, afterward, or even use MT4s built-in drag and drop feature to set it on the fly.
Hope that helps. Good luck!
its nice . But when 2-3 trade (contract) running in one pair then its not working well.
its not manage multi-pal contract break even. plz updated this
thank for sharing it.
I didn’t create this EA. I just shared it. You’re welcome to add any functions that you need for your own trading.
hi can we have close 70% position on first target?
You’d have to program that feature.
Hello, I’ve searched and searched some more for this EA and finally found it again after some years have passed. Thanks so much for keeping it available!
Hello CHris,
Thanks a lotfor the share. It is really helpful. I have been looking for something like this.
Do you know of any EA that would trail the TP just like trailing SL?
I don’t want to limit my TP and let it run to the max achievable, also I don’t want it to go back to breakeven.
Please inform if you know of some EA or feature to do this.
Regards
It doesn’t work for me when I place an order for sale, for buy it works perfectly, has the same thing happened to someone else? and how did you solve it? I already checked all the settings and everything is fine
Hi, is there a latest version? the v2 version only works for long trades?
Thank you