MQL4 and MetaTrader 4 - page 1267

Hello friends this is checkmail and have a few custiom made indicators but i also want it to alert me whenever there is any oppourtunity to trade. Here am not talking about the sound alert but an pop-up window of alerts, can anyone help me with its code with comments. And also to add it to variety
[Deleted]
Hi, a small team based in Australia and Europe has a requirement for a MQL4 coder for a small project and consultation on a larger project. Confidentiality agreements will be in place. The primary project will be fairly simple for a seasoned coder. The secondary project maybe extrememely difficult
[Deleted]
Hi all, please i need a non-lagging macd indicator ,that is reliable. any help will be highly appreciated. thanks
  Correlation of indicators  (63   1 2 3 4 5 6 7)
alsu писал(а) >> Richie, you promised to frighten everyone with a new question today - hurry up, before the scientific community gets excited :))) Happy Holidays, everyone! - No, I don't want to scare anyone, I think it has "matured", I have many questions but this one has not matured yet, I still
[Deleted]
I have use MT4 to see the trend and the cci indicator for trading Intel and microsoft stocks. but Since July 19 it is not workingany more. are CFD charts not supported any more. or is just my charts? Please anyone let me know. Thank you. Paul
[Deleted]
Is there a way of changing thehistogram in the MACD MACD indicator from a histogram to a line? Anyone aware of a code to do this if not feasible within exising indicator
so now, instead of including SL and TP in the ordersend() function, our EAs must first send out an ordersend() with SL and TP being 0, and after the orders are opened, the orders must be modified with Ordermodify() where the SL and TP can now be inserted. - Here is the issue, the EA's i have open...
  EA within an EA  (4)
Hi Is it possible to call an EA inside an EA? Thanks
Hi i am new to mql, I am trying to create an EA to trade automatic. The EA must only can have only one trade on each currency. which means that if i attach the EA to the chart, the EA must detect is there an Real Order running OR any pending order available for the currency that attached. If there...
Hello, I have been coding MQL for over a month now. What I noticed the day I started coding MQL is that there are three expressions for true: true, True and TRUE. It is only until now that I have been curious about what the other two are used for. I have only ever used true, what does True and...
Why i execute pending ticket, it does not perform in the EA? My code .... #property copyright "xxx" #property link "xxx" #property show_confirm bool temp_order_flag = False; //+------------------------------------------------------------------+ //| script "send pending order" |...
[Deleted]
Hi, I'm trying to implement a simple function that send order at the market price and fix the stop loss from an absolute "bet value" (ie an ammount of money in the account currency). I don't understand why it doesn't work with USDJPY but it seems to work with other symbols like USDCHF, EURUSD,...
i would like to create an EA to trade when finding the previous candle signal. EMA value... FasterEMA = 4, SlowerEMA = 5. As i know, i can code the checking current new bar candle performed or not, if new bar candle on chart performed, i will issue a signal flag to check EMA value, whether it have...
[Deleted]
it doesnt close orders something wrong with my OrderClose any idea? thanks   ticketb=OrderSend(Symbol(),OP_BUY,lotSize,Ask,3, 0, 0,"izzy",MagicNumber ,0 ,Green);   //open                 if(OrderSelect( ticketb, SELECT_BY_TICKET )==true)      {       Alert("LONG ORDER OPENED IN izzy"," Symbol= "...
  Testing real-time forecasting systems  (926   1 2 3 4 5 ... 92 93)
Predlagayu lay out screenshots here with your prediction on any systems, strategies and techniques (of course enumerate or name them not ask) I think I'll write right away to answer the question why this, .... not why, but simply, is not it interesting to play oracles and Pythias? =) The main thing
hi i know this is not a programming issue, just want to know if something like that happend to one of you too. yesterday evening i left home, and my pc was running a testversion of a new EA. today when i came home, the mt4 client was disconnected, and the log says: cannot login (account disbled) ok,...
Hi I use IBFX partial close - where can I get the code? They only gave the executable file and not the code. Thanks
[Deleted]
Hi, I am using FXCM Demo Account. By browsing the forums I found that for FXCM we cannot set stoploss and takeprofit using OrderSend(). Therefore, I used a combination of OrderSend and OrderModify. But the problem is that on my EA, OrderModify seems to work only for once or twice after that,...
  Stolen EA  (1)
How do I contact MetaQuotes about a stolen EA shared in the MQL4 codebase? The guy took my 2008 championship EA, removed all copyright notices in the code and added his links there
This should be my final question for a while. Since Sunday, I've pulled up the EUR/CHF and EUR/NZD charts on MT4 but so far all I've gotten is "Waiting for update" on both of them. Since nothing has happened, I'm currently assuming that there's something really simple that I'm supposed to do that
[Deleted]
Thing crashes regularly 2 or 3 times a week and I've seen no responses from anyone about solving it.
  MT4 dde syntax  (2)
I would like to export SMA to a excel worksheet. Any suggestions? Thanks, dsg7012 /MT4|BID!XXXYYY/
[Deleted]
Could someone tell my why my terminal screen disappeared? Before, when I hit f11, I could alternate between full screen and terminal screen with no problems. I went away for awhile after opening a trade. I came back and saw my position was good enough to close, however, when I hit f11, the...
Hi, Can someone publish the algorithm as to how the lots are divided over multiple accounts when you select lot allocation "on equity ratio" ? Thx
Hello Guys, How can I check if I have placed a pending order in some minimal distance (known) from the current value of a currency pair? How is this implemented? Can you please tell me the functions that I need to use in order to achieve this? Thank you in advance! FxTRance
Hello, Does anyone have a rational explaination as to why History Center has Daily price data for EURUSD that goes as far back as the year 1989? Regards, Wilbur.
  The First Book on MQL4  (11   1 2)
With support from MetaQuotes Software Corp., the first textbook on programming in MQL4 is now ready. You can read the bookfrom the website of https://book.mql4.com/ru/ free of charge. The book is intended for high readership interested in developing of automated tradingprograms for MetaTrader 4...
[Deleted]
Is there a way to have an indicator or an ea look at multiple indicators to make a decission? I have a system made up of 4 free indicators, when all ling up then it become accurate. I want know know if there is a way to have the code look at the valuesof different indicators and if the colors are...