<b>Market:</b> You have activated the product <a href="https://www.mql5.com/en/market/product/15750" target="_blank">RSI Breakout Dashboard</a>, 8 of 10 activations left. (See <a href="https://www.mql5.com/en/market/rules" target="_blank">Rules</a>, IV.10 and IV.11)
[Help] I created Custom RSI indicator manually but it's don't work. How to calculate Average Gains/Loses?? https://en.wikipedia.org/wiki/Relative_strength_index#Calculation I'm using MQL4. There's no built-in function for Average Gains/Loses. If you know how to code that average gains/loses, please...
Hello to All: How can I get alert signals when the RSI hits a number, let say 30, for one or many currency pairs? Must I specify the timeframe? If yes, how? It's probably easy, I just don't know how to do it? Sincerely, Garcia Fong
Hi, I'm having issue with adding default indicators like ATR, CCI, MACD etc. I found that the indicator is marked with grey symbol. I cannot won't add even i treid to add by clicking Tools>Indicators>Custom. There is nothing shows there Also, when I tried to click metaeditor this error appears. I...
[Deleted]
Hello, I am trying to write a indicator to draw high and low of Last/Current Month andLast/Current Year. With the help of the members here I was able to get the indicatorworking however there are couple of things I would like to get help with: 1. All the lines are drawn RED even though I mentioned...
Each time I make backtest, a plenty of gigabytes destroy my hd; any trick?
Hi friends I wonder how could it be possible for "MarketInfo(_Symbol,MODE_TICKVALUE)" to be equal to zero? I've written the code below to calculate the broker's commission in point but sometime it takes the zero divide error ! double commission_in_point=((commission_per_lot)/MarketInfo(_Symbol...
Hello, I wonder if it is possible to use EA to open positions at the same time in two different MT terminals (two different brokers), that is, opening poistion in one account can automatically open another position in the seccond account? Please kindly advise Thanks.
How do i get the value of margin percentage(at symbol properties window) in mql4 code?
Is It possible install data from dukacospy without paying tickstory in mt4? Someone can help me with this? Is It necessary a script?
extern int PeriodoEMARapida = 5;extern int PeriodoEMALenta = 21;int MaximoDeOrdenes = 0;int BarsCount = 0;//+------------------------------------------------------------------+//| Expert initialization function...
Hi I am a newbie to the forex coding... I have been trying to modify the open price of an order when the pre defined conditions are met. But while executing the order modify function, it is returning false and the error code is showing as 1. I have observed that order open price and modified...
I have a problem in storing my newer files: when I look at the file I am trying to place in storage it is different but the old file has a > revision number: If I 1/. keep a copy of the files im trying to save as xFileName for FileName (file) 2/. Then delete the files I want to store 3/. Update...
Another one I cannot find info on... Anyone have a function to add the millisecond count to the tick struct? I made one that uses to pc clock instead of broker time, but this is obviously not accurate (broker time diff/network latency)... Any ideas? here's what I have so far... #property...
Hi All, In MetaTrader there are several DEFAULT indicators, that were added along with installation of platform, that I would like to delete, particularly but not only Oscillators which I comment them as extremely unreliable. In one moment they show one trend direction - possibility to enter...
Hello Trying out code from https://www.mql5.com/en/forum/130611/3340415#comment_3340415 as I have plotted a series of HLINEs and want to change the font of the descriptions of each: if(ObjectSetText(_lineName, "What you want to call your line", 8, "Arial", Magenta))...
Hello everyone, I am not sure how to achieve this ,but should be possible. void ControlPanels(){ string AControlPanel="P", BControlPanel="1", CControlPanel="P2", DControlPanel="P3", EControlPanel="P4", FControlPanel="P5", GControlPanel="P6",...
Hello, here is my code why facing error 131 , Do some one help me... Chaiya if().. { buy_TP=0; if(StopLoss_In_PIP>0) buy_SL=Ask-StopLoss_In_PIP*pip; else buy_SL=0; buy_TP=NormalizePrice(buy_TP); buy_SL=NormalizePrice(buy_SL); //...
Hello All, I'm fairly new to all of this, so I was wondering if there's a way I can add time inputs so that I can leave automatic trading turned on, but the EA will only place trades during certain hours (i.e. between 3 AM and 7 AM). Not sure if it matters, but I'm using MT4 and MQL4. Thank you in
Hi all. I am trying to extract values from an indicator (assume the name is "ABC_Indicator") that has several input values. I have source code of the indicator. Hence I use the iCustom function to create the following function to extract the buffer values ,as follows....
hi eveyone i recently develope a new EA but is not working. Could anyone help me to find out whats wrong on my code please? P.s. if need it i could provide more information of what is the strategy wich i want to code
hello my latest research require other pairs data for the calculation of the current pair, I wrote some code but my script are slow and sometimes freezes the MT4. is there any library that can solve my problem? I know MT5 is the right solution, but my broker is still on MT4
Guys my first EA doesn't open any sell order.. only buy.. can you help me ? double Lots=1;double SL=0;double TP=0;int ticket=0;extern int MagicNumber=10056;extern int StopL=20;extern int TakeP=80;extern bool Compounding=true;extern double Rischio=2.0;extern int BegTrade=8;extern int...
Hey guys, Need a little help. Still learning on coding. So i'm trying to create an indicator. but i have a problem. i have tried to google for answer but can't find it. hope someone here does know. i use the GVGet and GVSet function so will get a better picture //Ex.(iOpen(NULL,PERIOD_H1,0)<iMA(NULL...
Hi! MT4 shows two different runs for the same symbol (EUR USD). But brokers are different. What could be the reason for this problem? How can I fix this?
Is it possible to programmatically give the focus to a OBJ_EDIT element placed on chart? If yes, how to do it? Thanks
Hello, this code is the sum of the differences, I need the maximum value found there... Example: if Bars = 5 (In brackets is the sum) Bar[5] +0.00010 Bar[4] +0.00004 (+0.00014) Bar[3] +0.00010 (+0.00024) Bar[2] -0.00010 (+0.00014) Bar[1] -0.00010 (+0.00004) Bar[0] -0.00010 (-0.00006) I need...
Metatrader 4 v1090. Linux 18.3 xfce with Wine v3.0 stable also Windows 7 Ultimate. Same problem regardless of OS. Same problem on Live and Demo. Every Free Renko Generator that I have tried has the same problem. There is a 5 pip difference in the price between the Offline chart and the real Time...
if(OrdersTotalMagicbuy(Magicbuy)>=1){ObjectCreate("HLine", OBJ_HLINE,0,Time[0],OrderOpenPrice()-50*Point);}if(OrdersTotalMagicbuy(Magicbuy)>=2){ObjectSet ("HLine", OBJ_HLINE,High[0]-50*Point);} Hi, I'd like to create a trailingstop function, I've created these lines of code that work, only if the...
Dear Programmers, I would like to ask your help about sending an e-mail. I went to the e-mail settings (MetaTrader-->Tools-->Options-->Email) and filled out the datas: SMTP server: mail.t-online.hu:25 SMTP login: login_name SMTP password: login_password When I push the Test button, I get the...

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.