Please help me to download my ea I don't have premium account , tele @blackmarket
Posts made by Duelistking
-
Help me download my eaposted in General Discussions
-
how to made take profit by current lotposted in Questions & Answers
hello guys how to made take profit by current lot
-
for better ecosystemposted in Bug Reports
fxdreema block block should be available in multiple languages, i wrote this for better ecosystem, at least make spanish fxdreema url, mandarin fxdreema url and more
-
RE: datetimeposted in Questions & Answers
datetime currentTime = TimeCurrent(); // Mendapatkan waktu saat ini
int hour = TimeHour(currentTime);
int minute = TimeMinute(currentTime);
string ampm = "AM";// Konversi format 24 jam ke 12 jam
if(hour == 0) {
hour = 12; // 12:00 AM
} else if(hour == 12) {
ampm = "PM"; // 12:00 PM
} else if(hour > 12) {
hour -= 12;
ampm = "PM"; // Setelah 12 siang
}string timeStr = StringFormat("%02d:%02d %s", hour, minute, ampm);
Print("Waktu saat ini (format 12 jam): ", timeStr); -
for businessposted in General Discussions
I have sold EA on mql5, currently working on another EA that I will sell on the site, only need a premium fxdreema account, if anyone wants to work together you can get the source code of the EA and we can share the sales results 50/50, just lend me a premium account for 3 days, how about it? my telegram t.me/kiki0805
-
RE: I have the best strategies for EA!!!posted in Questions & Answers
too much talking, just send pdf file let them check your strategy,
-
RE: mql4 code issues fixingposted in Questions & Answers
It's a shame that the mq4 forum is bad, they only talk about freelancing and freelancing, there's nothing to learn except learning by yourself

-
RE: Stochastic shall have been under 20 then trueposted in Questions & Answers
common mistake of oscillator indicator users, to use stochastic not when it is below 20 to buy but when it crosses 20 from below to above x>


