- Search Energy EXCH
-
CodersGuru replied Sep 14, 2011Get the xpMail update. — You're welcome! Sure you can use in your code but please to get the final version from here: xpMail
Step by Step Email Setup in MT4 (Gmail)
-
CodersGuru replied Sep 3, 2011You're Welcome! I re-write the tutorial. here
MT4 programming resources
-
CodersGuru replied Sep 2, 2011I updated it again. Thanks. The next time all add to it auto screen shot taking-saving-sending
Email with Attachments
-
CodersGuru replied Sep 2, 2011I fixed that. Thanks. Did you try the BCC option? it's good for signals sending to multi emails
Email with Attachments
-
CodersGuru replied Sep 2, 2011xpMail - Send email with attachment anywhere. You can send to gmail - yahoo - hotmail or any mail service. Hope to see your comment.
Email with Attachments
-
CodersGuru replied Sep 1, 2011CalcLots Function — I usually use this function: double CalcLots(double Risk) { double tmpLot = 0, MinLot = 0, MaxLot = 0; MinLot = MarketInfo(Symbol(),MODE_MINLOT); MaxLot = MarketInfo(Symbol(),MODE_MAXLOT); tmpLot = ...
Code to work out lot size based on risk
-
CodersGuru replied Aug 6, 2011Are you talking about my code? xpMail?
Step by Step Email Setup in MT4 (Gmail)
-
CodersGuru replied Jul 24, 2011You mean to provide an optoin for a complete date format to close any opened trade before?
Is it possible to close all positions on mt4?
-
CodersGuru replied Jul 24, 2011It closes any trade that has a 'day' lesser than the 'before day' regardless the month. So it will not work for the example you present.
Is it possible to close all positions on mt4?
-
CodersGuru replied Jul 21, 2011CloseAll — Here's my CloseAll script (Version 2.01 - 22-July-2011) // Set the optoin prameter to the type of clsoing you want: // 0- Close all (instant and pending orders) (Default) // 1- Close all instant orders // 2- Close all pending orders ...
Is it possible to close all positions on mt4?
-
CodersGuru replied May 22, 2011xpMail - Send email with attachment anywhere. — I've created a dll that sends email with/without attachment to gmail For sure you can use it with hotmail/yahoo etc. Setup Copy the dll to the MetaTrader_Path/Experts/Libraries folder. Copy the ...
Step by Step Email Setup in MT4 (Gmail)
-
CodersGuru replied Jan 18, 2011Playing sound file added. Please note: The sound file must be located in the terminal_dirsounds directory or in its subdirectory.
Audible alert for (mad) Moving Average Delta indicator
-
CodersGuru replied Jan 18, 2011NewCandle — Test the new version attached.
Can You Add an Email Alert to This Indicator?
-
CodersGuru replied Jan 17, 2011added! please tell me your test results because I didn't test it.
Can You Add an Email Alert to This Indicator?
-
CodersGuru replied Jan 17, 2011BullToBear.mq4 — Well, I created this one for you. Give it a test and tell me your comments.
Alarm to indicator
-
CodersGuru replied Jan 17, 2011NewCandle.mq4 — Test this indicator and tell me the results.
Can You Add an Email Alert to This Indicator?
-
CodersGuru replied Jan 17, 2011How to use? — Do you think this is useful indicator?
Alarm to indicator
-
CodersGuru replied Jan 17, 2011MAD indicator with alerts — Hi, I added the alert and email to the indicator. please set the upperalert and loweralert inputs to the levels you want to get the alerts at. default is 2 and -2 I hope to see your comment.
Audible alert for (mad) Moving Average Delta indicator