Hi, I'm looking to get this function; Say that I have an open Buy order and it not picks the takeprofit level, when price bounces back x pips then a Sell order will be open and the buy order should still open. If this Sell order closes buy takeprofit or trailing stop then all orders should be closed...
[Deleted]
thanks
what is wrong with that program ? end of left paranthesis error and at the very beginning of it. //+------------------------------------------------------------------+ //| OMERATAYEXPERT.mq4 |...
I need to know if the order before lest one was sell or buy and what was the open price and if there had been a take profit or stop loss used at the end. can you help me?
how can I determine 1 min up and down bar with a 5 min chart EA?
[Deleted]
Hi all, after entering a trade on my iPhone 5, I tried to modify the trade using the MODIFY command to set TP and SL, but there is no where on the screen for entering TP and SL, would some kind soul out there or MetaQuotes please help resolve this problem. Thank you very much!
[Deleted]
Hi how do I close or modify positions on the MT4 app on iphone?If I press the 'trades' tab, I see my current positions, but I can't seemto modify or close them. If I double tap on them, it will show theTP and SL levels, but I can't modify them.Thanks,Roy
Hi everyone, I need a function for my expert . That function is for calculating the breakeven point of currently opened buy orders and breakeven point of sell orders on a selected chart .anyone can help me ?
[Deleted]
if OrderSymbol()==Symbol() does this also work with symbol suffixes like eurusd .arm
Hello all. The topic of this thread is a well-known, tired and even trite classic statement. At first glance, it sounds about the same as "if you put sugar in your tea, it will become sweet". On the other hand, no one doubts that it is true. So it turns out that we all know that it is truth, but
Hi, Is there a way to send an email witout configuring it first on Tools-->Options-->Email? I'd like to have the ability to configure the mail on the expert... Thanks, Eyal.
Hi, I am using the libmysql.dll and always get the message: "mysqlInit: mysql_init failed. There was insufficient memory to allocate a new object" What can I do?
[Deleted]
is it possible to coding an autoclose position when crossing ? let say //----------------------------- if ( a < b ){CloseBuy();}if( a1 > b2){CloseSell();} //----------------------------- void CloseBuy() { int cnt = OrdersTotal(); for (int i=cnt-1; i>=0; i--) { if (!OrderSelect(i,...
I have searched for the solutions and find solution but not satisfactory.... I have to get reference of selected object on chart... I know there is no any method in mql 4 to get selected object , and handlling on chart event as well .... But there must be solution , and I know there are many...
Hello, since three days, i sit on this problem and don't find the problem. Maybe someone of you could help me. //+------------------------------------------------------------------+//| MovingAverage100.mq4 |//| Copyright...
Hi everyone. I want say, pls my english is not so good and I hope that everyone understand me my question. I write this text because I have a problem between the real value of MACD indicator that it is in this way, 0.123456 and the iMacd read only read 4 digits, this way 0.1234. Somebody can help...
Hi allThere is no weekly or monthly timeframe on mobile MT4 on the iPhone. Will this be added in any future releases soon?Many thanksPinky
for (int i=0; i<OrdersTotal(); i++) { OrderSelect(i,SELECT_BY_POS,MODE_TRADES); if (Symbol()==OrderSymbol() && OrderMagicNumber()==MagicNumber && OrderProfit() >= OrderOpenPrice() + movestopto*point) { if(OrderType()==OP_BUYSTOP &&...
I want to load data history to table/array but I don't know how to do. Can you help me, and explain each step of program ? I'm an amatteur. Others, I want to get result in Alert tipps for verifying date and closed price . Thanks.
[Deleted]
Hi I seem to be running into this backtesting issue time and time again, and was wondering if there is anything I can do, or perhaps is there anything I am doing wrong. Basicall when calling this code on the tester its returns I value of over 1000: iBarShift(Symbol(),Period(),iTime(Symbol()...
[Deleted]
Hello, i would like to ask if anyone ever tried to insert values using an external application to MT4 dat files? If yes, was there any problems with the access of the files, since they were used from the Service? Im trying to create an application in C++ that will insert values in MT4, but i would...
Merry Xmas!!! Wow, a little bit earlier, however it is drawing nearer, nearer and nearer. Excited, right? Seeing that the long winter holiday is coming around the corner, at this time I bet you are making ready for a travel to Queensland or many other dreamed places. Okay, to assist you to pass time...
Hey guys, I have tried to code it on my own, but to no avail as I am a newbie and I am on a bit of a time crunch. I need someone with some experience to code an EA for me using a few custom indicators (which I can send). I have all the information needed, just need someone to code it for me. Willing...
Can anyone show me how to subtract the current price from the previous price. Thanks!
Hello, I should start off and say I am new to mql4. I am attempting to make a simple grid trader to start off with. Piecing it together slowly. I am currently struggling with getting my EA to trade both buy and sell orders. Currently it seems to only want to trade sell orders. I currently am using:...
Hi, Im running an oanda mt4 on vista and its not loading data on the 15 min tf but loads everything else. Why is that and how can I resolve this issue?
Hi everybody i'm using the EA Charles 2.1.8.a and i noticed that some red or blue dotted lines appear on my graphs. sometimes followed by red or blue arrows. i'd like to know why they appear and what they indicate. thanks for answering me

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.