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.
for while we develop Your_Lucky first, after the EA is completed (Final Version) I will share the second EA Thunder4WD
Thank You My Friedn...
Be my guess Pak Daeng, your first Thunder its very good but small qty in open position's, i dont know what happened but i'll test it a month. I give you 5 star
I tested your EA ( version 1c ) and it did work on demo account ( with ODL ) for 3 days now and it is so far profitable ( but it did take some loses on the way )
a small correction to your EA on on the section where you calculate myPoint - since the is no selected order , the orderSymbol will return nothing so you get a lot of "division by zero" and the EA dont really work
try the following code - ( Point is the currency value of a single pip on the current symbol )
mypoint=0;
if (Digits == 5 || Digits == 3)
mypoint=10* Point ;
else
mypoint=Point;
this new version works even better ( on back-testing ) will give it a run in the coming week and see how it plays
it looks very similar to what the leader of the meta quotes - Automated Trading Championship are doing ( albeiks and prizmal ) did you get your idea from them ?
I tested your EA ( version 1c ) and it did work on demo account ( with ODL ) for 3 days now and it is so far profitable ( but it did take some loses on the way )
a small correction to your EA on on the section where you calculate myPoint - since the is no selected order , the orderSymbol will return nothing so you get a lot of "division by zero" and the EA dont really work
try the following code - ( Point is the currency value of a single pip on the current symbol )
mypoint=0;
if (Digits == 5 || Digits == 3)
mypoint=10* Point ;
else
mypoint=Point;
this new version works even better ( on back-testing ) will give it a run in the coming week and see how it plays
it looks very similar to what the leader of the meta quotes - Automated Trading Championship are doing ( albeiks and prizmal ) did you get your idea from them ?
Hello orihart,
Your_Lucky_v1c still many mistakes in the code and some senior citizens in this forum give to me instructions to fix the bug, the result is v1e now, please re-test, and sorry for errors in the previous version.