General - page 655

Dear MetaQuotes, it's been a good idea and high time to include additional columns for the Market Watch-window, probably most importantly the daily change- and delta-columns (I hope both in points and percent), but unfortunately they don't work, have a look: Can you please fix this
i am having issues with my meta trader account. every day i log in, meta trader seems to be deducting my account every day. Can anyone give me an answer to this please
How to find "Trade" tab in tool box window
I just know to allow time to trade with the single time range example from 3:58 to 04:04, but now i want to multiple time ranges for allowing to trade, example i want the time to trade from 3:58 to 04:04 , from 14:58 to 15:02, from 16:58 to 17:02. Pls help me. Thank all so much Below is the code
Hi, I am looking for a key reversal bar indicator to put on my MT4 application. Essentially, I am looking for any existing indicator that can spot key reversal like "a bar during a down trend makes a new low but closes at high" for the period. Please comment if you know any existing indicator or
Hi, im looking to chat with a developer that was going to do a job for me but i wasnt ready with all the info he needed
I have created this thread to have a place to report MQL5/MT5 bugs with sample codes and pictures. I don't expect to get answers, just trying to help make this platform better
Does anyone have an Expert advisor that runs the Commodity Channel Index indicator in Metatrader 5
  custom indicator  (1)
How i get alert from custom indicator
If anybody has a remedy for this situation I would certainly appreciate it. I asked this question yesterday but did not get a resolution. This is what I did. I purchased a course on Udemy. They supply MQL5 source files created by EA Studio. I placed the source file in my Advisors folder under
Hi All, Where can i locate True Strength for Metatrader5. I know Think markets have it as one of their indicators. thank You, Joe L
hi I am not able to install MetaTrader 5 on my macOS Catalina 10.15.3 has anyone been able to do this? thanks
how many mt5 can i run at the same time
hi, I using my mobile version account on desktop platform, is this reason for system decrease all profit record trade on desktop platform
Does the ratio of the signal volume uses the follower Initial Deposit amount deposit to calculate the ratio? & If my trading increases my deposit, will it affect the trading volume
my chart is messed up. look at that big gap on a M30. 17 Oct 2019 gapped till 10 April 2020. I have tried reinstalling MT5 and the chart is still screwed up. Please help
hello here is the mql5 code i am getting 4001 error continuously and i am running this OnCalculate bool PlotTrend(const long chart_ID=0, string name="trendline", const int subwindow=0, datetime time1=0
Hello, I changed the password of MQL5 which was accepted but I cannot get to advanced because I do not remember more than the initial password. Could you re-communicate it to me or send me another one, please? Kind regards
Are the market depth volumes of my demo account real volumes? and by whom are they transmitted
  Help With MT5  (11   1 2)
I have a MQL5 source file that I placed in the Advisors section under data folder in my Mt5 platform. The EA does not show up under Advisors after I refresh. Can anybody help. Is there something I am supposed to do to the source file first
My position history has disappeared, and the traders I close do not appear in the history despite being recorded. What do I do
  trader  (1)
Hello, how can i subscribe to a specific trader in MT5. I found him on the signal list, but cannot succeed to subsribe. So i think to do that from out MT5
hi, can anyone refer me a link about how to public and activate my signal and my signal will show datas in public after I successfully registered my signal
Hi all, To not waste of trying I just wanted to ask you To calculate absolute strength of the currencies I can compare average of some indicators Like RSI or Momentum for 28 pairs. Which indicator's average shows the absolute strength of it? I am on RSI and momentum but are they right choice or is
Dear experienced traders, I saw some review, that they are asking to keep the older version but not update to the new version. Is that possible to leave the older version(keep it not to be updated)? Thank you in advance and best wishes, Sky
Hello i made a simple EA, which is supposed to buy when: 22EMA is above 44SMA, 2nd and 1st previous candles were both above 22EMA, no positions are open - and sell when: 22EMA is below 44SMA, 2nd and 1st previous candles were both below 22EMA, no positions are opened yet. It is a basic EA for
Hello guys, My documents verified successfully but I still has this msg: Provider is waiting for registration as a seller. any idea on this, how long does it takes
  history deleted  (7)
hi,My demo account history has been automatically deleted. How should I restore it
My EA bot only opens trades when i am at my PC with Mt4 open, is it possible to change it so it places and closes trades without me logging onto Mt4? Is all i have is the ex4 file
I am trying to create original EA with MQL5, but iCustom function returns always 10.0. Code : double MA1 = iCustom("USDJPY",PERIOD_CURRENT,"Examples\\Custom Moving Average"); Alert(MA1); If I delete Custom Moving Average.ex5,iCustom always returns value of -1.0. so, Custom Moving