General - page 732

Good day, Is anyone else experiencing problems with loading Metatrader 5 this morning? I keep getting a "Boing" sound. Please kindly let me know as soon as possible. Thank you
  problem  (2)
i copied a signal and when the signal place position, my account place 2 position at the same time and the second position does'nt exsist on journal how can i fix it? thanks
I can't access the demo servers and checking to make sure it's not caused by anything on my end... Thanks
Hi I am the only one surprised that the problem with making credit card payment still exist after about a week?. I wouldn't want to be a programmer trying to sell my indicators etc. when the payment system is failing!. This should be MQL5 number one priority
What I need is a script or an Indicator that tells me the exact time of the High or the Low of ay Candlestick I want. The time has to be in precise seconds, i.e. Hour/minute/seconds for every high and every low, for every candlestick on the chart. let me know if this can be done. regards, Prashant
Hi, Sometimes, when I use SeriesInfoInteger and CopyTime in MQL5 for a symbol, my code halts for ever, and does not respond. How can I set a timeout so that if the program halts, for example, for 10 second, the task or the calling function is terminated? The symbol is included in the market watch
  Can't get value!  (1)
Why doesn't that get me to value? Also, no errors in the compiler, but errors in MT5... void OnStart() { double Close0[]; double Low0[]; CopyClose(Symbol(),PERIOD_CURRENT,0,1,Close0); ArraySetAsSeries(Close0,true); CopyLow(Symbol(),PERIOD_CURRENT,0,1,Low0); ArraySetAsSeries(Low0,true);
hello , i have one question :) Do when test expert advisor in back test Is calculated the spread or it will test without spread ??
Hi guys- in desperate need of some expert advice here. I was trading a live account on VPS for nearly 2 years and about 2 months ago the EA which normally takes 2 trades- a 2nd if the 1st goes against you, stopped working. It stopped taking the 2nd trade and I ended up with a bunch of rogue trades
scale fix option ticked dont stay permanant when saved as template
Suppose I sell signals. If someone buys my signal, I get paid immediately or have to wait for the end of the month.
Which one is more precisely, using the newest graphic of data after deleting the history, or using those data by adding the data from metaquotes. Because there is a very big difference
Hi guys I would like to know if it is possible to create an indicator like to the example below. Sorry for the bad
  Colored Moving Average  (14   1 2)
Hello, I have developed a Moving Average , which consists of two lines with different colors. However, I have the problem that when the color changes, there is a gap. Is there a way to fill this gap? Many thanks in advance. //+------------------------------------------------------------------+ //|
How money transferred to other account after each transaction (buy or sell)? Is metatrader platform broker, dealer or market maker? Compare with stock market transactions please.
  EA ask?  (2)
hello guy, i have three account on my mt4, then i download and use an EA on a account, does the EA work at other account?
I'm trying to reference fractal values (fractal up/down) to identifying where they are in the price chart historically. iFractal() function only takes two parameters (Symbol & timeframe) so I'm not sure how to identify the indicator buffers from that. Any thoughts?
So I wanted to use Fractals indicator however I would like to see less Fractals by extending both the look-back and look-forward period from 2 to 5. The only thing I've modified from the stock version of the iFractals indicator are the highlighted stuff below. I'm getting a message that says 'array...
Good day! Just want to ask why some signals grows from 2016, yet, it shows that it's started from a different time(2018)? Is that because ‘DrawDown cleaning?’
Good morning,I'm coding an Ea to open trades on 1day or 4h chart. I'd like it close the trades when the daily or 4h candle close. There's someone that can help me with the code? Thanks a lot
Hello, Basically I was wondering, which way would it be best to run 80 MT4 accounts, with the main EA being running on 1 account, and the rest 79 accounts, copying the trades. There are usually no more than 20-30 trades open at the same time, the average, usual amount being at about 10 open trades....
My question is very simple. Imagine we have the following string: string formula = "pow((1 + 3) * 0.7482, 0.5)"; Is it possible to calculate that formula which will be provided during run time as a string? The result should be: 1.7299710980244727 Thanks!
Hi everyone, I'm a newbie to using MT4. Recently, I downloaded and plugged this key reversal indicator into my MT4 in M5 time frame, however, it seems it doesn ' t work properly and no alert appeared. Could anyone of you advise whether the indicator is fine to use or not? Or if I have missed
Function always returns 0  #include  <\Tools\DateTime.mqh>//+------------------------------------------------------------------+//| Script program start function                                    |//+------------------------------------------------------------------+void OnStart()  {//---...
Hey dudes, This is a limited edition guide on How to get "No prices" on MetaTrader5. The support didn't answer again to my ticket , so I decided to post my guide. 1. Make sure you have all symbols activated: right click in Market Watch, then point to "Show all". 2. Make an EA with the following
I have been trying to purchase a technical indicator using a debit card from Mastercard. Each time I entered the Card number the box is highlighted in red and when I click on Place Order it does not process. What could be the Problem? Is it that Mastercard is not accepted for payments on this site?...
Hi,  I have an indicator that creates a 'dot' on the chart prompting me to either buy if the dot is blue or sell if the dot is orange. Please excuse my lack of correct jargon as I only started working with MQL this morning. I am trying to have an EA open the positions for me instead of having to...
Will MT4 work on a Linux VPS rather than a Windows platform?
Good day! Some signals showed in page are not able to be found by searching. Would somebody tell me why?  <Images deleted>
  Need an advice  (2)
I need to use 5 different indicators and to summarize their result in a signal for buy/sell order. Here is a simple example of my idea. My difficulty is the connected with the hierarchy of the code in the functions. May you recommend me a way for summarizing the result? I suggest one...