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.
I'm trying to run 2 or 3 instances of this to manage a trade: one to open a hedge if a stoploss is hit; one as a break even, and one as a trailing stop.
Not having much success, seeing too many big moves that I get trailed out of & on the loss side the hedge doesn't open.
Does anyone have any winning combinations of presets to share?
I have finally found what i was looking for a great ea to manage my trades. However, seem to have problem understanding this break even and break even slide. Would be glad if someone could explain it. Read it somewhere here but cant get it
I have finally found what i was looking for a great ea to manage my trades. However, seem to have problem understanding this break even and break even slide. Would be glad if someone could explain it. Read it somewhere here but cant get it
Ha found the answer to my question. Indeed if you seek you will find. Wonder if the ea can operate in stealth mode hiding the tp and sl.
if:
Breakevenat = 15
Breakevenslide = 10
When you have +15 pips it will move the stoploss to 10 pips level.
If you want to move thestoploss to opening price when you have 15 pips ,you have to set:
Breakevenat = 15
Breakevenslide = 0
and use the "trailing stop" to manage next pips and stop loss leve
What it is:
Below, you'll find my Swiss Army EA. I've designed it so that it can manage orders in your MT4 terminal using a large variety of methods. Features includes breakevens, trailing stops, setting/removing for takeprofits and stoplosses, and many close-out conditions; you also have ability to tell the EA which orders it can manage. This EA is an attempt to do away with little scripts for deleting orders and whatnot and just put ALL that crap in one nice package. I figure this EA should be useful for manual traders, and may also to augment EAs that are skimpy on their features, although I cannot guarantee that it will be fully compatible with all EAs.
How to use it:
Apply it to a chart. The orders that it is allowed to manage can be changed by changing the "Specific" options. It will perform trailing stops, breakevens, or closing of orders (as specified by user) for whatever orders it is allowed to manage (also specified by user). For example, if Swiss Army EA is allowed to manage all orders and you enable the trailing stops to 30, it will apply a trailing stop of 30 to all orders in your terminal. The EA will print to the screen what it is allowed to do, so that should help you along in figuring out what it is doing. Each instance of Swiss Army can only hold a certain number of settings without causing conflict within itself. If you require many different management features to be enabled, you may have to run another instance of Swiss Army to do everything that you want. Remember: You need one CONDITION, one ACTION, and one ORDER TYPE, at least.
What I need from you, the user:
If you want to use the EA, but don't know how to get it to what you want, post and ask me about it. I'll be able to provide you with a list of settings to use if the EA currently supports it. Please leave feedback and tell me what kind of management options you'd like to see in future versions; feel free to post any scripts, code, or functions that you believe would be useful.
SWISS ARMY EA:
It does everything but place its own orders!
IMPROVED: The actions that appear under ths "Modify Orders" section can now modify pending orders
IMPROVED: TakeProfits and Stoplosses, when set, will be applied to any hedge orders that are opened by Swiss Army
CHANGED: TakeProfits and Stoplosses, when set, will be in relation to the order's open price, NOT the current price (as in v1.5)
NEW FEATURE: RequireAllConditions when selected, will require that all selected conditions be met before actions will occur. For example, if a drawdown of 1% and Time_Activation at 12:30 are selected, actions will occur if at 12:30, if there is a drawdown of 1% or more.
Questions and Answers for v1.51 (First time users should read this part):
Swiss Army DOES NOT trade. It does not place any order according to any strategy, nor does it use indicators for any reason. It's sole purpose is to "manage" trades that already exist on your account.
The trailing stop is always X pips BEHIND the current price, X being the number that you specify.
This is not how the Breakeven feature works. The Breakeven feature can only be activated once, and after that, it will no longer modify the stops.
Breakevens and TrailingStops are two different methods for managing the orders' stoplosses.
Because "BreakEvenAt" is at 10, when an order is profitable by 10 pips, its stoploss will be set to the open price (which will make it "breakeven") The "BreakEvenSlide" at 20 will move the "breakeven" point 20 pips higher than the order's open price, which, in this case, is not possible; therefore the "BreakEvenSlide" input must always be less than the "BreakEvenAt" input.
What it is:
Below, you'll find my Swiss Army EA. I've designed it so that it can manage orders in your MT4 terminal using a large variety of methods. Features includes breakevens, trailing stops, setting/removing for takeprofits and stoplosses, and many close-out conditions; you also have ability to tell the EA which orders it can manage. This EA is an attempt to do away with little scripts for deleting orders and whatnot and just put ALL that crap in one nice package. I figure this EA should be useful for manual traders, and may also to augment EAs that are skimpy on their features, although I cannot guarantee that it will be fully compatible with all EAs.
How to use it:
Apply it to a chart. The orders that it is allowed to manage can be changed by changing the "Specific" options. It will perform trailing stops, breakevens, or closing of orders (as specified by user) for whatever orders it is allowed to manage (also specified by user). For example, if Swiss Army EA is allowed to manage all orders and you enable the trailing stops to 30, it will apply a trailing stop of 30 to all orders in your terminal. The EA will print to the screen what it is allowed to do, so that should help you along in figuring out what it is doing. Each instance of Swiss Army can only hold a certain number of settings without causing conflict within itself. If you require many different management features to be enabled, you may have to run another instance of Swiss Army to do everything that you want. Remember: You need one CONDITION, one ACTION, and one ORDER TYPE, at least.
What I need from you, the user:
If you want to use the EA, but don't know how to get it to what you want, post and ask me about it. I'll be able to provide you with a list of settings to use if the EA currently supports it. Please leave feedback and tell me what kind of management options you'd like to see in future versions; feel free to post any scripts, code, or functions that you believe would be useful.
SWISS ARMY EA:
It does everything but place its own orders!
IMPROVED: The actions that appear under ths "Modify Orders" section can now modify pending orders
IMPROVED: TakeProfits and Stoplosses, when set, will be applied to any hedge orders that are opened by Swiss Army
CHANGED: TakeProfits and Stoplosses, when set, will be in relation to the order's open price, NOT the current price (as in v1.5)
NEW FEATURE: RequireAllConditions when selected, will require that all selected conditions be met before actions will occur. For example, if a drawdown of 1% and Time_Activation at 12:30 are selected, actions will occur if at 12:30, if there is a drawdown of 1% or more.
Questions and Answers for v1.51 (First time users should read this part):
Swiss Army DOES NOT trade. It does not place any order according to any strategy, nor does it use indicators for any reason. It's sole purpose is to "manage" trades that already exist on your account.
The trailing stop is always X pips BEHIND the current price, X being the number that you specify.
This is not how the Breakeven feature works. The Breakeven feature can only be activated once, and after that, it will no longer modify the stops.
Breakevens and TrailingStops are two different methods for managing the orders' stoplosses.
Because "BreakEvenAt" is at 10, when an order is profitable by 10 pips, its stoploss will be set to the open price (which will make it "breakeven") The "BreakEvenSlide" at 20 will move the "breakeven" point 20 pips higher than the order's open price, which, in this case, is not possible; therefore the "BreakEvenSlide" input must always be less than the "BreakEvenAt" input.
Day of Week selectable for Time_Activation
Specific Orders selectable as an "Order Type"
Margin Statistics on screen
Thank you ryanklefas very much for the very versatile EA! Could you please help me set up the conditions for the following case:
1. I'd like to hedge my open position immeditately (lets say my original position is a buy, it'd immediately open a sell position)
2. When the new hedging (sell) position is in profit (even +1 pip), I'd like to set a trailing stop at 30 pips (that means if the trailing stop is hit after a maximum of 1 pip gain, there would be a net loss of 29 pips in that case).