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.
Something is funky with your install. Please download the zip file from the first post and reload.
Hi bluto,
I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
Ok...let me look at the code...there's probably a bug somewhere. I haven't seen this behavior on my end. This EA is very busy inside.
i would make sure to use a unique number for both the buy and sell magic numbers.
Magic Number generation is built into the EA as an automatic feature, both for the buy and sell cycles...you don't have to fiddle with that setting anymore.
I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
I think I found and fixed the bug with this. Download the updated zip from the first post and reinstall the included EA.
** Tweak **
I added a new true/false setting called "UseConservativeRSX_Signals" that is true by default. It enforces the 30/70 rule for RSX upturns/downturns if true.
but Bluto said it already does that;
"Magic Number generation is built into the EA as an automatic feature, both for the buy and sell cycles...you don't have to fiddle with that setting anymore. "
but magic numbers are static for each pair inside the code. the random number gen would provide a dynamic num each time the script is run preventing what are all too common magic num problems. and eliminate a big chunk of redundant code.
Last edited by blintzecure; 12-22-2006 at 11:28 PM.