- Search Energy EXCH
-
RaptorUK replied Jun 24, 2013How long will it take you to read those 3000 lines of code ? now how long do you think it will take someone to read and understand what is going on with those 3000 lines of code ?
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 24, 2013I think I have finally fixed it, I'll test a little this time and then post . . .

I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 24, 2013I do not know if an EA like this exists, I know little of what EAs already exist, if I need some code I write it, if I need an EA I will code it. An EA like the one you describe can probably be coded, although your specification is unclear in a few ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 23, 2013Try this version, V2 I have added what you requested plus some error checking and reporting, it compiles but I haven't tested it. There are 3 new input parameters: extern bool ScreenAlert = true; // V2 - added by RaptorUK extern bool EmailAlert = ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 21, 2013Good point, I also fixed a little something I missed first time round . . . Updated version attached. It compiles but I haven't tested it.
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 21, 2013What you describe is not how the code is written, that may be by design or a bug. Try the attached version . . . . all mods are marked RaptorUK. Edit: code added to later post . . .
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 21, 2013Preliminary data . . . image
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 21, 2013Ignorance is no defence . . . you took what did not belong to you without attempting to determine if it was OK for you to have it or not. Why do you assume that anything you find on the Internet is OK for you to have ? is that where you get your ...
I Need an Alert Added to These Two Indicators
-
RaptorUK replied Jun 21, 2013You need to be more specific about what the problem is . . . not working covers many things . . . what exactly is it not doing that it should or what is it doing that it shouldn't ? I can see that it may not close all the orders, the loop counts up ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 20, 2013Why did you completely change your code instead of fixing what you already had ? copy & paste hit and hope ?
Need help with OrderModify code
-
RaptorUK replied Jun 19, 2013You will have a new option soon . . . image more details here: Preliminary Announcement of the New MetaTrader 4 Build 507
How to revert back to MT4's previous build?
-
RaptorUK replied Jun 18, 2013This . . . int _stop;_profit;_open; . . . should be this . . . double _stop, _profit, _open; All prices are doubles . . . Your while(true) loop, what is it for ? how will it exit from the loop ? I don't think you need it . . . your for loop loops ...
Need help with OrderModify code
-
RaptorUK replied Jun 17, 2013Maybe this will help some ? url
I need this indicator for regression channel
-
RaptorUK replied Jun 17, 2013OK, so how will you determine that the "monopoly" is over ?
Metaquotes is blocking myfxbook and many VPS traders
-
RaptorUK replied Jun 17, 2013Soon ? we will see how many requests there are for coding help with the likes of cTrader, if you are correct the requests for mql4 will dry up . . .

Metaquotes is blocking myfxbook and many VPS traders
-
RaptorUK replied Jun 16, 2013Thank you, hayseed already posted IBFX . . . . . but thanks anyway, the chart is helpful to confirm the timezone, it is interesting how some of you data differs slightly from hayseeds.

Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Jun 16, 2013Yes. User declared functions are done outside of any other function, in fact this applies to all functions, they are all separate entities. Book - Functions Taking your example: int start() { int a = 10; int b = 20; int total = add(a, b); // user ...
Function difficulty in MQL4
-
RaptorUK replied Jun 15, 2013Why do you assume we are ? by the way, there is no Volume in MT4, there is Tick count and it may be useful, what is not useful is to assume it is something other than what it is. I just asked the OP a question . . . where is the harm in that ?
Is there something like "Price Action Volume Indicator"?