Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Newdigital, please move if it in the wropng place.
I need help in finding an EA ,or a script (A script would be great), that will ONLY place a breakeven. Nothing more.
Can someone point me at one?
Thanks
__________________
It ain't the length of the trend, it's what you do with it!
I manually started a trade yesterday, and realized I wanted a way to set a simple breakeven after X pips.
I know there's more complicated things out there, but for now, this is a very simple solution to this problem when initiating manual trades.
Settings: after - How many pips do we move before setting the stoploss? test - When set to true, this will simply show you where your target is that must be hit prior to creating the stoploss. It defaults to true initially, so that it will not modify your orders until you want it to. profit - Breakeven + this many pips will be locked in, for those of us who can't stand having at least 1 pip (or 2... or 3...)!
Realize this is simply for manual trades, and thus it does NOT have any sort of magic number code, and will modify any trades on the given symbol.
I manually started a trade yesterday, and realized I wanted a way to set a simple breakeven after X pips.
I know there's more complicated things out there, but for now, this is a very simple solution to this problem when initiating manual trades.
Settings: after - How many pips do we move before setting the stoploss? test - When set to true, this will simply show you where your target is that must be hit prior to creating the stoploss. It defaults to true initially, so that it will not modify your orders until you want it to. profit - Breakeven + this many pips will be locked in, for those of us who can't stand having at least 1 pip (or 2... or 3...)!
Realize this is simply for manual trades, and thus it does NOT have any sort of magic number code, and will modify any trades on the given symbol.
Can this be easily incorporated into my EA?
If so what code do I need to put where?
Thanks
You can incorporate this into ANY setup with no modifications.
Put this on it's own chart, on ANY symbol, and it will modify all orders on that symbol to breakeven after <whatever> pips.
For example, if I have my own EA running entry criteria on EUR/USD, and put this on another EUR/USD chart, it will modify all EUR/USD orders. It will NOT touch a EUR/CHF or any other symbol. Only whatever chart it is running on.
This works fine as long as: 1. Your EA doesn't get possessive and try to change the stoploss. 2. You want every order on that symbol to be modified.
I'm working on a much more in-depth and complicated trade-watching EA, but haven't finished it.