How Liquidity and Volatility depends on each other? Anyone know what is relation between Liquidity and Volatility? Does anyone know what are the tips for verse scenario
Hi, i'm including Dialog.mqh on my EA, but when my panel height exceed chart height it gets minimized. it happens because of this in Dialog.mqh : if(m_chart.HeightInPixels(m_subwin)<Height()+CONTROLS_BORDER_WIDTH) { m_button_minmax.Pressed(true); Minimize();
Hello, I've been banging my head against this ea for months. I even went to freelance and hired someone but he stopped responding about a week ago and i'm back to trying to do this on my own. The problem I currently have is that my incremental trail only works on buy trades. No modifications are
Hey guys, I have a question before starting to create my EA. I have taken some MQL4 coding courses and they have proven to be insightful and helpful in understanding some of the basics of learning to start coding my own EA. What I need is an EA that automatically draws/identifies channels, and then
Hey guys! I've added an alert in this TrendCCI so, as an example, each time the TrendCCI is bullish and the EntryCCI crosses the zero level from above I get an alert for bullish re-entries only, and each time the TrendCCI is bearish and the EntryCCI crosses the zero level from below I get an alert
Hi I'm new to mql4 and struggling how to do something complex. let's say i want to calculate the momentum of cci (this is a meaningless example but gets the point). for momentum i want to use macd but here is the problem : iMACD only gets an integer as the input, so i know that i need to calculate...
Hi to all! I have a simple question. I need in my ea to enter buy, for example, if ALL the last 3 candles are Above a moving average . Example: If ((Close[1]&&Close[2]&&Close[3])>ima(......)) Is there another method instead of out all this close&&..? Like Close[1+2+3]? Manu Hanks to you
My account is based in AUD so I am assuming this has something to do with it I have noticed that right from the start of opening and trading my account in MT4, when I click on the exposure tab in MT4, the graph always shows a huge exposure to AUD even when I have zero positions open involving the
I've created an EA for 30Min chart which is supposed to open trades base on RSI values and Donchian Channel. I guess the problem is with "iCustom" function calling, cause it doesn't print the indicator when I back test it. I appreciate if someone kindly debug this code for me. Below are trading
Hi, I have an EA that closes ALL orders in total pips profit. I can only use it on one chart at a time because it calculates the total pips of trades open. I was looking to get magic number added so I could use it on different symbols
Will we ever see a 64bit Metatrader 4 version? This running a 32 bit client on a 64 bit OS is ridiculous.
And before anyone says "download MT5, it's free"; I live in the U.S. and there aren't any brokers who currently support MT5 on LIVE accounts.
Hello all. I found this utility somewhere within this community. The utility closes open trades when the sum of all open trades on a given pair reaches a pre-defined target in account currency. The only setback i find with the utility is it does not follow FIFO rules in closing the orders. I am
Hello everyone, I'm stuck with a (simple) problem concerning the calculation between 2 dates. For example : Today is the 30th of November. I would like to count the number of working days (not Saturday and Sunday) between September 17th and today with MQL4 Any idea ? Thank you
I would like to ask for some help. am trying to make EA that will open pending buystop and sell stop orders in particular time let say at 07:30 AM above or below the candle by 3 pips, if one order fulfill it will close the other pending order and add takeprofit for the open order by 20 pips. that
Hi all, I still use mt4, and it does not fully support mq4 any more, though old ex4 file still works fine. Is there any tool to do the conversion for me? But I need the output WITH MQ4 EXTENSION
hello people , i dont know mql4 code , but i want to write simple EA . Can anyone help me ; for example ; every day , open buy position time 00: 05 , and TP : 100 thats all.... please help
Scenario: Various charts are open with various EAs running on them opening and closing trades automatically. Action: Adjusting the EA settings, switching EAs on charts, getting ready for a VPS reboot/update, or just deactivating the EAs for a certain period WITHOUT interrupting them Facts
Hello there I have Trend Reversal Indicator which repaints. I was wondering if someone can re-code so that it does'n't repaint. I don't have MQL4 source file <ex4 file deleted >
As title suggests MT4 keeps crashing. Optimizing for 1hr chart for 2 years. Optimizing for one variable only. Build 1090. Edit: waited almost 2 hours, no passes and crashed Edit2: waiting almost 1 hour no passes.
double MA1= iMA(NULL,0,MA_Fast,0,MODE_EMA,PRICE_CLOSE,0); //-------------------------//// if (Losses()<2)//if ( Winner()<2)if (OP_BUY==true){if(Open[1]>MA1 && Close[1]<MA1) { !OrderClose(OrderTicket(),LotSize,Bid,3,White); } } if (OP_SELL==true) { if(Open[1]<MA1 &&
Hello All, I have been working on this EA that is to send alerts when at certain time of the day. It works on tester and will keep up with the days of rise and fall and send alerts based of what price had done previously. basically when I run this EA on multiple pairs it doesn't keep up with the
hi guys my name is yamkela poni and I have tried to install metatrader 4 but it wont allow me to and I have even tried to install the platform from other brokers can you guys please help me
There seems to be a minor bug in iRSIOnArray for that I couldn't find a reason why it would not work. See this code: double buffer[ 3 ] = { 100 , 101 , 102 }; int period= 2 ; int shift= 0 ; Print (iRSIOnArray(buffer, 0 ,period,shift)); // --> 0.0 (expected: 100.0) iRSIOnArray does not return
I am trying to get this when the swap is a negative number it will show up as red in ( ) How can I do that with the follow code ObjectCreate("spread/swap monitor3", OBJ_LABEL, ("spread/swap monitor ("+Symbol()+")"), 0, 0); ObjectSetText("spread/swap monitor3","Buy Swap :", 12, "Arial Black"
I get memory leaks warnings at Mt4 "Experts" tab when I changed timeframe. I'm using mql4. To reproduce this issue just create simple indicator and paste this code. class CObject{public: CObject() {} CObject(const CObject& obj) { }};CObject make_wrapper(const CObject& obj){ CObject objtmp(obj);
Howzit guys So i am coding my first EA but i have hit a wall and google isnt understanding me due to i dont know how to put it exactly... I am trying to code, that if the histogram is in a low phase of running ( which happens when it chart is ranging normally) do not enter trade. But i have no idea
enum ordertype { buy=1, // Buy sell=2, // Sell notrade=0,// No Order };//+------------------------------------------------------------------+//| |//+------------------------------------------------------------------+enum rtype
Did someone see an error [225] at mt4? I cannot find the meaning of this error at https://docs.mql4.com/constants/errorswarnings/errorcodes What does error 225 mean please
Somebody knows how to make zup harmonic indicator scan multiple pairs and timeframes
Hi I am running an EA on a chart, but sometimes I close it by accident. How to make this chart open and can't be closed until I remove the EA? thanks

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.