Coding help - page 340

 

Ok, now it works, thanks man !!!

 
mladen:
Do you happen to have the original (non-decompiled) source code?

here is the original source that I have :-)

Files:
indipattern2.mq4  188 kb
 
freakout:
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)

 
sunshineh:
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

C# input data explanation:void SendAdvancedEmail

(

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

 
thefxpros:
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

Try it out now : xsupertrend_volty_mtf_1.mq4

 
mladen:
Try it out now : xsupertrend_volty_mtf_1.mq4

the same

 
thefxpros:
the same

It works on my terminal :

Files:
super_trend.gif  74 kb
 
mladen:
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.

Reason: