MQL4 and MetaTrader 4 - page 3

Greeting , Can anyone help me please with programe lines (code base) to add to my EA -mq4 file simply , I only want the EA to open trades only if RSI value between 65 and 35 for example or 70-30... etc , it would be really appreciated sorry I don't have experience in programming
How can I program triggering a key press/event? For the following use case: Normally one can zoom with the "+" and "-" keys, but I would like to zoom with "q" and "r" and my idea is when "q" is pressed to trigger pressing the "+" key. Or are there better ideas how to create this use case?
I send messages with "SendNotification" to push Alerts from mql4 to the Android Mobile APP. It's working correctly from years. Frome about 1 month i'm experiencing the following behaviour: 1) i send from my mql4 EA push notifications with SendNotification command to my Metatrader 4 Mobile APP
Hello, as in tittle, What code should I add into EA in MT4 to avoid hyperacivity alert in FTMO prop firm? Did you happen to have 200 orders open simultaneously or 2,000 trades/order modifications that day? That's as much as the FTMO servers can handle and will temporarily lock your account for
  Filters indicators  (316   1 2 3 4 5 ... 31 32)
Some indicators which can be a filter to avoid big losses. If you have a great idea so you need a filter. To avoid any trading in none-trading zone. Please post your filters here. And please find the filter ... let's say ... 4 in one: FATL, SATL, RSTL, RFTL. In one indicator
Is there anyway to Automatically turn on the Trailing Stop Loss in MT4. 
In MT4, how can I see the name of my chart template that is currently applied? - indicators with ctrl + i - objects with ctrl + b - and templates? How can I switch templates with a hotkey? - indicators/EA' s with alt + [key] (from ctrl + n) - profile with ctrl + F5, profile name at bottom (see...
Goal: I usually have my charts(over 20) maximized but at certain times, for comparrison, I want to have only two charts filling the whole window: one to the left with 100% height and 50% width and another one to the right with the same dimensions. I'm aware that I can do this manually but to get it
I install 8 EA for testing in different symbols. All the variable are different. But only one order is excute. Why
Hi, I don't know how i have my Terminal window on MT4 floating and detached from the others. I can't find how to put it back. I'm on macOs Sierra Thanks
Hello, I can log into my profile using the MetaTrader4 app. But when I open the Desktop MT4 terminal and use the same login details, it tells me the login details are wrong. I restarted the computer and closed everything and then reopened it. What can I do? Thank you very much
Hi everybody, I used DeepSeek (DS) yesterday to request a simple script.mq4 codes, DS provided me nearly 100 versions of scripts but all versions are NOT working at all, it took me about 5 hours. I kept on asking modifications and corrections, but the DS finally turned up to be "server busy" to
Am trying to create a tma tma oscillator by using the difference between two tma but my tma will use custom price rather than mql4 main price such as close open etc. But i don't know if.this.will cause heavy repainting or.if it will just recalculate at centerFactor =0 double iCtmaCustom( double
Here is a step by step guide for buying, installing, testing and using a Metatrader 4 Expert Advisor (Robot, Bot are whatever): 1. First make sure that you have the necessary funds required for your purchase in your MQL5 account, its always easier to pay with your MQL5 balance, than using a credit
I drew a long transparent horizontal band with canvas from the left to the right end of chart. Then I created a horizontal line object. When the line is outside the canvas band, I can get line handle with either CHRARTEVENT_OBJECT_CLICK or CHARTEVENT_CLICK and move around by mouse. However, once the
Good EveningI use EA_Ilan-TrioKS v1.47 and it allways worked fine and with profit but since three days ago it started operating strange, whenever the system is restarted it closes all BUY orders even causing loss.It makes a stop loss with the value of actual price and closes the trade. Has anyone...
  Ilan 1.6  (9)
Hi friends, I have been using this EA for long. It has made me some money. It trades multi-pairs and trades multiple times per day. This EA works on Gap(Trend). If the gap is too long this EA is dangerous...it can blow out...this is because its Stoploss is not coded properly. Although it has a SL...
Please excuse my ignorance, 24hrs ago I downloaded the metatrader prog and it would not work. I started looking for why and found that it did not come with an experts file and meta editor is different (look at attached files) . Thought that was strange so I proceeded to update my older version of MT
  Supply and Demand Expert Advisor  (31   1 2 3 4)
Hello Supply and Demand Traders, I have a custom expert advisor which trades off supply and demand zones.  The zones it trades off are from this source - https://www.mql5.com/en/code/14545 (indicator attached below).  Here are the rules of the EA: - When price reaches the proximal level of an...
Hello everyone, Please I need somebody's help concerning this, I have tried everything i know but to no avail. After completing my EA and compiling, it displayed "Event handling function not found!" on line 1 and column 1, I checked everything about line 1 and column 1 but there is nothing to...
On my desktop there are servers with good response time but chart does not update to latest candles and it connects and disconnects every few minutes. Does anybody have a solution
Just within the last few days I am now not able to login to MQL5 from my MT4 application or even access the website from my computer. The website works perfectly fine from my phone so it does not appear that I have any restrictions on my MQL5 account (nor should I) but trying to access it from my
[Deleted]
  forgot password  (8)
i forgot my account's passwords...can any1 help me?...
I use MT4 on a new broker in a Demo account for some weeks. Yesterday I activated a Live Account but this one has limited data , as for exemple the m.a. 2584 stops on 251218 at 14:28 that is just one day for the 1min chart. What can I do to increase it
I'm still using MetaTrader 4, but I noticed a good indicator I could use as the basis for creating an EA, the MAonRSI. However, I can't find it in MT4. Does anyone have it? Thank you very much
I have gotten a message on metatrader 4 on a community group and it says new mql5 authorization from then it says the ip address then the location and the type of device which is android and then it says the previous ip address I am worried that my account has been hacked or something can anyone
Introduction I was trying many methods to autostart my VPS. Autostart menu and autologon just didn't work for me. So I had to autostart my terminals under System account, which autologins each time Windows restarted. There is a lightweight utility anyserv.exe, I used it for a long time successfully,...
I hope I am posting in the right category. If not pls direct me. Hello, I am using Excel RTD from FX Blue Labs from  Pepperstone to connect my Excel 365 (Desktop) to MT4 to get real-time forex data and historical ones. I need to know how to use the fill handle to fill all the cells without typing...
Hi , I would like to know if there is a way to deactivate the "auto Styler" in the Metaeditor .. I just noticed that since the last version(I believe) if I have a source code like this: int start() { if ( Bars <= drawBegin) return ( 0 ); int countedBars=IndicatorCounted(); if (countedBars <
  Triangular moving average (TMA) ...  (775   1 2 3 4 5 ... 77 78)
The purpose of this thread is more personal ... At some stage (some 4 years ago, posted it at this post : https://www.mql5.com/en/forum/175938/page17I ) coded one variation of an indicator that I named TMA centered. After that somebody shortened it's name to TMA and ever since I am receiving emails...