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
Spread Monitor
HI,
I think everybody who search a low spread broker now, are wasting their time.
This is the end of the year, hollydays,...Many brokers enlarge their spreads.
So wait since january....And test only on demo account to find YOUR settings.
This is time, relax and wait.
Have good xmas and happy new yearIf you wanted to monitor the max spread happened at what time just attach this simple ea
If you could attach to the Monitor a graph line instead your Ad, it would be much more helpful.
Do you need the template file installed in order to operate the EA?
What is purpose of the template file?
I'm angry today. Someone has stolen my CC Number (visa) and ordered goods by internet.
I'm so happy, that my Visa Center found it out at once and disabled my CC...
Now i have to wait for a new card, and change some orders I made the last few days.
Standart or MINI account
hello freinds,
First for Holger, Don't worry, you have an insurence for that, and
i'm happy that it was coucht fast enough.
second, I need help, I'm was using MINI account and the EA
worked nice, but now I'm checking a new broker, which workes
with only Standarts accounts. I got an error (131) "the order volume is bad".
I think that there is a problem with the following function, which is a part
of v1E.
Can someone help me, Thankes
double GetLots()
{
double lots,MD,RM,FMM,MinLots,LotSize; int lotsdigit;
LotSize = MarketInfo(Symbol(), MODE_LOTSIZE);
MD = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);
RM = NormalizeDouble(MarketInfo(Symbol(), MODE_MARGINREQUIRED), 4);
FMM = (RM+5)*100;
if(LotsDigit==0)
{
if (MD==0.01) lotsdigit=2;
else lotsdigit=1;
LotsDigit=lotsdigit;
}
if (MM==true) lots = NormalizeDouble((AccountFreeMargin()*Risk/LotSize)/MaxTrades,LotsDigit);
else lots=Lots;
MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2);
if (lots < MinLots) lots = MinLots;
if (lots > MaxLots) lots = MaxLots;
return (lots);
}
Use Lots digits = 0, and it will work.
hello freinds,
First for Holger, Don't worry, you have an insurence for that, and
i'm happy that it was coucht fast enough.
second, I need help, I'm was using MINI account and the EA
worked nice, but now I'm checking a new broker, which workes
with only Standarts accounts. I got an error (131) "the order volume is bad".
I think that there is a problem with the following function, which is a part
of v1E.
Can someone help me, Thankes
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);
}
//==========================================================================Yes, RDB is alive
Hello freind,
I'm very glade to hear you....
Be in touch.
OURS
Thunder4WD
Hello,
after one week i have spend donation to Abdul.
At the next day i have received the thunder4wd ea.
I have test it more days but it will not work (Spread is ok).
Abdul will no answer at the emails.
I think it`s just a trick to get money.
Have anyone the same experience make with Abdul?
Hello,
after one week i have spend donation to Abdul.
At the next day i have received the thunder4wd ea.
I have test it more days but it will not work (Spread is ok).
Abdul will no answer at the emails.
I think it`s just a trick to get money.
Have anyone the same experience make with Abdul?Have you checked your settings? They are different for 4 and 5 digit brokers...