You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I apologize about Your_Lucky previous version, I found many errors in the v1e code.
I have the v2 update and I think is the Final Version,
because my English is very limited, so I can not explain what a new that I make in this final version.
but I will show my piece of code change.
- Deadline/Limit Time for orders to close.
this function is to avoid your account being rejected by the broker does not like too fast scalper EA.
- Lot Management improvements.
- Additional Autodigit to anything broker.
in this version, there is no longer any error in the broker, you only need to change and start and stop hours suit you and know about the sideway.
no need *.set file for 5 Digits broker price or 4 Digits.
I will divide the update as soon as possible on my post 1.
I do not have much time for developed Your_Lucky again, because I prefer to Thunder4WDEAS and now I'm learning about EURCHF characters.
I do not have a lot of experience to use EA in the real account using real money.
For this I only make EA and do backtest and forward test on a demo account.
Now I get some donations from all of you here, and I am very grateful for that.
Then, I think about my account when I have and if I use my money for real life accounts.
this idea, make me try to make the EA not only based on the profit figures, but prefer to low drawdown.
I have promised to share code of Your_Lucky_v1e if I go to the next version.
Now I have Final Version so I Upload v1e code for you,
please get a mql source file and develop it, but do not sell it, because you get for free.
I also upload myLucky original, so you can see what I add.
I wonder, why there are any people hijack and SALE some EA from this forum, it would fool people who do not understand.
I share this because according to EA for me this is to be divided, not for commercial. (... hahaha... but donateis not commercial... LoL ...
)
i doubt they would. but i;ve been wrong before! I am a donater myself. i just look forward to seeing the eurjpy EA. i just need one more EA (which would make three profitable ones) to complete my collection for the '09 yr.
I have promised to share code of Your_Lucky_v1e if I go to the next version.
Now I have Final Version so I Upload v1e code for you,
please get a mql source file and develop it, but do not sell it, because you get for free.
I also upload myLucky original, so you can see what I add.
I wonder, why there are any people hijack and SALE some EA from this forum, it would fool people who do not understand.
I share this because according to EA for me this is to be divided, not for commercial. (... hahaha... but donateis not commercial... LoL ...Hi,
Dear _Rdb_,
I want to donate you and help you with developing! Please contact me by email jerrimix-ufa@mail.ru and send me info for donate. Thank you!
as long as you update your code with the market, this EA will be hard to take down if it's based on PA. most people can't do that by hand , let alone try to scalp PA. I've seen good concepts, but none hold water at all. this one might for a while, but then that's why i run two EA's i can tell you the majority of people now are scalping this pair because of FAPturbo. 20,000 sold in the last two months is quite a bit, that, an combined with other custom/free EA's like this, it would still be a drop in the bucket as far as volitlity goes,
I apologize about Your_Lucky previous version, I found many errors in the v1e code.
I have the v2 update and I think is the Final Version,
because my English is very limited, so I can not explain what a new that I make in this final version.
but I will show my piece of code change.
- Deadline/Limit Time for orders to close.
this function is to avoid your account being rejected by the broker does not like too fast scalper EA.
- Lot Management improvements.
- Additional Autodigit to anything broker.
in this version, there is no longer any error in the broker, you only need to change and start and stop hours suit you and know about the sideway.
no need *.set file for 5 Digits broker price or 4 Digits.
I will divide the update as soon as possible on my post 1.
I do not have much time for developed Your_Lucky again, because I prefer to Thunder4WDEAS and now I'm learning about EURCHF characters.
I do not have a lot of experience to use EA in the real account using real money.
For this I only make EA and do backtest and forward test on a demo account.
Now I get some donations from all of you here, and I am very grateful for that.
Then, I think about my account when I have and if I use my money for real life accounts.
this idea, make me try to make the EA not only based on the profit figures, but prefer to low drawdown.Hi, thanks a lot to share all your hard work for free.
I just installed vers.1e but due christmas/holidays i could not try yet on demo acocunts but made only some backtest and they are looking very good.
Can't wait for your final versione of "Your Lucky v2"
I would also be interested to tryout "Thunder4WD"
Please check you PM.
Thanks
Setting Parameter of Your_Lucky_v2
//=========================
extern string Expert_Name = "Your_Lucky_v2";
extern bool CloseAll_NOW = false;
extern double TargetEquity = 0;
extern int OpenHour = 22;
extern int CloseHour = 6;
extern bool LotsOptimized = true;
extern bool Auto_LotsDecimal = TRUE;
extern int LotsDecimal = 2;
extern int Risk = 25;
extern double Lots = 0.1;
extern double MaxLots = 100;
extern int TP = 5;
extern int Stoploss = 26;
extern int Stoploss2 = 20;
extern int Range_OP = 3;
extern int OPFromFractal = 7;
extern int PriceFromMid = 7;
extern int MinuteforNextOP = 0;
extern int MinuteForClose = 0;
extern int Slippage = 2;
extern double MaxSpread = 4;
extern bool Use_Damiani_Filter= TRUE;
extern bool Time_Opened_Protection = TRUE;
extern bool Hidden_TP = TRUE;
extern bool Hidden_SL = TRUE;
extern bool Hide_ALL = TRUE;
extern bool CloseOnFriday = TRUE;
extern int MaxTrades = 5;
extern int MaxTradePerBar = 2;
extern int MaxTradePerPosition = 3;
extern int IMA_PERIOD = 11;
extern int MA_AngleZero_PERIOD = 14;
extern double i_Trend_Level = 0.001;
extern int LimitTime_1 = 60;
extern int LimitTime_2 = 140;
extern int LimitTime_3 = 170;
extern int LimitTime_4 = 200;
extern int LimitTime_5 = 240;
extern int pips_1 = 3;
extern int pips_2 = 2;
extern int pips_3 = 0;
extern int pips_4 = 1;
extern int pips_5 = 4;
//=========================
This is Backtest Result :
please help me, see and do on the examination results becktest that I upload.
I expect feedback or criticism, if you get the error or something wrong in the results of this strategy tester, before I share the Final Version.
Dear frantacech,
Thank for your ideas about SL Fake, the idea is to install the Fix Stoploss in the Order, but we have another Stoploss with different Place actually seen ... a trick to avoid SL Hunter.
if(Hidden_TP==true && Hidden_SL==false && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss2*SetPoint(),Bid-TP*2*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==false && Hidden_SL==true && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss2*3*SetPoint(),Bid-TP*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==true && Hidden_SL==true && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss*3*SetPoint(),Bid-TP*2*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==false && Hidden_SL==false && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss*SetPoint(),Bid-TP*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,0,0,Expert_Name+" "+Symbol(),Magic,0,Red);
good work
Hi rdb, In first Congratulations for your good work and development an EA, I'll try this EA in demo, anybody have try this EA on real?
Where I can find the V2?
Thank you for share your EA.
Happy new year for all.
Dear frantacech,
Thank for your ideas about SL Fake, the idea is to install the Fix Stoploss in the Order, but we have another Stoploss with different Place actually seen ... a trick to avoid SL Hunter.
if(Hidden_TP==true && Hidden_SL==false && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss2*SetPoint(),Bid-TP*2*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==false && Hidden_SL==true && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss2*3*SetPoint(),Bid-TP*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==true && Hidden_SL==true && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss*3*SetPoint(),Bid-TP*2*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
if(Hidden_TP==false && Hidden_SL==false && Hide_ALL==false)
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,Bid+Stoploss*SetPoint(),Bid-TP*SetPoint(),Expert_Name+" "+Symbol(),Magic,0,Red);
else
Ticket = OrderSend(Symbol(),OP_SELL,GetLots(),Bid,Slippage,0,0,Expert_Name+" "+Symbol(),Magic,0,Red);
Thunder Time Frame
Hello _rdb_,
I received Thunder a few days ago and would like to know
what the recommended time frame is. Thank you.
Rob