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 not tested that part of it yet...there was an alert screen problem...but then you fixed that and I never re-tested it...I will let you know when 1.3 is released.
for a BO entry that was a nice upgrade.
ES
Quote:
Originally Posted by wolfe
Thanks for the compliment. I hope this new version will operate much more smoothly than the previous versions.
Is there anything else I should consider while I'm messing with the code? How do you like the Use_Manual_Entry option from v1_2?
I'll probably post in about 24hrs, after I can test for a while after market open on Sun.
Excellent thread we are having here...i believe the way to go with this is to have small tp target and fixed steps lots increment and we should survive.
Excellent thread we are having here...i believe the way to go with this is to have small tp target and fixed steps lots increment and we should survive.
Eagerly awaiting v1_3!!
Looking forward to you helping the testing process.
My only concern is the apparent problem with trading orders stopping..
I've looked in the logs and journal, I see no error messages reported.
New version should hopefully fix this problem. I'll post it after a few hours of market open today. I want to test a little before posting. I'll still need help searching for bugs.
v1_3 will print to the trade log if the following errors occur while trying to place an order:
case 4: error_string="trade server is busy";
case 6: error_string="no connection with trade server";
case 128: error_string="trade timeout";
case 134: error_string="not enough money";
case 136: error_string="off quotes";
case 137: error_string="broker is busy (never returned error)";
case 138: error_string="requote";
case 146: error_string="trade context is busy";
case 148: error_string="amount of open and pending orders has reached the limit";
It should then re-try OrderSend() a set number of times, controlled through external variable Number_Of_Tries before it gives up and prints:
Print("Error opening Additional order : ", ErrorDescription(Error));
Time will tell if these new code additions will help the functionality of TFX.
v1_3 will print to the trade log if the following errors occur while trying to place an order:
case 4: error_string="trade server is busy";
case 6: error_string="no connection with trade server";
case 128: error_string="trade timeout";
case 134: error_string="not enough money";
case 136: error_string="off quotes";
case 137: error_string="broker is busy (never returned error)";
case 138: error_string="requote";
case 146: error_string="trade context is busy";
case 148: error_string="amount of open and pending orders has reached the limit";
It should then re-try OrderSend() a set number of times, controlled through external variable Number_Of_Tries before it gives up and prints:
Print("Error opening Additional order : ", ErrorDescription(Error));
Time will tell if these new code additions will help the functionality of TFX.
hi,
i am following this thread with great interest, now i am back testing ea using lot increment = 0, because i accoutn must survive.
can you post .set file ? ( to setup sl_percent tp_percent ...)
hi,
i am following this thread with great interest, now i am back testing ea using lot increment = 0, because i accoutn must survive.
can you post .set file ? ( to setup sl_percent tp_percent ...)
thanks in advance
giapel
Read the comments in the code for the external variables. This will help you.