I ma trying to code my own template for my customers to have them apply the EA and it draw out the session times that we trade forever. I just need it to constantly draw the vertical lines to indicate the session times. Any tips, and guidance will help. Thank you so much>
I would like to ask if it is possible to copy trade from difference broker ? For example the signal provider 's broker is A and my broker is B. I prefer to use B. Thanks
Hi all, i've read on a main page of 1995 mt5 versione that, there is a MetaTraderR package in CRAN repos for use mt5 in R environment. Unfortunately I can't find this package in any repos i've searched into and i haven't found any help around, someone knows how to install it or where is it? Thank...
Hi, I use a code to insert Trailing Stop on my EA: input double TrailingStop = 8;input double TrailingStep = 2; void MoveTrailingStop(){ bool s,mod; for(int cnt=0;cnt<OrdersTotal();cnt++) { s=OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES); string sy=OrderSymbol(); int tk=OrderTicket()
Hi traders Is there any ready EA to apply an order in exactly the moment that the price cross the SAR and not in the next opening candle? Any settings i should apply? If not is there something i miss? Thanks.
My hosting rental cpu is freeze at 100%. not coming down even I stop the server. ( picture as attach file) happen when I update my ea codes, Ea is not running even I start the server, is there other way to restart the server? please
Ever since I became a trader, and having used several platforms, I've needed sometimes to quickly switch a chart to a different currency pair. That way, you don't have to actually open a new chart all the time.
Sometimes, you just want to take a quick look at another pair, which has the same...
i have such LINK: http://sms.bulksmsind.in/sendSMS?username=admin&message=XXXXXXXXXX&sendername=infotp&smstype=TRANS&numbers=<mobile_numbers>&apikey=XXXXXXXXXXXX I wrote code: void SMSapi(string userID,string password,string senderID,string phone,string text) { int res; char data[];
HI. in separate window i draw candle #property indicator_type1 DRAW_COLOR_CANDLES#property indicator_color1 clrGray,clrSandyBrown,clrLimeGreen i want to hide them. i used this: if(!show_candle) PlotIndexSetInteger(0,PLOT_DRAW_TYPE,DRAW_NONE); but the result is not true . and my result will be
I have raised a ticket with support, but FYI. If you update to the latest version of Windows 10 you may loose the license to your purchased products. Probably due to the hardware fingerprint of your operating system changing. Given the evergreen nature of Windows, this really needs a better solution
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
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
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
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
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.
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
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.