General - page 221

As subject, I just start MT5 platform, and an update message pop up, then process update. After complete, the market tab is disappear.. Anybody has same situation? problem for PC os? or
My Code #include <Trade\Trade.mqh> #include <Trade\PositionInfo.mqh> int pos= 0 ; int myRSIDefinition; MqlRates Price_info[]; CTrade trade; // To send orders and close positions CPositionInfo positionInfo; // to get info about current positions double entryPrice = 0 ;
this 2 error in the code below '}' - unexpected end of program '{' - unbalanced parentheses int OnInit() { // Initialize the Moving Averages with the correct parameters Handle1 = iMA(Symbol(), 0, 20, 0, MODE_SMA, PRICE_CLOSE); if (Handle1 < 0) return INIT_FAILED; Handle2 = iMA(Symbol(), 0, 22
Hello, I would like to copy a signal, but I noticed that the signal provider uses a broker that has some different symbols than my broker. Example: In his broker, gold appears as XAUUSD and in mine it appears as GOLD. If I am copying this signal and the supplier makes an operation with gold, will I
Hi, I've finished writing my expert advisor, and now I'm figuring out a way to connect my EA to the broker. I've searched tutorials on Youtube and they all have a common is that they drag the EA to the chart and then inserted an API key in the input. I know how API key works, but none of them shows
I found out what it is, the problem was that I left space: " EURUSD " I'm a big NOOB =D
Hello, I will be highly thankful to the person who can suggest me the most effective method to identify a long term market trend. I want it to implement it in my manual trading
I purchased Forex Trade Manager to help place trades, accurately manage risk and calculate lot sizes. Its a great EA but for some reason the trading platform isn't recognizing the stop loss being placed at the same time as the buy or sell order. The prop firm audition account requires a stop loss be
hi every one, i am trying to write a code to draw some graphical objects on chart, because one of the objects is circle, i have fixed the chart scale to 1:1 if (! ChartSetInteger ( 0 , CHART_SCALEFIX_11 , 0 , true )) { //--- display the error message in Experts journal
EDIT: Solved! It was my mistake. See next post! Normally when compiling MQL programs from a Shared Project , MetaEditor will automatically transfer the compiled executable to the necessary category of the standard folders for "Experts", "Indicators" and "Scripts". However, when compiling "Services"
Hi, I would like to write an article. I would also like to understand on what criteria does the MQL team decide whether to place it on the first page or not. Is there a way to support the placement on the first page from my side? Thanks everyone Best
<Link deleted> Hi! I have subscribed to the above signal < deleted> for one week, and it has been good. But I found that some of Friday's trades were not closed. When I examined them, I found that the closing times of the previous trades were quite different from the source, but I do have VPS. And I
I get this message on severial of my purchases that i have downloads left, is there anyway to get the remainder of theses
Hi Friends, Sure you have the answer. I've started trading with AVATrades. Already have 1 chart trading on the above VPS. Any tips on how to add extra charts (1 or 2) to the VPS? Thanks for your help. Lord Neils
  Use 2 accounts  (9)
Hey I have problem with VPS in this MQL5 account. And i have a signal subscription in this account for my trading account … Can i use another MQL5 account for using VPS To the same trading account
Guys How can I re-write a piece of pinescript code in Metaeditor. I have nearly zero knowledge in coding but my aim is basically running a strategy that I run on Tradingview on mt5 as well. // @ version = 5 strategy ( "Price Channel Strategy" , overlay = true ) length = input ( 20 ) hh = ta.highest
Hello everyone. I am learning MQL5, I’m having an issue, and I wonder if someone here could help me. I would like to calculate the difference between the current closing price and the twenty simple moving average and then show the result on the chart. I did this and it has been correctly compiled
The software I am using in conjunction with both MT4 and MT5 takes either DAT files (MT5), or SRV files (MT4) containing the connection information for a particular server on a broker. I am having very little success finding these files. In fact, I have only found 2 of them, and both are for demo
I have a problem with vps This is the bummer not showing up in the platform When I log out of my mql5 account, the vps signal appears
Hi friends, after sending the documents, as a seller, my documents were not approved and gave this error. ---------------------------------------------- >>>>>>>>>Unfortunately, we couldn't verify your identity ... However, machines make mistakes too. If you believe that something is wrong on our
purchased VPS but is not showing in my MT5 terminal. I want to start using the VPS but is not showing in my MT5 terminal, it's shows like I have to purchase it again. Please help
Hello, Is there a way to bypass the uploading time when charts are being downloading? The charts are moving from left to right and it is taking some time to upload fully. Thank you
  Unable to receive sms  (37   1 2 3 4)
Hi, I want to withdraw money from MQL5 as screenshot attached. the problem is I am not receiving any sms. and I don't know how to setup telegram message. help needed thanks.
  mql5 hosting vps  (2)
Can I use an EA on my mql5 hosted VPS that changes the chart symbol as part of it's function
Hello, If I have dedicated server, is there problem to login more different mql5 users? For example I will rent dedicated server with my friend and he has his own mt4 platform with his logged in mql5 profile(his EAs) and I have my own installed mt4 platform with my logged in mql5 profile. Everything
Hello every one. I wanted to change the color of a bitmap label inside my code, is there any way to do that? attach is a example of shape I put on the chart and I want to change its color. Thanks for you help in advance
how can you delete a business account on mql
Hello everyone! I realize they remove some of the arbitration stat periodically. Is it so? Or I am wrong? Feels like the support team is aware of the injustice in some of these stat and they remove them periodically
Hi I'm new to this Market can someone please explain, how I can delete drafts from my own codes in the CodeBase section? Thank you in advance for your reply
My goal is get the Position history of my account into excel spreadsheet automatically. No export to CSV or stuff like that. I found a lot of examples to get real time price, open and close trades, bid, ask and etc... nothing about retrieve the trading history. The same way you get the automatic