Pergerakannya terlalu cepat untuk ditangani ea. ><Sip dah close tpi ada yg close kurang dari 5$ dan ada jg yg close posisi 22nya minus... sekian laporan saat ini dri news USD
Pergerakannya terlalu cepat untuk ditangani ea. ><Sip dah close tpi ada yg close kurang dari 5$ dan ada jg yg close posisi 22nya minus... sekian laporan saat ini dri news USD
Hi all,
Is it working? Cos it did not make any trade on M1 EURUSD and neither USDCHF all day
pakai distance berapa?Sip dah close tpi ada yg close kurang dari 5$ dan ada jg yg close posisi 22nya minus... sekian laporan saat ini dri news USD
requote if im not wrong..I had a problem with this exper. Would you help me? With default settings
I had "Error opening SELL order: invalid price (129)"
Any Idea?
Can you copy and paste some entries from the Experts tab/Journal tab to show this error?I had a problem with this exper. Would you help me? With default settings
I had "Error opening SELL order: invalid price (129)"
Any Idea?
Can you copy and paste some entries from the Experts tab/Journal tab to show this error?
requote sepertinya. padahal di funsgi order send sudah saya beri RefreshRates(). itu pas news kah?pakai insta demo 4 digit error
read page onenot working ....
//--
if (signal1>=1)
{
for (i=0; i<MaxTries; i++)
{
RefreshRates();
if(AccountFreeMarginCheck(S1,OP_SELL,Lot1) <= 0)Print(Id+": Not enough money to open Sell Order!");
else {
ticket = Sell(S1,Lot1,MarketInfo(S1,MODE_BID),0,0,magic,"Mirror Trancexe");
if(ticket>0)
Print(TimeToStr(Time[0])+" Sell at "+S1+" "+DoubleToStr(MarketInfo(S1,MODE_BID),Digits)+" Lots="+DoubleToStr(Lot1,2));
break;
}
}
//--
for (i=0; i<MaxTries; i++)
{
RefreshRates();
if(AccountFreeMarginCheck(S2,OP_SELL,Lot2) <= 0)Print(Id+": Not enough money to open Sell Order!");
else {
ticket = Sell(S2,Lot2,MarketInfo(S2,MODE_BID),0,0,magic,"Mirror Trancexe");
if(ticket>0)
Print(TimeToStr(Time[0])+" Sell at "+S2+" "+DoubleToStr(MarketInfo(S2,MODE_BID),Digits)+" Lots="+DoubleToStr(Lot2,2));
break;
}
}
}
//--
if (signal2>=1)
{
for (i=0; i<MaxTries; i++)
{
RefreshRates();
if(AccountFreeMarginCheck(S1,OP_BUY,Lot1) <= 0)Print(Id+": Not enough money to open Buy Order!");
else {
ticket = Buy(S1,Lot1,MarketInfo(S1,MODE_ASK),0,0,magic,"Mirror Trancexe");
if(ticket>0)
Print(TimeToStr(Time[0])+" Buy at "+S1+" "+DoubleToStr(MarketInfo(S1,MODE_ASK),Digits)+" Lots="+DoubleToStr(Lot1,2));
break;
}
}
//--
for (i=0; i<MaxTries; i++)
{
RefreshRates();
if(AccountFreeMarginCheck(S2,OP_BUY,Lot2) <= 0)Print(Id+": Not enough money to open Buy Order!");
else {
ticket = Buy(S2,Lot2,MarketInfo(S2,MODE_ASK),0,0,magic,"Mirror Trancexe");
if(ticket>0)
Print(TimeToStr(Time[0])+" Buy at "+S2+" "+DoubleToStr(MarketInfo(S2,MODE_ASK),Digits)+" Lots="+DoubleToStr(Lot2,2));
break;
}
}
}
secara prinsip memang memanfaatkan korelasi. namun berbeda rules OP. yang ini lebih jarang. paling seminggu masuk rules itu cuma 2-3 hari aja. minggu ini sudah hari ke 4 tapi belum masuk rules juga.ea korelasi lg, ijin FT om. mau ane bandingin dengan ea korelasi yg di share om yonif. moga2 bisa dpt inspirasi baru
ini opnya diaveraging atau di marti bos kalo floting?secara prinsip memang memanfaatkan korelasi. namun berbeda rules OP. yang ini lebih jarang. paling seminggu masuk rules itu cuma 2-3 hari aja. minggu ini sudah hari ke 4 tapi belum masuk rules juga.
tidak ada averaging atau marti.ini opnya diaveraging atau di marti bos kalo floting?
Thanks for your efforts and bug fixing. I will try today.It is initalized, but there is not any ordering. Is it working on any timeframe? You told us it had calculated on ATR daily? So the TF is not important?
Cheers,![]()