MQL4 and MetaTrader 4 - page 1335

About this question I have had doubts in the last 24 hours. Situation 1: Why did the order close at this price? Situation 2: Quotes stop coming for one pair from a certain moment, the Expert Advisor is inactive. The Expert Advisor should have closed the open order at the right time. It is clear the
[Deleted]
I need to add one more check to my EA. The EA need to draw a linear regression channel from 0:00 to 24:00 on the previous day and radiate this to the present day. The bar open price need to be compared against this radiated line and check for a breakout. This holds true for that day. As soon as...
[Deleted]
If you Interested in that . please visit forexeazone
Hi, I am looking to have an EA coded and need assistance from someone that knows their way around code. To start with and in short I simply need the EA to: * Be ECN 5 digit compatible for MT4 upgradable to MT5 (obviously) moving forward. * Manage a single trade Ie. open and close it (repeatedly if
  fxwin
Am very interested, please forward to andrevan.schalkwyk@gmail.com
This is really out of my field... Saw something about HttpSendRequest from Wininet.dll, but didn't make much sense to me...
[Deleted]
I want to know how many bars ago do two moving average cross each other. Like MA(8) and MA(14). Can anyone please code this for me
[Deleted]
Is it possible to make that MQL recognizes such words such as open, close, tp, sl works and then automatically put in excel! I would like to share my trades with others! That's why I am trying to write such script.
Hello, Is there a way of doing in MQL something similar to the 'First indicator's data' and 'Previous indicator's data' option in the 'Apply to' dropdown box in the Indicator Parameters tab? I would like to apply, for example, a Bollinger Band on top of another indicator. Is there any way to do this...
I mean about: http://www.forex4you.com/clients/conditions/ With Meta Trader 4 platform SUPPORT. Anybody knows BROKER like that? I would like to know if the BROKER uses the BRIDGE on the FOREX MARKET?
Contact me.
[Deleted]
  Fractal question  (1)
Hello, I am trying to get some information on how standard fractal function works. I know a fractal is when highest point is in the middle of 5 bars and vice versa. What I am trying to figure out is what the function returns, is it the actual value ie high or low. the other question is does the...
  Hateful pipsqueak.  (89   1 2 3 4 5 ... 8 9)
It turns out that if: 1. Invest $1,000 in the business. 2. Make 5 pips every day for a year... 3... at a lot value of 60% of the deposit, 4. Then in a year:)
[Deleted]
  Traiding on next candel  (12   1 2)
Hi Need some help on coding a statement that will calculate all future statemenys based on the current candel close or the next candel open value - apposed to calulating values on a tic. L
New article Creating Tick Indicators in MQL5 is published at mql5.com: In this article, we will consider the creation of two indicators: the tick indicator, which plots the tick chart of the price and tick candle indicator, which plot candles with the specified number of ticks. Each of the...
  MT4 platform  (1)
I am getting an common error message on execution of trades saying plese verify operational parameters can someone assist in fixing this problem please
Hello again to all Ok. This is a real problem. Not that I have not had advise to correct this problem, but nothing seems to help. There is no smiley face on the chart? I have clicked Live Trading in the Toools > Options > Experts advisors and have Enabled Expert Advisors. I have powered off the Meta...
[Deleted]
I would like to create my own EA! I would like to make the feature, that only desirable people can use. For instance, some email addresses are stored in MySQL database. A trader execute the EA, it asks for a email address and a password, then if he entered the wrong email, password, or the email...
[Deleted]
Hello all, is there a MQL function to programatically get a list of all tradeable symbols of the current provider? My provider changes the symbols a lot, so I would like to parse them regularly ... Cheers, McM
[Deleted]
  10$ for upgrading the indicator  (78   1 2 3 4 5 ... 7 8)
Hello! The AC indicator needs to be upgraded , so that in its settings (in periudes) it is possible to enter a non-whole number .... for example 2.7, 5.96..... is it even possible? ICQ 472942007 I posted the indicator for example
[Deleted]
Trading system "Martingale by candlestick" A profitable trading system for EURUSD 1H, using candlestick lengths and the "swing" martingale technique. The TS requires a 4-step deposit at an initial lot size of 0.2. Rarely does the TS reach 4 steps. The TS has a small drawdown. Algorithm of TS by
Are there any known issues with calling iCustom from an indicator? I am making a signal generator indicator that checks multiple other custom indicators my system uses. I have an order management EA running on the chart hence why I have gone this route. I have the function below to check against the...
  Trendline Bug ?  (1)
Has anyone noticed if you pull two trendlines which converge at a given price level in a 30 minute chart or 1hr chart and mark that convergence with a horizontal line to signify the price level they converge at, then look at it on a 4hr chart or daily chart they converge at a totaly different level...
I had to reinstall all my software after my PC crashed and now MT4 does not display custom indicators, will not run EA's or execute scripts. Does any one know where I got it wrong?
I have non standard BROKER with 5 decimal places after point. When I open order I have to do something like following :extern bool FractionalPips = false; int start() { double ticket0, ticket1; if(FractionalPips==true) {pip=10;} else pip =1; ticket0=OrderSend(Symbol(),OP_SELL,0.35,Bid...
[Deleted]
Hi there, I would like to transform an indicator using a buffer in EA. I read the MQL4 documentation but i still can't do what i want I would like to pratice by transforming the MACD indicator in Expert adviser I don't need that the EA takes some order but just that it shows by the function Comment...
[Deleted]
I'm trying to make an indicator that checks the value of an LWMA against itself to see if it is higher or lower than any of its values in the past 20 sessions. I did write some code but I have no experience with MQL or programming, in general, and this code is definitely not the right way to do it
  Need Coding Help  (2)
I'm trying to find the syntax to determine the highest high in the last 5 bars... or the max high in the last 5 bars. In tradestation it would be highest(high,5). Can anyone tell me what the syntax would be in MQL4?
[Deleted]
I'm running a system, I went to events and enabled them, then I enabled expert advisor and entered an executable file that runs an alert that notifies me when a trade has taken place. It works when I close a position but it does not work when a position is open. Is there anyway to run the executable
Hi all, I've been having this odd problem using mt4. When using metaeditor I get an "access denied" pop up window when i try to make a change to my EA code. I'm using windows vista. Thanks for any help.