- Search Energy EXCH
-
RaptorUK replied Apr 28, 2013Hi, try the attached. All modifications are marked RaptorUK, please bear in mind that you need to configure the options to send email in MT4, Tools>Options>Email make sure the test email arrives. I added a parameter, it needs to be set to true to ...
Another "add email alert to indicator" thread
-
RaptorUK replied Apr 28, 2013Try timeframe 10080 and you get the following message . . . TimeFrame more than D1 is not supporting!!!
Multiple time frame candle overlay
-
RaptorUK replied Apr 26, 2013OK, I've code th EA to use one Magic Number . . . or if you leave it set to 0 it will close all trades regardless of Magic Number. I think I have coded what you have described . . .
Equity Sentry mod request
-
RaptorUK replied Apr 25, 2013OK, I'll have a play in the Morning, it's almost bed time for me now, one question before I go . . . your Hedging EA that places the trades, does it use a Magic Number ? does it use several Magic Numbers ? I need to know how many unique Magic ...
Equity Sentry mod request
-
RaptorUK replied Apr 25, 2013I'm happy to try and help, I can code an EA up pretty quickly, but I am not going to do 2 things . . . I'm not going to spend 2 days trying to figure out what it is you want and I'm not going to code something that isn't what you want because I ...
Equity Sentry mod request
-
RaptorUK replied Apr 24, 2013I am a little confused, account equity takes into account open trades, you say that you want to "close all trades when my account equity is $5 more" but you seem to be suggesting you don't want to take into account the unrealised profits/losses. ...
Equity Sentry mod request
-
RaptorUK replied Apr 24, 2013Perhaps I am misunderstanding what you need/want . . . but where will "the unrealized profit will always show as negative." ?
Equity Sentry mod request
-
RaptorUK replied Apr 24, 2013What you have attached in the zip file is the compiled code, if you wanted someone to modify it they would need the source code, the .mq4 file, do you have it ?
Equity Sentry mod request
-
RaptorUK replied Apr 22, 2013How will you stop the end user downloading a new complete copy of the terminal ?
Modifying Mt4 platform?
-
RaptorUK replied Apr 22, 2013I don't have his book, was he talking about Volume or Tick Count ? MT4 does not have Volume but does have Tick Count.
Average Volume Indicator?
-
RaptorUK replied Apr 20, 2013I started a thread about this on the mql4 forum, you shiuld read it: can price != price
Mt4 coding == or =
-
RaptorUK replied Apr 20, 2013So a forward test is no help either, when it is complete all the data use is from the past. The thing that it does give is a real simulation of delays when opening, modifying and closing orders, slippage, news, etc.
Trend system EA needs back testing
-
RaptorUK replied Apr 20, 2013I get the picture, but if you disconnect your platform from your Broker the Spread doesn't change. Do you understand ? You can also use tools to set the spread for your testing. So all my Strategy Test runs can be performed under the same conditions ...
Trend system EA needs back testing
-
RaptorUK replied Apr 20, 2013Yes you can get it from the Bar data, but if you want a specific time to the second you cannot get it, the best you can do is select OHLC or a combination of those from an M1 bar. First you need the bar number, you use iBarShift() to get that, then ...
Checking Bid/Ask price
-
RaptorUK replied Apr 19, 2013You cannot. The history data for each bar on your chart comprises 5 values, Open, High, Low, Close, Tick count and the datetime of the ope of the bar, and these are Bid values. The Ask is not stored at all.
Checking Bid/Ask price
-
RaptorUK replied Apr 19, 2013Only by people who don't know what they are doing, I admit that is the majority. All the Strategy Tester runs I have done can be repeated at any time of day or any day of the week, it makes no difference.
Trend system EA needs back testing
-
RaptorUK replied Apr 19, 2013Neither can a forward test, it can tell you what you will get now but it is no more or less accurate at predicting the future than a backtest.
Trend system EA needs back testing
-
RaptorUK replied Apr 19, 2013Is this gathering M1 data or tick data ? if tick data how do you cope with missed ticks ? do you check if you have missed tick(s) ? do you record data to show you have missed ticks ?
Historical Intra-day Tick Data for Spot Forex
-
RaptorUK replied Apr 19, 2013I didn't say it was, but when it is complete it will have been done on past data, that is a fact. So what you said applies equally to a Backtest and a Forward test . . . Perhaps you meant something other than what you said ?
Trend system EA needs back testing