
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
@Rico01
hundreds email in my inbox,
and I have send to many people who don't make donation for me and only send email... and of course to everyone who make donation is my priority friend...
about why it's not working... maybe you must learn more about EA...
because more than 100 people I send Thunder4WD and not enough 10 have trouble...
please, you must understand about how it's work, and send email to me for Thunder4WD problem...
if you do not mind, can you tell me what email address you used to make donation ?
Best Regards, _rdb_
Hi rdb and all.
I have one confuse...please help for me.
I am Using Alpari(UK).
when demo account time, tester will show a great result.
but when live account time,Tester doesn't show the result.
Tester History say "MA_AngleZeroSigma EURGBP,M1: removed"
because a Spread? I can not to use this EA in Arpari(UK) live?
I know everybody looking new broker because for Spread problem.
When it is necessary to use Alpari(UK), How I can Fix This EA's set for work.
or should I use before version?(v1a,v1c...Tester will work in Alpari live)
I really like a this EA.I got like shock from this EA.
but I am a not English speaker...(sorry my bad English)
So sorry I read this Thread.
but I could not found this answer for my set.
Please somebody Help for me.
Time is setting. 21 to 4(5)
Hi rdb and all.
I have one confuse...please help for me.
I am Using Alpari(UK).
when demo account time, tester will show a great result.
but when live account time,Tester doesn't show the result.
Tester History say "MA_AngleZeroSigma EURGBP,M1: removed"
because a Spread? I can not to use this EA in Arpari(UK) live?
I know everybody looking new broker because for Spread problem.
When it is necessary to use Alpari(UK), How I can Fix This EA's set for work.
or should I use before version?(v1a,v1c...Tester will work in Alpari live)
I really like a this EA.I got like shock from this EA.
but I am a not English speaker...(sorry my bad English)
So sorry I read this Thread.
but I could not found this answer for my set.
Please somebody Help for me.
Time is setting. 21 to 4(5)MA_AngleZeroSigma EURGBP,M1: removed
maybe you data is not completed.
you must check again your data for do back test.
Your_Lucky need data from TF M1-M5-M15-M30-H1.
I think the problem with using an ECN broker would be that the spreads are genuinely moving with the market liquidity. Therefore, you could either have the problem of no trades being taken because although the spread may be low during the Euorpean and US sessions, it is likely to be high during the Asian session; or you could end up taking a trade when the spreads are low but end up trying to close it when the spread is high. I am looking at InvestechFX, a Canadian based broker, who are offering a 1 pip spread on majors (probably 3 on EurGbp) but with commission ($10 per lot) charged on scalping accounts. While this will cut into the profit it could be a way forward with both sides winning. My only fear is how well regulated Canadian brokers are.
I can almost guarantee you that they are better regulated than US!!! LOL
That's only from my own bias, living in the "great" US.
(Maybe things will change under the new admin. but things are too screwed up for quick turnaround)
If we find a broker that has ultra low spread with per trade fees, with the right # lot trades and a winning EA, I think our problems are over!!
They get a big cut, but who cares, everyone makes money.
....I think. Right???
Your Improvement
code on v1e :
double GetLots()
{
double lots,MD,RM,FMM,MinLots,maxlot,maximlot,LotSize; int lotsdigit,LotsDigit;
LotSize = MarketInfo(Symbol(), MODE_LOTSIZE);
MD = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);
RM = NormalizeDouble(MarketInfo(Symbol(), MODE_MARGINREQUIRED), 4);
//==========================================================================
if (MD==0.01) lotsdigit=2;
else
if (MD==0.10) lotsdigit=1;
else lotsdigit=0;
LotsDigit=lotsdigit;
//==========================================================================
if (LotsOptimized==true) lots = NormalizeDouble((AccountFreeMargin()*Risk/LotSize)/MaxTrades,LotsDigit);
else lots=Lots;
MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2);
maxlot=NormalizeDouble(MarketInfo(Symbol(),MODE_MAXLOT),2);
if (LotsDigit == 2) MinLots = 0.01;
if (LotsDigit == 1) MinLots = 0.1;
if (LotsDigit == 0) MinLots = 1;
if (lots < MinLots) lots = MinLots;
if (maxlot > MaxLots) maximlot = MaxLots; else maximlot=maxlot;
if (lots > maximlot) lots = maximlot;
return (lots);
}
//==========================================================================Hello Rahman,
I got your improvement, but I prefer to have lots like: 0.18, 0.17 instead of 0.2, 0.2
I think that with this (0.18, 0.17) the money management is better. Is it possible to fix it?
Thankes
it's true because AccountFreeMargin is move every tick.
if you want use 0.2-0.2-0.2, you can try to change AccountBalance()
[PHP]if (LotsOptimized==true) lots = NormalizeDouble((AccountBalance()*Risk/LotSize)/MaxTrades,LotsDigit);Hi,
I test lucky_ve on 2 demo account...
This morning i have openning a account on fxpro... but i have a problem
I have 4 or 5 pips of spread of EURGBP on london session !!
I compare with ibfx and i have 2 pips.
Any idea?
Regards.
Ludo.
EG's spread = 9 on SIG
Instrution manual PLEASE...
Have you checked your settings? They are different for 4 and 5 digit brokers...
To avoid this I already asked rdb by mail to send me some sort of explanation of how settings for lucky and thunder work, but he didn't send anything.
Now I ask here the samething in the forum.
Thanks Abdul
i cannot login to alpari UK demo acct 464752...is the account blew up? or change password?