MQL4 and MetaTrader 4 - page 1671

[Deleted]
Im looking for a simple zig zag build only on pips, anyone can write me a code?
I am testing an EA that place two order with "Order_Send and Stop type"command. In case one of them is actually executed the second one sould be cancelled. I try to see HystoryOrder, open price for a select order..nothing. The only indicationI have is print out of the tester function that advise...
where can i get the Trend manager indicator?how much will it cost me?
Point & Figure View indicator. Not find in MT, I want to use historgam to simulate it, but find X axes is alwaystime inside MT. Is it True that MT do not support customise X axes ? now we only use array to express Y values. X is always time (or bar number). Can I use a array to difine X values...
We know we can get price value on tradeline by ObjectGetValueByShift then how to use time coordinate(shift) to get the price coordinate value on the OBJ_FIBOARC?
On the website of the Automated Trading Championship 2006, the article "Organizer's Note" has been published. The first annual Automated Trading Championship 2006 comesto the end. Now we can give some preliminary results of the Championship. A greatamount of work has been done within the last 6...
-
The attached indicator (MACD Divergence) shows an error called "invalid integernumber as parameter 2 for indicator call function. And, after a little search here, in the web site, I can´t find any help about that error.
[Deleted]
  Arrow turns to e  (2)
I have an indicator using the up arrow symbol in the chart window. One day, outof the blue the arrow turned into a "e" with the accent on top. I didtry to uninstall mt trader and reinstall but it doesn't help. I think it couldbe something to do with the default font or symbol table. Any help is...
[Deleted]
  morning surges  (2)
I have noticed that there is a pretty good spike at 8:15 EST (13:15 on platform)nearly every single day either up or down. Does anyone know what this is causedby? Thanks. Brian
[Deleted]
For debugging purposes I would like to download data into MT and then work on myEA's with it. My office Is losing Internet for a significant amount of time dueto a new building being built next door. I want to keep polishing my scripts inthe mean time without being online. Can that be done? Also,...
On the website of the Automated Trading Championship 2006, the article "Championship Winners’ Prize" has been published. The first annual Automated Trading Championship 2006 is comingto its end. There are only two days left, which means there is plently of timestill for the first 3 places to keep...
On the website of the Automated Trading Championship 2006, the Interview with Harry Brinkhuis (Hendrick) has been published. Harry is a developer from the Netherlands. His Expert Advisor,Phoenix, is quite successful and always in the Top Ten of the Championship. Wegot information that Harry had...
[Deleted]
Can you please help me? for my indicator, I need to store some data Items for each bar, But the numberof Items is more than 7. only two of them have to be shown on screen but about9 others are only for back side calculations. Is it possible to use arrays likeindicator buffers with automatic...
[Deleted]
I need a real good EA for GBPUSD . HAS some one already good one? Or only way to amke is our own. I feel some one must have already made a good one Also can anyone direct me mql4 programming guide? Thanks trader2007
We are glad to inform that the Chinese section of website MQL4.COM (https://www.mql5.com/go?link=http://www.mql4.cn) has been opened. This section is intended to facilitate the activities of ChineseEA writers. The new section duplicates the website structure. The developers willfind in it: the full...
On the website of the Automated Trading Championship 2006, the "Championship Report: Eleventh Week" has been published. The last but one week of the Automated Trading Championship2006 is over. There are only 5 trading days left to the end of the Championship.The first place is being tightly held by...
[Deleted]
  daily profit  (3)
Hi, maybe someone can help me. My EA has to stop trading if a certain daily profit amount is reached and startstrading on the next day again. How can I program this? I have problems with "dailyprofit" Thx
  ibandsonarray  (1)
I'm attempting to calculate bollinger bands based on a ratio of EURUSD/USDCHF. I have figured out how to make the indicator show the ratio, i'm now trying to make it calculate the bollinger bands on the ratio. The RED LINE with ibandsonarray at the end of this code is supposed to give me the upper...
Quite often my 200 build MT crashes, mostly when I do visual testing? It would be nice to be able to send these crash logs to metaquotes for analysis,just like microsoft does. Otherwise they seem to be quite useless. Just a suggestion for metaquotes team. Igor
[Deleted]
OK, I have a project for one or more of you MQL wizards - and I have a great reward for your help. In the past I have written a few E.A.s but the functions I need for this strategy,although relatively simple, are an area I have not worked on before. In a nutshell, the trade group I participate in...
On the website of the Automated Trading Championship 2006, the "Statistical Report #4" has been published. This statistical report gives analytical results for 25 mostprofitable Expert Advisors as of the 7th of December 2006. The following characteristicsof the Experts were analyzed: profit in...
[Deleted]
  Highest / Lowest  (3)
These functions (or at least the help for these functions seems to have been removed). I assume this is now because there is an alternative way of doing the same calculation?
[Deleted]
Hi All :) I'd like to change some fixed values in FXT file for backtesting purpouse. I foundthat it could be used the FXTHeader.mqh file 'FXTHeader' but i don't understand how to use it. For example if I want to change the MAXLOTS, is ok to do in this way ?...
I thought I knew about how to apply swap points as it's presented here : http://www.eforex-asia.com/swap_rates.html Now with this new MODE_SWAPTYPE, i'm not so sure... thought it was only one kindof representation for data retrieved with MODE_SWAPLONG and MODE_SWAPSHORT. I'dappreciate to see some...
  Time Filter Code  (6)
Where can I get the time filter code? And where, within an EA's code, should I place it? Thanks
[Deleted]
i only want the indicator and expert to run after the candle has closed. i tried this for the indicator if (close[1]== true) { ObjectsRedraw(); } but it doesnt work. doesnt redraw on candle close i tried these for the expert if (Close[0] > SessionHigh) and if (Close[1] > SessionHigh) and...
[Deleted]
A. If I prepare a fxt file with 3 years worth of ticks (53 million) up to the 1of Dec this year, the backtester just stops around the 5th month of this year. If I prepare smaller fxt files the tester completes the entre date range, thisseems odd as 53 million is well short of the integer wrap value...
Hellow, I want some one make expert (mq4) for me, and i need ask about price for that servesplease. thank you, Baha +966551794847
On the website of the Automated Trading Championship 2006, the Interview with Rich has been published. Rich has known about Forex trading since 2004. He cannot evenimagine trading without automated systems. The developer tells about his tradingsystem, about the importance of the Championship, and...
I observed a bug when I tried to converse string "0:30" to time. A syntaxStrToTime("0:30") returns time with yesterday's date, not current. I use build200. Milan