Hey folks, I've found an indicator that probably deserves to be turned into an EA. It's under the Code Base as "ZigZag.mq4" but I'll repost it here for easiness of laziness ;) On anything higher than an hourly chart (M30 or less is no good), this thing seems to be hyper-intelligent at picking...
I am trying to display a rectangle from the start of the day 0000 to the current candle. How can I get start of the day into the Time[] section? ObjectCreate("Rectangle",OBJ_RECTANGLE,0,Time[24],RectangleLow,Time[0],RectangleHigh); ObjectSet("Rectangle",OBJPROP_SCALE,1.0);...
[Deleted]
Hello all, I have a problem running MetaTrader 4 after update via MetaQuotes LiveUpdate (latest, newest version). Before update, everything worked fine. And in last days I have been asked to update MT4. When I did it, and I started again MT4, program will not turn on. I checked the process
[Deleted]
Hi I am wondering if someone could help to make GBP index like USD index (attached here). I found CCFp indicator but it is a bit different and I was thinking if someone could make similar one for other currencies like GBP, CHF, AUD, NZD,... Any help would be appreciated in advance. Jeff
I want an EA that buys Euro at 1.30 and sell it at 1.40 automatically, no matter how long it takes. How do I program and install the EA? Cheers.
THE VALUE POINT IN LATEST BUILD OF MT4 IS READING 0 ????????? CAUSING PROBLEMS ON EVERY EA AND INDI OUT THERE!!!!!!!
In codebase for publication should Advisor STORM over six weeks modernizing why not work? There is no answer at all!
I can't figure out the correct way to put the brackets. Please explain what my mistake is. int start() { //---- { pending = ExistOrders( NULL ); if (pending > 0 ) { return ;} positions = ExistPositions( NULL ); if (positions > 0 ) { return ;} } else { ticket= OrderSend ( Symbol
[Deleted]
Hi, I am a New to Forex Market and I am not aware of EA coding, So kindly convert below mentioned indicator into EA and provide me. It ll be greatful help to me. I am listed Indicators MQ4 below #property indicator_separate_window #property indicator_buffers 3 #property indicator_color1 Black...
[Deleted]
Hi Folks, I am writing some code for an EA, and am wondering how can I have the EA look at different time frames other than the time frame of the chart it is attached to. For example, if I attach my EA to a H1 chart. And the EA is coded with time[1], open[1] etc, these will be referring to the H1...
[Deleted]
Hello, can anyone give me an advice for a very special SW-problem with external input parameters: We are runnung an EA with external input parameters at the normal input-parameter menue.. This parameters can be changed at any time . The parameter changes are read by the EA and the EA responds to...
I need a script that will sound an alert when the enclosed TriangularMA Centered moving average crosses an adjustable EMA. I need to be able hear an audible alert, a text box and SMS email alerts. I want to choose the currency pair and time frame. I want to choose a unique sound so that the it can...
[Deleted]
By using OANDA, I found that the history data in the "History Center" missing between date 2012-Jan-13 & 2012-Mar-08 for EURUSD (1 Hour). Anyone please help. Thanks
Dear All, I am here again for your help. I tried different methods to succeed Error #130. I couldnt place orders when the price is near to Ask or Bid. Here is one of my technique. Can any one suggest alternate method or changes to be made that will workout. Thanks in advance....
[Deleted]
The entry i must make own. who can build to me following script.ea? sell script with + 10 released sl must started. Tp variably. Then the following pairs should be explained immediately. usd-chaf, cad-chf, usd-cad, gbd-usd euro-aud aud-usd gbd-aud. And on the buy side. buy script with 10 pips +...
I have been reading the documentation and examples but so far nothing helped me. I want to make an EA that buys EUR/USD at 1.30 and sells it at 1.40, automatically, every time that currency reaches those prices.
[Deleted]
When I changes the account number, ex) 1234->1238 There is mismatch in 1-2 seconds. EA's arrays and variables are from 1234's calculation but AccountNumber and order data are from 1238. (OrdersTotal is 0 before login succesfully) And there is mismatch and error order entrys between 1234 and 1238. I...
[Deleted]
I have finished coding up my first 2 EAs, and I would like to forward test them on some small accounts. 1) Currently, if I run both systems on one main account, then won't their stats all blur together(winrate/pf/drawdown)? Do I need to be manually tracking each system independently? Or is there a
Hi, What methods do you use to store important data to make your MQL4 EAs resistant to platform crashes and other unexpected problems? I have read somewhere that global variables are not any better than simple variables and the data will not be saved if the platform crashes. Is this true? Currently
Hi - I also posted this on the MQL5 forum but realized i was actually using MQL4. Have just started experimenting with MetaTrader after spending lots of time with Prorealtime charts. We have a RSI that we use with a period of 1 setting. When that is used in MetaTrader it just flatlines at 0. When...
[Deleted]
Trying to check if I have active pending orders prior to creating new orders. Sure there is some simple problem here. Edit: And I should mention that when I run it the EA continues to place orders, one after another. That is why I know it is returning false. if(activeOrders(OP_SELLSTOP, Symbol(),...
[Deleted]
I am trying to see if anyone has any experience with this. If it's possible I would appreciate a few pointers because I am not sure how to run an exe like metalang.exe on the server. Maybe there is a compiler out there that is made for this routine but I could not find it. Thanks for the...
-
Hello, I have a broker and I do not know anyelse, so I do not know the spread of other brokers on different commodities, forex or indices... For example, my future S&P500 spread is 5, one digit after the dot Golds: 80 pips, 2 digits after the dot OILs (Brent): I have not the possibility to trade...
Good morning, Is there a way to test an EA on weekly charts? Cheers!
[Deleted]
I want replace envelope into macd indicator. can you guys show me what codes should i input and what need to be taken out. Thanks Here's macd code //+------------------------------------------------------------------+ //| Custom MACD.mq4 | //|...
New article Fractal Analysis of Joint Currency Movements is published: How independent are currency quotes? Are their movements coordinated or does the movement of one currency suggest nothing of the movement of another? The article describes an effort to tackle this issue using nonlinear dynamics...
Hi everydoby, I know that it's not possible to modify the platform clock. Is there an indicator showing the opening time for every bar with the desiderd time zone? For instance, platform is settled on GMT but the indicator shows opening time on GMT+2. Thank you!
[Deleted]
Hi all, I`m new used this MT4. Here i want to ask about EA. It is EA working if I shutdown my computer.
I managed to write a profitable EA. However, after reaching a certain level of profit, orders stop opening with the reasoning being wrong price or a general error. Perhaps there are some recommendations on how to avoid this. Maybe perform some additional checks or increase the slippage with each
Anyone knows how to increase the quality of modeling when you are testing?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.