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 make a few changes in the Your_Lucky_v1e Update, the last version is still v1e but there was little improvement.
I apologize in the file notepad "Read Me.txt" I made a mistake in the beginning and I upload my fix now.
please, get the update EAS Your_Lucky_v1e on page 1.
great guy, i ve uploaded d ea but did not place any trade both on live and demo and ve tried all my best but all to no avail, pls help me out as i needed to update u on d esult
Just forward test this early morning Your_Lucky_EURGBP_v1e on :
Poltex FX Demo Account : good result.
InstaForex Real Account : not opened at all.
Will try again tomorrow.
hi all,
i left the EA on my alpari account and its last night's performance was lower than its previous results. the EG spread was raised to 5pips..very shocking!!..is there a way to work around this?..if we reduced the TP to accommodate the spread, wouldnt that solve this problem..ODL's spread is still at 3pips....these brokers mean business...is it legal to just raise spreads like that??....
pls i really need a help, is it due to spread that doesn't make open any trade? and i loaded the indicator and the ea but still saw no trade and i even tried on my life with rdb settings but no trade kindly assist on what to do again because in d journal it loaded successfully. i really need as am to having your or anybody to help reply
Few? They say 10% of people in forex make money. How much is 10% of god knows how many millions of all forex traders and participants around the whole world? That is not few, but potentially millions. What is 10000 people trading an EA that has no guarantee to be profitable in long run VS 10% of God knows how many millions?
Do you realize how many people will drop this EA as soon as it hits periods of draw down, which it will. Guarnateed as back tests have shown? Do you realize how many people will drop this EA as soon as market changes and EA will be less profitable or not at all? People act like thousands can make a big difference in such huge global market like forex. Thousands can make a difference if they all go to same broker, sure, but its guaranteed that most people will apply it over many brokers around the world. Also 10000 people downloaded it and tested it, doesn't mean that all of them will put it on live account. I sure haven't, at least not yet. I know there are lots of shooting stars out there that can go out on you in a second. Whos to say that same won't happen with this EA, as good and profitable it has been so far.
From the one posted as source on post #1
Marked you lines that, when backtested, are giving results that are showing "the future"
If the one you are using currently uses the same logic, I am afraid you are going to get disappointed. The only advice is to take time for forward testing before going live
PHP Code:
for(int a=1;a<Bars;a++){ if(iFractals(NULL, PERIOD_M15, MODE_UPPER,a)!=0){ // 1st "future knowing" point LastUpFractal=iFractals(NULL, PERIOD_M15, MODE_UPPER,a); TimeOfLastUpFractal=Time[a]; break; }//end if }//end for for(int s=1;s<Bars;s++){ if(iFractals(NULL, PERIOD_M15, MODE_LOWER,s)!=0){ // 2nd "future knowing" point LastDownFractal=iFractals(NULL, PERIOD_M15, MODE_LOWER,s); TimeOfLastDownFractal=Time[s]; break; }//end if }//end for
for(int v=1;v<Bars;v++){ if(iFractals(NULL, PERIOD_H1, MODE_UPPER,v)!=0){ // 3rd "future knowing" point LastUpFractal_H1=iFractals(NULL, PERIOD_H1, MODE_UPPER,v); TimeOfLastUpFractal_H1=Time[v]; break; }//end if }//end for for(int w=1;w<Bars;w++){ if(iFractals(NULL, PERIOD_H1, MODE_LOWER,w)!=0){ // 4th "future knowing" point LastDownFractal_H1=iFractals(NULL, PERIOD_H1, MODE_LOWER,w); TimeOfLastDownFractal_H1=Time[s]; break; }//end if }//end for