General - page 1009

Is this not part of the software? I am only using MT5 as from today, so I have difficulty finding some of the indicators to apply to my charts. Hope somebody can help. Thank you Colin
Hello can any one assist me,  I want to copy trade with a successful trader,  any 1 who can assist  Thank you
hello can someone assist me i made a mistake on my mt4 plartfom after installing indicator ,instead of leaving it lik(or selecting ex4 file to be default opener)e that i selected ( operamini) to open all my indicators on my plartfom.now my mt4 can't open and i dont know what to do now please advise....
Hi! the following code draws a rectangle. However, the border color seems to have no effect for object rectangle: ObjectCreate(0,HR_UP,OBJ_RECTANGLE,0,TimeCurrent(),RL,TimeCurrent(),SL);   ObjectSetInteger(0,HR_UP,OBJPROP_FILL,true);   ObjectSetInteger(0,HR_UP,OBJPROP_BACK,true);...
Hey all, i am playing around with market infos and like to do some calculations. As i tried accessing the Tick information i saw that there is no volume information: ( Ref: https://www.mql5.com/en/docs/constants/structures/mqltick ) MqlTick last_tick;   //---if(SymbolInfoTick(Symbol(),last_tick))...
Hi, is there any possibility to get OBJPROP_TIME1 or OBJPROP_TIME2 in mql5? What is the aquivalent in mql5? Mike
  Error #130  (4)
I keep getting error #130. I understand that it has to do with sl or tp however I tried many combinations including atr based and nothing works: OrderSend Sell failed with error-130 symbol=EURTRY Lots=0.01 price=4.54817 sl=4.55851 tp=4.52749 OrderSend Sell failed with error-130 symbol=USDZAR Lots=0...
The idea behind this tekst is that charts behavior ties in to mathematic equasions or phenomenons like fibonaci sequences wave fuckion. i want to take that fact and try to establishwhat it means. FIbonaci sequence is very characteristic and looks like an object moving with a fixed velocity around a
Hi! I would like to ask why the Indicator Volume on "Real Volumes" doesn't show anything on stocks symbols. I can't figure it out!  What am i missing? Thank you!
Is it possible to use iCustom to call an EA instead of an indicator, so that I can use CopyBuffer to get one of the plots?
  cannot trading  (2)
I have profile at mql5.but cannot trading why?how to register live account at mql5?any one can teach me next step what I can do
I have subscribed to a channel and that provides signals on MQL5, however, when a position is opened, the lot size is 0.01 when the signal providers trades show 0.07 on their trade history
I'm looking for an EA or script that creates pending orders like the Runwise order creator but uses the high low and length of the last completed candle.  like enter so many pips above/below the high or low and make the stoploss the other end of the candle.  are there such utilities on the market or...
Hi guys, i think i've understand the working process of these VPS by synchronizing time after time what i need. I also understand (if i'm not wrong) in my pc mt4 the trading is automatically disabled (enabling to the VPS) to prevent doubled trades. But what if i need the EA to stop trading for a...
Comment() - displays information in proportional font on the chart, but has difficulties with formatting tables, for example. How can I display the information on the chart in monospaced font using Comment()
hi, is it possible to create a script what after i hit the place order button manually (no EA...), checks if the spread is at my wanted level, and not much higher, then only filling the order if so. in general, is it possible with mgl5 to create a "system" where the buying is manually done, just
Hi everyone, Can someone please tell me where I can find instructions on how to install MT4 or MT5 on my private VPS (cloud)? Are there specs I need to know? How can I access it on the web like a web page (secured of course)? Any help would be appreciated as I have a Linux based cloud server (VPS).
I remember 2 months ago it was at 3000, today its more than 10000, China printed 3 trillion this year, that is the real bubble, the Chine crisis is gonna happen, there's a lot of indicators about that, and if it happens bitcoin will go strongly up, like it did with Greece. Also we'll have futures
Hi. i was wondering if anyone had a bollinger bands indicator that could send email alerts once the price candle has hit the upper/lower band. i manage to find this indicator, however it doesn't have an email option but it does have an on screen alert. regards tiger
If I have multiple entries of the same pair and modify just one of them, MT4 automatically changes the Take Profit/Stop Loss for every other similar pair (without me administering it). Any help would be greatly appreciated!
How do you convert data so that it can be imported into Metatrader? I have historical data but it needs to be converted so that Metatrader can read it. I'm having problems with the date. Metatrader wants it as 2004.05.31 but I have my format as 4/7/2005. How do I do an easy conversion in Excel for
Dear experts! Could you please clarify if something is wrong with indicatorcoding or it is a bug of new release 1687?  Description: Shift back of the painted bars on the chart.  Max bars on chart = 100 000. Number of bars in thehistory  is bigger than 100 000 This behavior does not presented if Bars...
Hello, I can't find the signals of MQL5.com on the market of IG Metatrader 4. Moreover, when i clic on COPY an EA (on MQL5.com) nothing happen on my IG Metatrader 4 platform. Is it not compatible?
Opinions on NEO/USD?
I have subscribed to a signal on MQL5, however I want to set it to only open 1 trade at a time. Once the trade hits TP or SL, then it can open another. Is there a way I can do this? 
What is your thought or experience on this?
I am new yes and ive tried to learn as I go.  I only invested 200.00 im using avatrade.  I am confused as to how to sell if my stock rises and i want to withdraw funds to i just click the red sell bar? once I see a profit I would like to take? thanks so much any info would be greatly appreciated...
Has anyone had this same issue where an EA works best on one particular currency pair than others?, I have developed an EA based on Stochastic indicator and works very well on EURUSD but on any other pair is not as successful. Is there any specific reason why this is?
I can´t get te number of active positions. It counts +1 for every tick while position is open. How can i do it? Please. Thanks a lot. for(int i=0;i<PositionsTotal();i++) // Go through all positions        if(m_position.SelectByIndex(i)) // selects the position by index for further access to its...