- Search Energy EXCH
-
RaptorUK replied Jun 15, 2013Do you know what "Volume" in MT4 represents ?
Is there something like "Price Action Volume Indicator"?
-
RaptorUK replied Jun 14, 2013But you asked for help . . . not for someone to create an EA for you from scratch . . .
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 14, 2013No, I will not work on stolen, DECOMPILED code, I suggest you remove the zip file from your post and your PC.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 14, 2013Ticks are not generated by the terminal, they come from the Broker. The only time when they are created by the terminal if for the Strategy Tester. This test will give the same result for the smae Broker and account type for any PC it will run on ...
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 14, 2013Yep, it loads, it runs, it finishes and is removed. It's a script so it runs once not on each tick. If you scroll down in the experts tab you will see the printed info that I am looking for, or look in the log file in experts/logs

Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 14, 2013Use SendNotification() instead of/as well as SendMail() . . . it's an easy mod to make but bear in mind that SendNotification() just takes one string parameter not two.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 13, 2013I added the email alert . . . it can be enabled or disabled, default is enabled extern bool SendEmailAlert = true; Alerts must be set true also. Code compiles but has not been tested. You need to enable email in your MT4 terminal and test it to make ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 13, 2013The errors are in the Indicator . . . SetIndexLabel(0,Dailyopen); SetIndexLabel(1,DailyopenHI); SetIndexLabel(2,DailyopenLO); SetIndexDrawBegin(0,Dailyopen); SetIndexDrawBegin(1,DailyopenHI); SetIndexDrawBegin(2,DailyopenLO); Check out the ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 13, 2013It was a Team effort

MT4 build 500 and horizontal lines near stops problem
-
RaptorUK replied Jun 13, 2013We should thank all the people that raised a Service Desk request about this issue

MT4 build 500 and horizontal lines near stops problem
-
RaptorUK replied Jun 13, 2013OK, disconnect from your Broker and use something like SpreadGenerator_v1.1.mq4 to set the spread.
How to revert back to MT4's previous build?
-
RaptorUK replied Jun 12, 2013Just disconnect from your Broker before the weekend starts.
How to revert back to MT4's previous build?
-
RaptorUK replied Jun 12, 2013You can't . . . I already said. The Installer is no longer the full install package, the Installer just downloads the current install package . . . which is Build 500.
How to revert back to MT4's previous build?
-
RaptorUK replied Jun 12, 2013Yup
thanks for your help, it's appreciated.Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 12, 2013Thank you for your help, when I get a few more posts I'll start collating the data and publish some information here.

Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 12, 2013It may help me establish SR levels with better accuracy.
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 12, 2013OK, so I think you are saying that you have no experience of mql4 coding, you need to start here: Book
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 12, 2013Thank you fxtr51, your post is most helpful, thanks for taking the time.

Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 12, 2013I want to get a feeling for which Brokers have fewest ticks per bar and which have most.
Request for a little bit of help with some Broker info - MT4