MQL4 and MetaTrader 4 - page 320

  Indicator window blank  (18   1 2)
Trend Direction Force Indicator made by mladen, it compiles without any errors and should work but indicator window is blank. Tried on 3 different broker's MT4 but nothing. //+------------------------------------------------------------------+//|                                Trend direction &...
Hello Fam, I am having an issue with a multi dimensional array that would not accept values. This is the logic: When a trade is made, values are stored in an array. If conditions change, I will modify the trade with only made by this EA specifically (EA number). For some reason, I cannot input the
Hello, I wrote a code for rotate all the symbols on the same chart, but not working. Could someone tell me what is the problem or give another working code for that? Thank you. int start() {int symb=SymbolsTotal(true); for ( int i=0; i<symb; i++) {
[Deleted]
  if (Bid > 1530 && Bid < 1540 )OrderSend(Symbol(),OP_BUYLIMIT, 1, 1530, 0 ,0 0, 0, 0, 0, Green);   when price is still in rang 1530 - 1540 ,program is still  sending many order.   How to send placing order just one order?   Thank you very much 
Hi guys, So i have this problem: The periods change buttons are getting stuck as soon as i click on them. I have to deselect them manually just like you have to deselect auto scrolling. Quiz: Which time frame am I looking at? I don't know either. xD It's really annoying! So is there a fix for
My first issue is this: I use Oanda. I am in the US and we have the FIFO rule. Basically if I put a ST or TP on my order then I cannot send another order of the same size unless the previous order has been closed. The first order placed must be closed before another order can be bought. This only
Friends, I am trying to modify one of my EAs in MQL4 to draw and move horizontal lines, but it won't draw the lines. This is the code I'm using. Can you tell me what is wrong? string LT = "LineTest"; if(ObjectFind(LT)) { ObjectMove(LT, 1, 0, Ask + (20 * Point));
Hey everyone, Before beginning, I must say I have read several forum posts (including): https://www.mql5.com/en/forum/135345 https://www.mql5.com/en/forum/135416 It still not clear to me, how to correct calculate Pips / Points for different categories. I am aware that we must adjust for 4/5 digit
Hello, if someone can please help me, i'm trying to make my mt4 indicator works in more than one coin pair at the same time, in only one graph, this way it would send me a alert about USD/JPY while i only put it on EUR/USD chart , for example, someone can help me please
I am having a problem with executing of pending orders in MT4. I want the order to be executed ONLY if it TOUCHES that exact price. But because of the spread, the order is executed earlier. How can I solve that? Thank you
Hi, how can you backtest against real live data ? I see that MT4 historical data is stored in history folder (there are multiple default, DEMO & LIVE folders). I am guessting live data goes into live folders, but my question is, how can I modify settings in EA tester so it runs against this live
Using EABuilder & download functions on new EA. After download, compile then back test...the results are changing but when i push "open chart" nothing appears. Have tried to delete prior versions to no avail. Any thoughts
hi all This is a simple EA which will open 4 trades, 2 buy orders & 2 sell orders. The EA will save the ticket numbers for the buy orders in array ( BuyA [ ] ), and the same for sell orders in ( SellA [ ] ). The problem is when I try Comment/Print the profits for BuyA [ ] & SellA[ ] it is only
Dear Team, i subscribe to MQL5 signal, but i cant see it now on my terminal? Any recommendation
Good day all, apologies for my informal approach can someone please help me if possible i am using a demo account and i have logged profits which shows on my balance but is missing in the history tab, please help
Hey, I am very new to this whole EA programming. so sorry if I did something wrong. Thing is that for test purposes I created an expert advisor that does some trading based on certain conditions (something around higher highs and stuff) thing is I did the strategy test with the initial parameters (I
[Deleted]
I wrote an EA which is working just fine on its own in the demo, but I don't know if it will work on a real account. Here's my question. I can modify the stoploss with OrderModify all the way up to closing without an error. I thought you couldn't do that when the price gets close to the stoploss. Is...
Hi, I use metatrader4 on my Phone and tablet. Both android.  On the Phone all works ok, but on tablet samsung galaxy tab s2 i Have a problem with rotation. Program works only on horizontal position. All other apps on tablet works ok also on vertical position. Where is the problem? Anyone can help me...
I have an array of objects such as: class RunningOrder { private: public: datetime OpenDate; string Market; double RiskAmount; }; RunningOrder _runningOrders[]; How do I group the objects by one of the properties e.g. the Market property? Basically, I'd need the equivalent of this C#
hi im trying to convert indicator from pine script to mql4 length = input ( 14 ),morph = input ( 0.9 ,minval= 0 ,maxval= 1 ),mult = input ( 1 .),flatten = input ( 1 .) //---- x = n y = close m(a,b) => p = morph * a + ( 1 -morph) * b k = nz(m(k[length],y),y) + (x-x[length])/(x[length* 2
hi when i login into a demo mt4 account it only loads last 60-120 positions. same problem when i stay logged in, older positions just keep disappearing in the history and it only shows about last 100 positions. only solution i found in the forum here is options - charts - max bars in history - set
  email alert  (6)
Hi I have an indicator which sends email alerts, How can I set up mt4 to send me emails to my gmail account? I have window 10 pro Thanks
EDIT: I can see that it is labeling my results as insignificant in the log, which is a different issue and which means that the immediate issue is resolved and this post can be ignored
//+------------------------------------------------------------------+//| MultyRSI.mq4 |//| Copyright 2020, TradeMath |//| https://www.mql5.com
  E-Mail alert  (1)
How can I set Mt4 to create an email or text alert when a trade is executed
I am trying to code a simple indicator which finds the first retracement. For eg, if 50 ema goes above 100 EMA and RSI level crosses above 30, it should show arrow. Only the first RSI signal aka first retracement. It should ignore other ones. What am i doing wrong
//------------------------------------------------------------------#property link "www.forex-station.com"#property copyright "www.forex-station.com"//------------------------------------------------------------------#property indicator_separate_window#property indicator_buffers 2#property
Dear all, I Need to Create Expert Option & MT4 Indicator with Buy Sell Alert. Indicator Will work at all time frame. Means Current will Change accordingly. I want to Use EMA13 & EMA 48 for Crossover Strategy along with MACD as buy sell Exit point. MACD Setup 9-12-26 EMA 13 Cross above EMA 26 and
  platform MT4  (1)
hello, i have windows 7 in 64 bit and i cannot install any platform because they are in 32 bits, someone have solution excepted downgrade my windows in 32 bits please ? thank you
  sniper pattern  (1)
hi everyone I wanted to know if it was possible to have the sniper pattern on mt4-