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.
Hi all! Long time no see on here. I have a request!
I'm looking for an EA. It may already be out there but I've searched high and low and can't find it. It should go like this.
I, like a lot of people, trade a breakout system as part of my arsenal. On some mornings I set both a buy stop and a sell stop pending order. I still want to do this manually and I can even include a comment. All I want the EA to do is when one of the orders executes, cancel the other order. That's it. Not when the first order hits tp or sl... whichever order opens first... cancel the other. And the EA should take into account the comment line so that it only affects pending orders that have the specified comment line (should be a variable).
Hi all! Long time no see on here. I have a request!
I'm looking for an EA. It may already be out there but I've searched high and low and can't find it. It should go like this.
I, like a lot of people, trade a breakout system as part of my arsenal. On some mornings I set both a buy stop and a sell stop pending order. I still want to do this manually and I can even include a comment. All I want the EA to do is when one of the orders executes, cancel the other order. That's it. Not when the first order hits tp or sl... whichever order opens first... cancel the other. And the EA should take into account the comment line so that it only affects pending orders that have the specified comment line (should be a variable).
Does anyone have anything like this already?
Thanks!
8
You may use ScheduleTrader_v1 EA from here http://www.forex-tsd.com/137361-post10.html
But in this case you must set the time and so on for pending orders, EA will open it, and then EA will delete opposite pending order. And as many pending orders as you want with your re-determine settings.
May be it is not exactly what you want but at least something.
Would somebody kindly whip up a script (or modify an existing script like "close all open orders") to do the following:
Close a partial % of all opened profitable trades. In other words, if I have 3 positions opened and the extern set to 50%, the following would occur upon execution of the script:
1. @ 4 pips
2. @ 6 pips
3. @ -10 pips
The script would close a total of 5 pips leaving the orders as such:
1. @ 2 pips
2. @ 3 pips
3. @ -10 pips
I have been looking for this up and down on TSD... there was a brief discussion about it but no follow through. Perhaps its not as easy to code as it seems.
P.S.
If my explanation is not clear, let me know and I will try to clarify.
I found this Close and Reverse Script here on TSD and was wondering if anyone might be able to add the following functions to the code.
Currently this Script will Close an open Position and immediately place a Trade in the OPPOSITE Direction with the same Lot Size as the Position it just closed. I am looking for someone who can modify this so that the Lot Size of the NEW Position can be entered into the Script as an External Parameter and also be able to set a TP Level in the Script.
Can you people inform me about some EA that closes all open positions if floating P/L goes below a predefined level?
Thanks
Here you go, I made this. Hope it helps. In the external parameter enter a number as a dollar amount for Take_Profit and Stop_Loss. This EA will execute according to the TOTAL VALUE of all open orders, it also deletes any pending orders.
I found this Close and Reverse Script here on TSD and was wondering if anyone might be able to add the following functions to the code.
Currently this Script will Close an open Position and immediately place a Trade in the OPPOSITE Direction with the same Lot Size as the Position it just closed. I am looking for someone who can modify this so that the Lot Size of the NEW Position can be entered into the Script as an External Parameter and also be able to set a TP Level in the Script.
Can anyone help?
Thanks
Dan
Can anybody help out with this request (SEE POST #46).....Any assistance is appreciated.
0 Close all the orders (instant and pending orders) - this is the default option which mean if you run the script and didn't set any parameters all the orders (instant and pending) will be closed. 1 Close all instant orders; instant orders mean the orders that opened at the market price. 2 Close all pending orders. 3 Close by the magic number. You have to set the magic_number variable. 4 Close by comment. You have to set the comment_text variable. 5 Close orders (instant orders) in profit and leave the orders in loss. 6 Close orders (instant orders) in loss and leave the orders in profit. 7 Close not today orders and leave the orders that opened today.
The other two variables which you can set are:
magic_number: Set it if you'll use closing option 3 - closing by magic number. comment_text : Set it if you'll use closing option 4 - closing by comment.
Enjoy yourself! and tell me your comment!
Can a Time to close be added to this so it can be set to close a set times?