General - page 752

Is there a website or service (free) other than reuters or bloomberg terminals where you get your fundamentals ? and i am not talking economic releases from forexfactory. the question is how do you guys get your fundamentals
I am totally bored of having to follow the discourse on youtube (example FOMC , BCE Draghi talks) to know when it's over ,someone know how to have the information
Anyone here can help me make a correct documents to submit for becoming a seller on this society? Thanks in advance! Sopheak Khlot
It has been long time I registered my signal but it is not being published.
Hi there, for some reason my signal isn't public anymore. It isn't under any other category,  I can only see it in 'All Signals'. I can't find it under Signals, when searching for myself. What happened?
I'm writing an indicator that for example asks to check for several conditions, then using a for-loop looks back (10 bars) to see if an event occurred after these events x & y have been verified. It in EA but I'm not sure why. Could anyone explain what it's actually doing? or is it the correct
Signal system doesnt work properly I opened an account and published here its been 6 weeks but system not shown real situation how can get repair this for ex. I deposited this account only 5.000 USD it says deposit amount is 5130,10 USD You can check this from the link below [link to the signal was
  No Paypal?  (3)
HOW I MAKE PURCHASE IF THERE IS NO PAYPAL , I DONT SEE OPTION FOR PAYPAL ANYMORE IN MY DEPOSIT TAB, LIVE IN USA SO ITS KIND OF HARD NOW
hello, for the last 2 days my computer is doing weird things like change clock time and date..i uninstalled my current antivirus and installed another one. after run it i received this report. Is that could be from my broker or from an EA or an indicator. i have no coding knowledge. but i can search
hi,  what do i need to do when withdraw is locked? 
For some reason, the documentation syntax uses curled brackets instead of the square ones for the time array
I’ve rented a product for a year, last week I noticed that the product and the author have gone from the platform. Well, not professional behaviour of course. But what happens next? Will the rental period still be maintained? And will the product stop working when the end date is there? Many thanks
Hi Is there any way to read news faster than forex factory ? For example, the gdp index will be released at 8pm But Forex factory puts the news on the site 30 seconds later In your opinion, if I get the news directly from the source that the Forex Factor site presents, How many seconds can I be
this is my code that get macd value use icustom: double macdValueCustom=iCustom(Symbol(),Period(),"MACD","Signal",0,1); MACD is customIndicator(not only macd but also others) but ,test result like this: how
  custom EA  (1)
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()
  About SAR  (4)
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
  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