MQL4 and MetaTrader 4 - page 157

Hi I have a problem with metatrader 4. It is getting freeze every time when I am changing timeframes with some indicators and EA panel to trading. A few mates tested the same indicators , the same ea and all is good. But not for me. I installed new windows clean, and on clean new system it is the
  Martingale EA  (1388   1 2 3 4 5 ... 138 139)
A few days ago I received a PM to code an EA with the following parameters: -User decides initial trade direction (let's say long) and starting lot size (say .1 lot) -New position would be added every time the market moves x pips (say 10 pips) up or down away from the most recent position taken. If...
Hi I want to detect a zigzag 5 bars before. To find that I used this, if (zigzag(shift+ 5 )> 0 && zigzag(shift+ 5 )>Open[shift+ 5 ]) Alert (" new high"); if (zigzag(shift+ 5 )> 0 && zigzag(shift+ 5 )<Open[shift+ 5 ]) Alert (" new low"); when using this code, it only detects new low. The code is
[Deleted]
Hello All, I am using 30 symbols and 9 time frame in EA. I need to read indicator buffer. With according to buffer value i need to update arrow for each and every timeframe. I am getting issue of delay in updating of arrow. All code is executing in On timer(). Timer event used 1 second, 5 second,...
I have been trying for a few days to see if I can do it but I can't seem to get it working. Preferably the notifications have a pop up, email and push notifications abilities. Thanks in advance and please let me know if you need any more information
I want to modify this EA to keep the previous orders opened and open new ones, I tried to modify but only opens one order of buy and the nothing else. in what part of the code I must modify ? can someone help me
How can I watermark or my logo in the center of the MT4 chart
Hello everyone, I have a quick question. Is it possible to trade (test) other financial markets and instruments on MT4. When I click on 'Market Watch' I only have forex pairs listed there to trade or test. Is it due to my broker I'm not seeing any other financial market or is it due to MT4 not
i cant figure out why its not working propably ..a little help please...... the problem is that ea is take buy and sell trades on same arrow no matter if its buy arrow or sell arrow .. ea is taking 2 trades opposite way at same time
  iCustom  (5)
Hello all, I have <Deleted> indicator from MT5 market. i want to know how to call icustom indicator in EA please all guys help me.. *** above code from my mql4 language i just want to know how to convert this code in mql5 please help me.. please tell me how to call icustom in mql5
Please advise. I'm getting push notifications from someone else. I did not give my MQID to anyone, I've only been using it on my VPS on my PC. So, (1) either someone mistyped his MQID into MT4 and consequently now made me receive his notifications or (2) someone stole my MQID from my VPS and is now
Hello fellow traders and coders, I have been playing around with mql4 for some time and do have some coding knowledge but I could do with a nudge in the right direction. I am looking for ways to simplify my trading journal and keep track of trade idea's I have in the pipline. One thing I would like
I know I can set SL within EA, but if multiple EAs open on multiple charts is there a way to set MT4 Stop-trading rule if say 5% of account deposit lost
THIS SCRIPT USING TWO POINT TO COMPUTE ANGLE OF TREND AND TREND RESULT. HOWEVER, THE MT4/MT5 SOFTWARE IS INCONSISTENT TO PROVIDE A CORRECT TREND VALUE. THE FIRST ANSWER ALWAYS A REVERSE ANSWER!!! IS MT4/MT5 A PIRATE SOFTWARE AND STOP USER FROM FINDING PRICE ANGLE? WHY ALWAYS GIVE FALSE OUTPUT? SAME
What can be done to show the surface trade with a horizontal line? In mt 4
Hi, I have orderSend and OrderClose. OrderSend works, OrderClose closes all trades. I need to close only last trade. So, If I have: I want to close trade in red box. for ( int Counter = 0 ; Counter <= OrdersTotal ()- 1 ; Counter++) { if ( OrderSelect (Counter,SELECT_BY_POS)) {
Hi there how can in override the Buy or Sell button of chart itself and how can i override the close button of each order orders and how can i override the modifiying an order in mql4
[Deleted]
  Can MetaTrader send SMS?  (19   1 2)
Is there a way to set MT to send SMS to my cellphone through a connected cellphone or GSM modem? I need this option (instead of sending email) because my connection is lost sometimes and MT cannot send emails then
Hello, I am looking for a developer who can create a MT4 platform so I am able to see live/historical data using MT4 with US stocks, futures, commodities, etc. I'm not looking to execute, but only to view it similar to Tradingview. Thanks
Hi I'm making an account manager. this EA closes 50 percent of volume of every trade which has more than 20 pips in profit. But the problem is that I cannot keep track of which trade was partially close so that the EA doesn't close the entire volume. I tried using ticket number but every time you
[Deleted]
On the common currency pairs this spread code gives a correct value, Yet on some pairs USDZAR, USDSEK I get a high spread value = 186.0 How to correct this? all help appreciated. if ( Digits == 3 || Digits == 5 ) nn = 10 ; double spreadActual=(Ask-Bid)/ Point /nn; string
  Trade disabled  (2)
Hi, Tried to open a trade on MT4 (both laptop version and iPhone app) and refuses saying "Trade disabled". Any suggestions
Hi, I got common error order buy 2.00 EURUSD opening at market sl: .... Why I got this message? I have in common folder one file TXT and every second READ this file and when is new trade then WRITE in file. My trades order maybe in 1-2 hour. So where is problem? Regartds
Hi guys, good day. I only trade US30, USoil, BTC and Gold. I always just use limit orders Wondering if anyone has an ea or something that would close all pending orders once a position has been filled Example: Buy limit US30 Sell limit BTC Buy Limit USoil Sell Limit Gold US30 is the first one to get
I clicked something that caused the symbols (currency pairs) to span across the top of the screen. I really want them to show up along the left hand side of the screen as before. Can anyone plz tell me how to correct this? Thank you
[Deleted]
When an Expert Advisor is attached to a chart, the time frame is manually applied by clicking M1, M5, H1, etc. This time frame controls how often the EA receives a market tick which then runs all the code in the start() method. How can I programmatically change the time frame from D1 to H4 to H1 to
[Deleted]
When an Expert Advisor is attached to a chart, the timeframe is manually applied by clicking M1, M5, H1, etc. This timeframe controls how often the EA receives a market tick. Each market tick runs all the code in the start() method. How can I programmatically change the time frame from D1, to H4, to
If i have an EA monitoring my account and able to close all my positions like: OnTimer () //a 1 second timer { If(AccountEquity()>target){ Close all positions with certain MagicNumber}} And at the same time have many EAs on as many Instruments, that Open positions at the same time like: OnTick () {
Hi all, I have asked a few questions in the forum lately and very much appreciate the responses I have gotten. I am hoping for the same kind of luck again. I have written an EA that works perfectly on Strategy Tester . But I when open it in my live account on two different charts (two different
Hi, in MQL4, is it possible to overwrite standard predefined variables like Open/Close etc. by my own functions like in this example? double Bid() { return MarketInfo(symbol, MODE_BID); } //+------------------------------------------------------------------+ //|