General - page 871

how can i remove these time flags or whatever this should be? they are hiding the chart :(
Hi, Unfortunately I am not a coder, though I wish I could code. I wonder if I could ask a question regarding a specific idea around MT4 and its capability? Is it possible and if so how would you approach, creating some sort of code that would allow me to run an indicator over multiple assets/symbols
Hi, traders, I will try to explain what confuses me with MetaTrader5 platform. So, I have opened pending order. That's what I see on this in 'Trade': Orders Symbol Order Open Time Type Volume Price S / L T / P Market Price State Comment...
Hello, How to know the current value of all my long positions on a product? It's POSITION_PRICE_CURRENT ? Thanks, Pierre
Hello, I am currently having difficulty with purchasing a/any signal in my demo account due to the signal either being hedging or netting.  It states "Subscription failed".  "Position accounting system mismatch, the Signal provider uses netting/hedging".  I understand this is a demo account but are...
Hello everyone, is there a way to limit the orders sent to thebroker?  My broker IC markets limits me to 2000 tick, orders ormessages sent by day, my EA is hyper and sends manymessages or ticks, as I can limit that function without havingto turn off my ea  Example buy Limit_buy Stop are ticks...
I want to run the same EA on a MQ-Demo account in one terminal and on 4 different charts M10, M15, M30 and H1. But as soon install this EA on one chart it is removed from the other? here are my helpless attempts to have them all together running in the terminal - this is what the journal log says:...
Hi, Do you use a software to view MetaTrader 5 log files ? If yes which one ? Thanks, Pierre
Hi, I want to optimize various MAs. only the iMA() 'knows' different methods (sma, ema, smma, lwma) the others (iDEMA, iTEMA, iAMA) don't. So any setup with MaMethod != iMA that varies sma, ema, smma, lwma are meaningless like: enum €ChooseMA {  //    €iMA,     // norm MA: maPer, maPrc   €iDEMA,...
Hi, I am wandering how you traders manage MA fake cross as a signal for the trade. I have a fast MA crossing the slow MA but sometimes it just crosses and gives the trade signal but then soon after the price reverses and the MAs detaches. How to avoid this kind of fake signals. Thank you
Hello dear Mql-programmers, I got a problem in the following code. It should return a signal (long/short) if the smaller MA just got over the bigger MA and this signal should  been kept until the price moves above the smaller MA to send the Order. My Porblem is that this only works for the first...
Is it possible to install a free indicator from the Market in MT5 on an android device (galaxy s7) and if so how?  Please and thankyou
I new trader and i want to know if i want to take position for a long time then how to execute order. 
Hello Traders, So this is my first post on MQL5 and i have been trading for many of years. I am trying to put together a good profitable EA. I have been on the hunt to find a indicator that can confirm My Supertrend indicator and avoid a slow sideways market. In the picture attached i have circled...
Hello, I want to know if i subscribe to signal that the broker is FBS and the provider trade one "DAX30-z18", is the trades will be copy on my trading account with Admiral Market broker ? Because on Admiral Market, it is Dax30 index, not same name than provider's broker... Regards.
Had to switch brokers as my old one didnt supply 1:500 leverage but my new account cant see the signal for some reason. There is a "Move subscription" option in settings, which brings up a dialog, but clicking the Move button does nothing. Anybody know how to switch acounts for signals?
Hello, Who can I ask to about recalculating 1 month (one year old, your stats says -100% and this messes all the stats and rank) - where MetaQuotes automated algo fails ? My system now is not recognized as sustainable (because of the wrong -100% performance of 1 month, 1 year ago), if we check that
Hi, im looking to see if there is a way or if anyone knows how to configure a way that allows you to instantly set a TP and SL by pip amount every time you create a buy/sell stop order on MetaTrader 4. It would work wonderfully for me if this was possible since im looking to create a high volume of...
I am trying to make sense of the draw down calculation. The optimisation screen shows 3 passes, 1 for each symbol seperate and 1 trading both symbols.  Now, both EURUSD and ALL pair pass trigger stop out. Yet, the ALL pass shows in the optimisation screen a  draw down of 58%. How is this possible?...
Hi wondering if anyone could help me with my EA.  Everything works fine on backtest but live it doesn't seem to open trades. It works live on a other pairs but for some reason nzdusd does not work. when i backtest the times it was running it opens trades on the backtest but not live? any help would...
when I am going to do a back testing for an ea on a currency pair , I do a downloading for the history data , if I tried to do some other back testing later , I will find no historical data ,  I need to know what's going on why I should download history frequently and how to solve this problem ?
Total newbie question: When you open a buy order, you close it in part or whole when you sell (you can't sell more than you own). (please correct me if I am wrong here).  If your quote currency is USD, doesn't the profit/loss get reconciled to your account when you open a sell order? Or is it stored...
Dear, I wrote below code both MQL4 and MQL5, MT4 working well but MT5 can't download data, It say "TLS - invalid token Error".    string cookie = NULL,headers;    char post[],result[];    string _url = "http://time.is/UTC";    ResetLastError();    int timeout = 60000;    int res = -1;   res =...
I cannot configure receiving notifications about orders for freelance placed in Russian and English at the same time. It is possible to configure the receipt only in one language in which the settings were saved. How to set up receiving notifications about orders in freelance posted in Russian and...
i am unable to sent messages to other users, kindly assist
I am looking for an EA out there that if the account has a drawback of XXX dollars or XX% it closes all open positions and disables auto trading. Is there such an EA?
Hello; What should I write to open the process when any trend price only passes for the first time. For example, the sales trend took place, but the price below the selling trend, ie, the first-time sales from the top of the sales trend below the selling trend, and then the bottom price new or...
I use textastic and now there is a new edito for ipad which supports mql5.. http://buffereditor.com/features/ great software, I recommend both... Does anyone use another?
Hello! This is the beginning of the code: //+----------------------------------------------------------------------------------------------------+//|                                                                                         undock.mq5...
Is there a script for MT5 that can undock charts so that they can be viewed on separate monitors? If not, is there another method for viewing multiple charts on separate monitors? Thanks in advance.