- Search Energy EXCH
-
RaptorUK replied Dec 30, 2012Its an Indicator not an EA . . . not all Indicators work in the Strategy Tester, including this one.
Adjustable opening horizontal line for each market?
-
RaptorUK replied Dec 30, 2012I have had problems using tickingallcharts before, it would work intermittently, I looked at the file you posted and can't see any reference to where you got it from, have you modified it to fix the issues with it ?
Good History Rate Downloader EA
-
RaptorUK replied Dec 30, 2012Why would you expect it to when the markets are not open ? this is why I said I can't test it until Monday . . .
Adjustable opening horizontal line for each market?
-
RaptorUK replied Dec 30, 2012Not sure why you are having problems, it's pretty simple to do . . . just write the data to a CSV file and read back from the same. To write the data use FileOpen() with FILE_CSV|FILE_WRITE and this will open a new file even if one of the same name ...
Text file help
-
RaptorUK replied Dec 29, 2012Perhaps you should be asking yourself more fundamental questions, for example: what if the information I need to make a trade decision is not any of the data held in the OHLC of the bars for the timeframe I am looking at . . . what if the data I ...
Random Chart Generator
-
RaptorUK replied Dec 29, 2012Hi, I've written the attached Indicator for you, I can't test it properly until Monday and it won't wok correctly in the Strategy Tester.
Adjustable opening horizontal line for each market?
-
RaptorUK replied Dec 29, 2012Use the CSV2FXT script, it will create you a fxt file . . . . but also all the timeframes from M1 to MN1
Historical MT4 data from Oanda
-
RaptorUK replied Dec 24, 2012Try this . . . it compiles but I haven't tested it. I added an option, SendEmailAlert = true; set this to true if you want an email at the same time as an Alert, you will need to configure and test your email in the MT4 Tools>Options>email Merry ...
Need to add email alert to indicator
-
RaptorUK replied Dec 23, 2012What info do you need that you can't get from the Order History pool ? if you save order info then you also need to save it to file in the event of MT4 crashing or the PC crashing . . . and you also need an off PC backup in case the reason for the ...
Need help on order management
-
RaptorUK replied Dec 23, 2012You are most welcome, glad I was able to help, even a little, Merry Christmas.

Generic Script to return indicator Buffer values
-
RaptorUK replied Dec 23, 2012Probably, it is a common problem, you either need to use the default extern values held within the Indicator and use none of them in the iCustom() call or use ALL of them in the iCustom() call . . . There is good info here: Detailed explanation of ...
Generic Script to return indicator Buffer values
-
RaptorUK replied Dec 23, 2012Doesn't the Data Window give you that ?
Generic Script to return indicator Buffer values
-
RaptorUK replied Dec 23, 2012What about saving the tick data to an offline chart then it could be called up as a regular chart ? I have considered dong this but I'm not sure if MT4 will cope with having more than one data point at the same datetime. The advantage of this ...
Here's a Tick Chart For MT4
-
RaptorUK replied Dec 23, 2012If you are closing or deleting trade/orders from inside a loop you MUST count down, not up . . . this is why . . . Loops and Closing or Deleting Orders
A "real" coding challenge
-
RaptorUK replied Dec 23, 2012Why not simply use the Data Window ? Unless you are happy using the Indicators default values for it's extern variables a generic script wouldn't work and even if you were happy to use the default extern values the values returned from the buffers ...
Generic Script to return indicator Buffer values
-
RaptorUK replied Dec 19, 2012What are Curr_Volumes & Y_Volumes ? MT4 doesn't have volume, it has tick count per bar that it calls volume.
Help code this indicator?
-
RaptorUK replied Dec 17, 2012You you are asking people to put your compiled code on their systems without having any way of knowing what is in it ? why would someone do that ?
Progress - The System
-
RaptorUK replied Dec 17, 2012Sure, can you post the source code so I can see what it is I am allowing onto my system before I run it please . . .
Progress - The System
-
RaptorUK replied Dec 17, 2012Except when there is a gap between the Close and Open and then they are not the same . . .
I will code your EAs and Indicators for no charge