Hi, I have this indicator, it is a kind of oscillator, it works at tik, is it possible to make it work at bar close? In practice, when it exceeds 0 it draws an arrow, I would like it to draw it only when the bar has been closed. Thank you! ..Sorry for my english.. <Decompiled code deleted>
Hi everyone Im new here and new at EAs but been trading 15 years. How can I get help installing 5 EAs on mt4. Im not experienced enough to do it myself. Thanks Cheers
Hello. This is my first EA (from a custom indicator), but I have a problem because the function ICUSTOM I think that I made the wrong programming... someone can help me??? Send two files. the indicator and the EA. Please, help me. Thanks. Jarol R.
I have been trying to install Mt4 in my MBA M1 laptop using crossover. The installation always stops with error "Installing MetaTrader 4". Please help. How do I install MT4? Thank you
I know how to scale out manually , but cant figure out how to get out of a trade with a partial order with a limit order. Any help would be greatly appreciated. Thanks
Hi:) Please help me with code , need close order in this situation if (v_kumoBreakoutSignal == 0 ) Here all code Thank you! //+------------------------------------------------------------------+ //| T.mq4 | //|
Hi,, im new to stock market. Can we use MQL4 to programe a Telegram bot for stock instruments??? I just bought third- party stock data for MT4. but don't know how to code with that data as what I can do do with FX data using MQL4. Could anybody give me some idea? ive never done it before. thank you
I enrolled in one of those funding programs. They have requirement that I cannot use a local trade copier. Are they able to find this out if I do use the local trade copier
hello all , i am looking for an indicator which shows rising and falling speed of the 5 minute candles (or any timeframe) per unit of time for example if we have 5 strong bullish candles in 1 minute chart one after the other , then we see a higher value for histogram of 5 minute candle for
[Deleted]
Hello there, i am new to MT4 and its programming language. I am looking for an indicator that will draw a box over a start/end time period BUT including the full body of the candle with text on top/bottom of it. Like in this example. However i always end up with boxes like this where the box is
Hi all, I need to shift a box object to be drawn starting from the left-side of the candle, not from the center.. is there a function to do this? Thanks
When setting gup the email function in the options in MT4 the test email sends an email but with an unreadable subject such as =?UTF8?B?VGVzdCBtZXNzYWdl?= The actual messages that are being emailed also have a strange subject line. Is there any way to change the settings to enable the subject to be
Is it possible to draw a rectangle where the sides are not attached to the normal descrete X coordinates (candle wicks) ? I'd like a 1 bar wide rectangle that is X-skewed by o.5 bar. See picture: Yellow is a rectangle object, Red is how I'd like it to be
[Deleted]
Hello, I am trying to write an indicator to draw vertical line every spesific date on each month, example: draw vertical line every date: 14 January, 14 February, 14 March, 14 April etc... Something like this: extern string hour = "22";extern int width = 2;extern color Color = FireBrick;int start(){...
If you try to use a multicurrency indicator like this one: Free download of the 'DXYvsEXY for MT4' indicator by '3rjfx' for MetaTrader 4 in the MQL5 Code Base, 2020.08.20 The results are distorted over time, as you can see from the images here attached. It is not possible to correctly verify the
I have problem with my coding. Why DoubleToString only accept value from 0.0 to 9.9 only? Why cannot accept 10.0 to 30.0? Hopefully any expert can help me out. I have attach the screenshots. #property indicator_chart_window#property indicator_buffers 1#property indicator_color1 Red//---- indicator...
Guys, how do I make sure that the signal is only given at the closing of the candle and not during the candle? What should I change in my code? static datetime timeLastAlert = NULL ; for (i=limit; i>= 0 ; i--) for (i=limit; i>= 0 ; i--) if ( buffer1[i] > buffer3[i] && buffer1[i+ 1 ] >=
Hi guys, This code: int a= 50 ; double c= 2.55 ; Comment (a*c, " / " , MathRound (a*c), " # " , MathRound ( 127.5 )); Gives this: 127,5 / 127.0 # 128.0 Why not: 127,5 / 128.0 # 128.0
Hello, I have the following code and when I compile it I'm getting "Wrong parameters count" compilation error but I can't see why. Could some one tell me where I'm going wrong please. //+------------------------------------------------------------------+ //|
Hello everyone, I wanted to use the function "icustom" to extract the values of some indicators in an expert, assuming that I have the source of these indicators (so I can modify them). I attach the image where in the "data window" I have the variables: buy, sell, m15 TMA band, value2 and value 3
i'm having an issue, my mql4 navigator only show few indicators, and i cant create a new folder, it doesn't appear on navigator, how can i solve this? thanks
I am trying to figure out a way so I can place a trade manually with only a SL set no TP, long or short before I go sleep but then have an EA close the trade after 5 hours. Therefor, I will run the EA as soon as I place my manual trade. But doesnt require it to be linked with any indicators I just
Hello all, hope everybody is safe and sound i am tring to generate and alert when the candle crosses below and close below a horizontal line , while at the same time i am reading the string from the description and converting it to time and then converting that time value to the candle id using the
Hi, How should I proceed if I want to switch signal to another account during subscription period? Is there a risk that I have to pay it again? Or is it just business as usual? Thanks in advance!
Hello, dear professors. Unfortunately I had a problem with the arrays. I have been trying to find a problem for a few days But I could not solve the problem. Can you help me? Please
This is the backtest result, open 4 trades. This is my live account, only 1 trade opened, and the trade should closed two bars ahead according to EA's rules, but it didn't. Could somebody tell me why this happened? Thank you
Alternatively, how do I delete all OBJ_VLINES with a certain string in their name? If I do the following, only about half the matching lines get deleted. int obj_total= ObjectsTotal (); int result; string name; for ( int i= 0 ;i<obj_total;i++) { name = ObjectName (i); result =
I made these codes for updating the mt4 expert log file by ontimer function() of 1 second,... Now the codes working correctly but it open log file directory every second and then close that (like Flashing), through these my work is done which I was wanted by my expert but when I start expert then by
Hi Sergey / Eleni I am having a problem with my mt4 trader account trading too fast. My broker is rejecting every second mt4 trades that are too close together (as shown below). I have checked my EA. There is only ONE set up on my chart and it is NOT duplicated. I have cleared my mql5 VPS . I should
I have noticed that the Margin and Free Margin values get confused on occasions in fact I am running 2 instances of MetaTrader 4 and one copies the other but on one instance the values of Margin & Free Margin appear to be swapped around causing some confusion as to the correct values. Anyone else
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.