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 am frustrated. I trade with IBFX...There are so many little problems with the order...like I just got a requote and that shuts down TFX...no more progressions. I have had to manually close TFX 100% of the time during these day's of testing from the very beginning until now, as while I am waiting for the progression there is always a little something that happens with an order error....
It's a shame, because the 0.01 lot increment is invincible....but the trade is longer in duration and can last over 24 hrs....with constant monitoring/execution by the EA.
why does the EA stop?..when there is an order interupption. Can't we beat IBFX at their own game?
wolfe, I know its a lot of work...but you got to direct the EA to interact with a text file...so that there is not an interupption...and so we can reboot our computers in the middle of a trade, when needed. The EA must be able to pick right back up where it left off.
I must stop testing now, until I here from you wolfe....also i need to know...am I the only one with this problem...anybody?
ES
Last edited by ElectricSavant; 01-16-2008 at 04:27 PM.
I am frustrated. I trade with IBFX...There are so many little problems with the order...like I just got a requote and that shuts down TFX...no more progressions. I have had to manually close TFX 100% of the time during these day's of testing from the very beginning until now, as while I am waiting for the progression there is always a little something that happens with an order error....
It's a shame, because the 0.01 lot increment is invincible....but the trade is longer in duration and can last over 24 hrs....with constant monitoring/execution by the EA.
why does the EA stop?..when there is an order interupption. Can't we beat IBFX at their own game?
wolfe, I know its a lot of work...but you got to direct the EA to interact with a text file...so that there is not an interupption...and so we can reboot our computers in the middle of a trade, when needed. The EA must be able to pick right back up where it left off.
I must stop testing now, until I here from you wolfe....also i need to know...am I the only one with this problem...anybody?
ES
I'm not sure why you are having these problems. You're right, there HAS to be something done to stop these things from happening. I do have a few ideas to try, but they will take a little time.
Sorry for your frustration. Sometimes these EA's can be tricky working out ALL the bugs. You have to account for all situations, many you don't think about until they come up in FORWARD testing.
First thing I will do is have it print a GetLastError() if an Ordersend() command fails. This will be a start in getting to the bottom of some of the problems. Also need to save ticket info as global variables. I think these ideas could solve the problem.
I'm not sure why you are having these problems. You're right, there HAS to be something done to stop these things from happening. I do have a few ideas to try, but they will take a little time.
Sorry for your frustration. Sometimes these EA's can be tricky working out ALL the bugs. You have to account for all situations, many you don't think
First thing I will do is have it print a GetLastError() if an Ordersend() command fails. This will be a start in getting to the bottom of some of the problems. Also need to save ticket info as global variables. I think these ideas could solve the problem.
I am currently coding EA so that if there is an error in the Ordersend() command it will get the error, print it, wait 5 seconds, and then re-try sending the Ordersend() command up to 5 times. This will help if the trade context is busy, or not responding. We should also know why it didn't execute.
I want to take a little time, and make sure this gets done right. So be patient.
awesome wolfe...I am not in any hurry...I am sure the others are not too...It's better to release your work after you test it and then we can dig deeper if you wish...
try to use IBFX if you can in your tests...
ES
Quote:
Originally Posted by wolfe
I am currently coding EA so that if there is an error in the Ordersend() command it will get the error, print it, wait 5 seconds, and then re-try sending the Ordersend() command up to 5 times. This will help if the trade context is busy, or not responding. We should also know why it didn't execute.
I want to take a little time, and make sure this gets done right. So be patient.