
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
Ok, now it works, thanks man !!!
Do you happen to have the original (non-decompiled) source code?
here is the original source that I have :-)
here is the original source that I have :-)
2478 warnings
:):)
Try using this one (compiled with old compiler) - they say it should work the same - indipattern2_-_old_compiler.ex4 till I see what can be done with those warnings (those are all warnings that are related to boolean operations and they all have to be cleaned up)
Hi, is there any free mail dll for sending mails. I don't want to use the metatrader mail settings because I have to send mails to two different mail adresses. In former times I used the maillink.dll, but it isn't working with build >600.
Actually there is one : it is made by Dorian Ocsovszki
(
string MailFrom, One Sender email address
string MailFromName, Sender's name will be shown instead of mail address
string MailTo, One repipient email address
string MailCC, Multiple CarbonCopy email addresses: Mail1;Mail2;Mail3;MailN
string MailSubject,
string MailBodyContent, Use this variable to pass the Notification itself. This is the interesting data
string MailBodyTemplate, Path to a HTML file. Example: "C:\\DATA\\MyBrokerMT4\\MQL4\\Libraries\\BodyTemplate.html"
string MailPriority, Priority: Low, Normal, High
string MailAttachmentPath, Path to a Attachment file. Example: "C:\\DATA\\MyBrokerMT4\\MQL4\\Files\\MyScreenshot.png"
string MailAttachmentName, Rename the attachment in email
string SMTPServer, Example: mail.gmx.com
int SMTPPort, Default SSL: 587
bool SMTPEnableSSL,
int SMTPTimeout,
string SMTPUsername, Example for gmx.com: mymailaddr@gmx.com
string SMTPPassword
);
Hi, i need some help on this. It freezes the platform, no errors or warning. Where am i doing wrong?
source indicator xSuperTrend volty, mine is the mtf one.
xsupertrend_volty_mtf.mq4
xsupertrend_volty.mq4
Hi, i need some help on this. It freezes the platform, no errors or warning. Where am i doing wrong?
source indicator xSuperTrend volty, mine is the mtf one.
xsupertrend_volty_mtf.mq4
xsupertrend_volty.mq4Try it out now : xsupertrend_volty_mtf_1.mq4
Try it out now : xsupertrend_volty_mtf_1.mq4
the same
the same
It works on my terminal :
It works on my terminal :
????? I can't understand! Doesn't work on my mt4. What else could it be?
Found strange thing with multiplier values...
if i set very high values on it, the indicator starts working but signals are different from source indicator. If i set low values on it, it freezes completely.