General - page 596

I just rent 6 month of virtual server. why the status say "stopped". how do enable it? or need to wait
Hello guys! All right? I have a question to solve in the stock market (B3 - Brazilian). I developed an EA, however, I realized that in some moments (I believe that it is highly volatile), the Last price moves away from Ask and Bid, and in these situations Last reaches my TP in profit, however
Dear experienced traders, Can we test news EA? Do we need to download the new manually when we want to test it? How to do it? Thank you in advance and best wishes, Sky
I am currently using a demo account . I have noticed the trailing stop is not working. I right click on my open position, click on trailing stop, set my stop for 10,000 points (10 pips) and nothing happens. Do I need to do something else or am I missing something here? Thanks
  MACD MT4  (2)
Hello. I downloaded the indicator [...] MT4, I got it. I am a learner and really and I am confused using it because it has many information but by now I only want to use the [...] with two lines and the histogram. Somebody can help me with information about how to setup this indicator (I supposed in
It may be totally random , or due to updates ,but whenever i visit the market place and browse around then the cdn (c.mql5) is not delivering files any longer - causing buttons to not be displayed , screenshots, logos etc. If i then erase the browser cache i see a 1996 :D version style of the site
  LL crossing MA  (1)
Hi, How can i check if market made newer Lower Lows and it must cross Moving Average. I am new to MQL and need just logic(steps to code) of it, so i can try to code it myself. any help is much appreciated
void OnTick () { double SmallMA_Array[], BigMA_Array[]; int SmallMADefinition = iMA ( _Symbol , _Period , 21 , 0 , MODE_EMA , PRICE_CLOSE ); int BigMADefinition = iMA ( _Symbol , _Period , 100 , 0 , MODE_EMA , PRICE_CLOSE ); CopyBuffer (SmallMADefinition, 0 , 0 , 50 ,SmallMA_Array); CopyBuffer
Can you help me correct my coding , in which I'd like to trail both TP and SL, may be I am too optimistic but it seems do not working. please help to correct it : it is a function looks like this following: ////////////////////// trailing profit BOOL function ///////// void TrailingProfit() { if
" array out of range " error when executing indicator Hello I managed to "translate" a weis wave indicator from mql4 for to mql5 but when executing on the platform it gives the error "array out of range" line 49 (OnInit). how fixet? Thank you. code: #property indicator_separate_window #property
Can anyone make it mql5 for me ? Thank you.
  Re: Symbols  (4)
Hello I appreciate this might be classed as a "Newbie" question but I am currently running MT5 but sadly the FX currencies are limited to the majors, I have no minor or exotic pairings. To add insult to injury I have no Commodities, Stocks, Metals (Except 1 gold reference).Is there any way to extend
I want to change my link name, how is it possible
Hi, im trying for the 6th time to run some EA optimizations on the mql5 cloud network and it always fails well before i reach 10% and im left with time and money wasted. First its the Europe network that fails, than switches to USA network, which ultimately fails too. My internet connection is
Hi there. I have subscribed to Signal provider but I am not receiving the his/her signal. I think I might have made a mistake when setting the parameters . Is there a way to modify the subscription? Thank you
in one place of my code i have and if and else related to it but not of them worked how it can happen?? cTgh is just a counter if (Close[cTgh+ 2 ]<Close[cTgh+ 1 ]) { BE= 1 ; } else { BE= 0 ; }
For example, %.4f will display a double to 4 decimal places, but for the life of me I can't find a simple way of suppressing that useless leading zero. Sure, if the integer part is "1", by all means show it, but not a "0.xxxx". I'm trying to cram a lot of data in a tiny space and need that pesky 0
I need to finish the work, how is it done before the term ends
I noticed a lot of inactive sellers on the market that have not used the site for several months and even years yet they products is still in the market lists. I Think it will be more beneficial to the site to move the products of inactive sellers from appearing in the product list of sold products
Good morning all, Anyone know how to unsubscribe from notification of new jobs in freelance ??? :). I clicked on it and it sounds every 20 minutes is a bit painful. thank you for your answers
Hello I'm doing a visual backtest on MT5, but I don't understand why this indicator loads me I have a template with only the zigzag (the only indicator that participates in the strategy of the expert advisor), with the same name of the expert, This template is loaded correctly in the visual
Hello I am a C/C++ and mql5 programmer (EA) I want to sell my EA on the market. I want to subscribe to a seller's account for months and my account has not been validated yet. the photos have been requested, I sent them since November 24, 2018 and I still have no response. What should I do to...
Hi guys, I'm facing a problem when Using the StringFind() function . Here it is my code: GlobalVariableName is in format: "Msg_123456789_-213.34" double a( int ticket) { string tik = IntegerToString (ticket); Alert ( "t- " +tik); int tot= GlobalVariablesTotal (); for ( int i= 0 ; i<tot;
Hello, I'd like to share a link about the development of the fastest quantum computer on earth for those who are interested. Think about how incredibly slow creating and backtesing of EAs today is for the average individual trader compared to what's possible in our world. Doing stuff on MetaTrader
Good day I have managed to migrate my first vps. I can see equity changes as the VPS are carrying trades (positions) opened locally before the experts are migrated. However the experts on the vps are not generating new trades (positions). What can I do to find the problem? Tx
hello can someone help me in converting expert to MQL4 for MQL5
Hi All I have been trying to make more use of alerts from my indicators to reduce time sat at my desk but have run into an intermittent problem. Most of the time the alerts arrive one by one, in real time, but at times they arrive in a multiple burst - maybe 5 or 6, having been quiet for a while and
Hi, (I apologize in advance if this isn't the right section) so following the SL dev. guidelines have a very simple indicator like this : //--- indicator buffers double BufferA[]; double BufferB[]; double BufferC[]; static int counter= 0 ; // for test purpose only
Hi, I use mt5 and have a problem with strategy tester. The number of bars on the weekly chart shows only 1 year (54 bars) but I need 350 bars. I can't start my all test for 6 years (with some tricks) because of I want to test just specific date. 500.000 bars defined in settings. How can I solve this