General - page 1699

Hi When I download the GBYJPY history from metaquotes (I download using interbank) it is missing a good portion of data from 9/30/2006 to 12/04/2006. Could we have this missing added soon? It skews the process of backtesting if this is missing. Many thanks!
Hi I'm looking for an EA that buy/sell on breakout of high/low of a time zone . Do you know an EA that can do this
Does anyone know what might be causing the following three errors to happening in an EA? The first one is from a call to ErrorDescription to print the string associated with the error number. I have been using it for some time on FXDD and IBFX without problems. The errors are from ATC Brokers...
Hi All I wonder if somebody can advise me, I know there are issues regarding comparing double numbers, and I was lead to believe that using Normalizedouble was the solution but my compare I still not working correctly. Here is my compare code OrderSelect(tickarray[2],SELECT_BY_TICKET...
Hi, does someone know how to add a fibo multiplier in addition to what the EA has already. The EA doubles the position: 1,2,4,8,16 and so forth. I would like it also to be able to open like this: 1,1,2,3,5,8 and so forth. thnx
Seriously, Metatrader is the only program I have ever come across that can regularily bring WinXP to its knees. First, its creators seem to have no notion about thread prioritisation - Metatrader will crab every CPU cycle it can lay its grubbly claws on, irrespective of what level you assign it....
hello dears . i need an stochastic ea open position when k & d crossing open a sell when K in overbought and heads down and crossing with D line open a buy when K in oversold and heads up and cross with d line option can change K & D period slowing price filed ma method stoploss and take profit...
  MetaTrader 5, any time soon?  (23   1 2 3)
I was wondering about MetaTrader 5. Will MetaQuotes release it any time soon? What will be the big new things it may bring? A quick search at metaquotes.net reveals only the Genetic Algorithm Optimization which is supposed to help dramatically reduce the optimization time. Anyone wants to shed some
On the website of the Automated Trading Championship 2007, the Analytical Report by Better has been published (http://championship.mql4.com/2007/news/305/). Nick 'Better' is used on the Championship by Olexandr Topchylo. As of now, he is the unquestionable leader who has got far ahead of all his...
PLEASE FIX MY ACCOUNT Account number: 512980 Demo password: wnr6mpv Server address: demo.metaquotes.net:443 PLEASE FIX MY ACCOUNT ITS 604 PARTICIPANTS !!!
I would like to go back to a certain time and then step through each candle one at a time. Is there anyway of doing this in Metatrader so you can prevent yourself from seeing future bars. So far, i have just been scrolling forward one bar at a time but when i want to zoom in to see more past data,...
Dear Anyone, I have attached a custom indicator for a Slope Direction Line that changes color as it changes direction... blue for uptrend and red for downtrend. I also need it to have an option to alert me whenever the trend changes. I can't figure out from the iteration what variable to use for...
Hi, I'm looking for an EA that must have already been written but I can't seem to find. It simply opens a trade and does a trailing stop. Below is the exact description of what I'm trying to find. Has anyone seen an EA that does this? Thanks for any help you can provide. Regards, Pat...
[Deleted]
  Expert Advisors  (4)
A little bit of theory. The Price graph is time series from mathematic perspective. While analyzing the time series it is possible to determine the parts where the process is clause to quasi-stationary one and it means that it is possible to apply the analysis methods which are also applicable to
Hello! Can somebody help to make EA for this strategy... Open long if current candle breaks previous candle high for 5 pips and go short if current canlde breaks previous low for 1 pip. This works great on gbp/usd daily chart. Thanks...
On the website of the Automated Trading Championship 2007, an Interview with Olexandr Topchylo has been published (http://championship.mql4.com/2007/news/303/). He performed unsuccessfully in the last-year Championship, and this failure was the making of him. Olexandr learned the lesson and became...
Hi Folks I start a different thread because Backtesting other intruments like commodities and Indexes is a thread on its own . There are problems in backtesting other instruments .Firstly there is no data except what is available on demo feeds and secondly backtester throws out no results . How...
Does anyone know of a source that provides actual parameters for various candle patterns? For example, for a hanging man, what % does the Close have to be above the low? Just one example of what I'm looking for. various dojis, hanging man, etc. Some are easy, but most seem very subjective
OK.. So i've setup an indicator to just show me when price is above or below a few MA's. It's actually based on the Madro Golden Filter Indicator. If I set the indicator to pull the current bar it repaints when you refresh the indicator.. When I set to it doesn't repaint. I can't allow the...
On the website of the Automated Trading Championship 2007, the Report of the 7th Week of the Championship has been published (http://championship.mql4.com/2007/news/301/). These 5 trade days ended with several surprises. The first place has been taken by a Participant from Ukraine winning "by a...
I am trying to find the pros and cons of the top ten platforms out there. Please add your input on the following: 1 Metatrader 2 ACT 3 Saxo 4 FXCM 5 Gain/Forex.trader 6 Oanda 7 CMC 8 GFT 9 FX Sol 10 MB trading / efx Thanks.
Hello coder/programmer, I am trying to test some indicators and put them in many templates. I put the standard MT4 text label in each template. The problem is the text label disappear when i change the time frame or when i close and reopen the MT4 so i can not see which template that i am used. May...
Hello there all great traders, Can anyone help me, how can I add SAR on MACD window in MT4 platform? I mean If I want to look SAR and MACD in the same window. I hope someone know it very perfectly please share it with me. Best Regards, Arsenic786
Hi friends and enemies Here is another free Expert Adviser to this community.This Expert Adviser belongs to me and I paid money for it .It may require further development and coding and testing .Please feel to contribute in updating this EA and stating on the EA the improvements coded .Please...
  RSI value area  (1)
Is this an illusion? Is this astandard rsi indicator made to look like its showing value areas to buy and sell? It's incredibly clever but I expect its adjusting to the last ideal area to put the value levels. Take a look for yourself and let me know if its of any value in terms of calling out value...
[Deleted]
  FOREX Newbie  (19   1 2)
I am totally new to FOREX trading. I do not understand the difference bewteen an "Expert Advisor" and a "Managed FOREX Accout". I believe that an Expert Advisor is an automated trading platform , but I have not the foggiest idea of the steps to go about setting up an automated trading program. Could
Here is what I'm trying to code: I have a chart with an RSI attached to it. Then I drag and drop a MA into the RSI window and choose apply to "previous indicator's data". Now my moving average is using the RSI values for it's calculations. I can't figure out how to code this into an EA. The