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 have the pending orders script attached below, but I don't know how can I attach the trailing stop function. Please help me.
The script creates 2 group of pending orders, each one has its own parameters. I want to put fixed trailing stop to the second group, because I'm tired to do this manually.
I don't want to use a trailingstop EA. just the modification of the script or another script.
My system is explained here, if someone is interested on it: Pending grid system
Please someone help me to make EA basic from this indicator.The order for buy or sell are in the next opencandle after the cycleidentifier was confirmed.Thank`s
Hello to all. I have a question about sending e-mail through metatrader trading platform.
I have wrote an EA which send me mails when it OPEN buy or sell order with TP and SL predefined. But, I don't know how to send mail when TP or SL are reached.
Does Metatrader have an option about sending mails when it happens.
Thanks in advance.
Hello to all. I have a question about sending e-mail through metatrader trading platform.
I have wrote an EA which send me mails when it OPEN buy or sell order with TP and SL predefined. But, I don't know how to send mail when TP or SL are reached.
Does Metatrader have an option about sending mails when it happens.
Thanks in advance.
Assuming you know the ticket number of the open order, just use the EA to detect when the order closes - OrderCloseTime() function will return a non-zero value when this occurs - then send the email as normal...
at the end of my testing, in the TYPE column said that the position "CLOSE AT STOP", what this mean?? is it a problem??
No problem, it just means the backtester has closed out any open orders that may exist, so that any open profits/losses are included in the final account-balance results...
When the test is finished, the tester have to close the opened order where it is.
FerruFx
Quote:
Originally Posted by omelette
No problem, it just means the backtester has closed out any open orders that may exist, so that any open profits/losses are included in the final account-balance results...
wow... hi FerruFx and omelette, thanks for yours quickly reply
Assuming you know the ticket number of the open order, just use the EA to detect when the order closes - OrderCloseTime() function will return a non-zero value when this occurs - then send the email as normal...