Hi Guys, Mt4 platform is "Not Responding" when I try to use forex custom indicator for GOLD on M5 time frame. In the indicator I have other indicators for higher timeframe. This is the first indicator that I try to attach to the chart. The platform is freeze out and after the restart I have to...
Hi, I startet a few days ago with a new EA and i cant get it to work as i wish (I'm new to programming ) What i want it to do is : It should open a new Order in the other direction if the "normal" Long- Shortorder is at a specific point in loss, and close the new one when the "normal" Long-...
Hello About MT4 - what is the name and location of a file that contain account history -> closed orders, canceled orders, balance withdrawals, etc. ?
Hi, How can I find out (programmaticaly) what the time is on the rightmost (not yet initialized) bar on the chart? For clarification: What is the time where the arrow is pointing? It's in the future obviously, but how much? I can't just add some time amount to the current bar time because this empty
Hi please message here if you or someone you know can help with a project . A programmer I used wasn't able to complete a project for me. The idea was to use an Expert Advisor and code with Delphi a software file that collect all the trade setups from mt4. We should have both programs open and
Hello I want during the MT4 optimization process to check inputs individually for example : input (A) is an integer varies from 1 to 5 , input (B) is an integer varies from 1 to 8 , input (C) is an integer varies from 1 to 6 , input (D) is an integer varies from 1 to 10 , input (E) is an integer...
Now, I'm working on MQ4. And on the MQ4 I'm trying to create arrow indicater with function that appear and disappear when needed. Although I can create arrow indicater with no function, I can't add function that i want to arrow. Could you teach me how to do that or Website that describes imformation...
Hi I want to write the following into my indicator but I don't know how, can someone help me please? On each day, check the 5min bar at 08:05, and draw out the high and low for this 5min bar. (Basically is the high low between 8:00 to 8:05) Many thanks for helping
Hi community, I am new to this system and I have just one concern with regard to the EAs working on MT4. So here is my question: "Once the buy/sell position has been taken on a pair of currency with an EA applied on the candle stick chart, does the EA changes it's position automatically based on the...
Hi I have an EA which works fine on my pc. But for some reason on the VPS it doesn't work and in the expert tab I appears the message "cannot load %path%.ex4". All other EA's work fine, what do you think guys? Regards, Eran
Hi guys, The question is in the header. I thought the price was the last price where buyers and sellers met, more specifically, where bid and ask prices crossed over and a turnover of "shares" happened. Now in MT4 apparently those are the Bid prices. I understand that CFD's are not exactly shares...
Hi, placing an indicator which has it's own window ( Momentum indicator ) on a Forex Chart the value returned by WindowPriceMax(1) looks incorrect sometimes. The returned value should always match with the top-right value written on the indicator's window, but a few times these values are incorrect
[Deleted]
I have an EA that does well but is in need of help! What I need is a Stealth TrailingStop... so my broker (who has large TP/SL spreads) cannot limit me. The EA already places a TakeProfit and StopLoss when the order is placed, what I want is the Stealth TrailingStop to have an activate area... such...
Dear All, as default mt4 there are 2 change color, body and shadow, for outline body color will same with shadow color how to change the outline body color to be same with body and difference with shadow color can someone help me to provide an indicator or something else ? please see attached file...
Hi, could you please help me with my notification EA? After action on B1 (call it for example actionBar), should send me an email about it on the current bar B0, but it send it with one bar delay. This is how it shloud do: if(B1 == actionBar){SendMail();} => actionBar is actualy B1 and send it on...
[Deleted]
Hi I am new to metatrader I found this wolfe wave indikator called wolfe wave_nan https://www.forex-tsd.com/59615-post1601.html and i would like to add an alert, if the 1-3 line is broken at point 5 . i tested different alternatives, but without success void Alert( ...) if(Close[0]<signall)...
Hi Friends, I Am Not A Mql4 Programmer But I Am Stuck In a Situation. I Have A Simple Moving Average Robot. Only I Want Is That If I Have Placed A Order manually Then My Robot Should Wait For The Order To Close Before It Start Trading. What Line Of Code I Should Add In My Ea So That It Only Places A...
//+------------------------------------------------------------------+//| DeMark Trendline Trader.mq4 |//| Copyright © 2005,Kara Software Corp. |//|...
Hi Friends, I know the problem is so simple so that I coudn't solve it as I'm not expert on coding yet... int a = 0;int b = 2;a += b; The result will be like a = 0, 2, 4, 6, 8, 10,... It's okay until a certain condition will be fulfilled but my problem is How to initialize the variables again to a...
Hi guys, basically i have built a simple ea that only trades at the start times i specify, sometimes it works well and other times i think theres lag because the time on the market watch is slow, its slow to kick it. I have tried to change the time from currentbartime to TimeLocal and then add in a...
Hi, Can anyone help me. I am having an intermittent problem with my EAs. My EA's are very simple. They calculate the order size based on the previous high/low and place an buy/sell order and place a stop. When I start my MT4 platform the EA's will sometimes load automatically! They are not coded to
here is my *flat chart* indicator. I want to add ofset to every new bar which is the same type as their own previous bar ( every bar that is not the first of its own type). The ofset value will be = (Open (present bar) - Open (first bar of the *present bar* type)) I'll be glad if someone can help....
[Deleted]
What does it mean by , bool x=(a,b); ? I am reading code . and i dont understand what's this about . a=true and b=false ? if(CompareDoubles(sl,OrderStopLoss()) && CompareDoubles(tp,OrderTakeProfit()))return true; Thanks for answering
hello i am trying to make an indicator everything is well and good except for one thing as you can see when the conditions are true the x sign is appearing in a separate indicator window but its not fully visible so how can i move the x sign a little bit above so that the whole sign is visible...
hello i am currently working on a system, and i am trying to create a histogram like the one attached below but what i currently have is this: so a little help would be appreciated. source code to my indicator is: #include <stdlib.mqh>#include <stderror.mqh>//--- indicator settings#property...
Comments that do not relate to the "EA problem!", have been moved into this topic.
Hello everyone, am building an EA to display the pips in a candle stick as a comment. But am confuse on how to go bout it. I used ((High[1]-Low[1])/_Point) but when displayed am seeing a different value. When i use((High[1]-Low[1])*_Point) i get a totally different value too. so please guys what...
I have an EA loaded and running in metatrader on several symbols and timeframes that has been running for the past week on a demo acct, and is placing trades; however, it seems to be placing trades in the opposite direction than I want them. Meaning, it biases placing trades toward SELL when it...
When I place the following code onto the chart why does it usually take 5 minutes to load onto the chart. I know im doing something wrong with buffers and iMAOnArray but cant see what? #property indicator_buffers 1 //---- buffersdouble...

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.