General - page 324

MQL5 Custom SYMBOL can't show K bar, import history bar data. for example 000001 there is a 1990.hcc file in the dir Bases\Custom\history\000001 , so the k bar can't display. if i delete the file it shows ok。 why? can you give me some help? thanks very much
  Advisors that work  (252   1 2 3 4 5 ... 25 26)
Hello. I can't find an EA that really works, do they exist? when you check it and it fails, after the optimization date. Help me find an EA that really works
Hey guys So I coded a program that will look for all the rectangles on chart then change the color based on certain conditions. Now the problem I'm encountering is that when for example I draw one rectangle even if the condition is met the color don't change but as soon as I create a new rectangle
Hello, I am trying to load Expert advisors that I purchased from the market and when I try to load anything from the market folder they do not attach to the chart. This is a problem with every EA in my market folder. What can I do to fix this? Thank you
Hellow everybody... I hope you are doing well.... I need to convert mt4 indicator to mt5 indicator, but i don't have any programming background... would you please hel me...thanks here is the indicator
I came across an custom indicator that was written in MQL4 and am trying to translate it to MQL5. However, understand that the transition of the MQL4 to MQL5 has changed the iRSI function i.e. removing of the "shift" parameter. As such, wanted to check if my proposed translation would sufficient
PayPal, ePayments, WebMoney, CardPay (Visa/Mastercard), PerfectMoney, Other
Hi, I have a problem using the genetic optimization. Once a start a first test everything is fine: But when I start a new test after this one, random cores stay "ready" and do not work (sometimes 4 or more) and then, the test get stuck: I have to disable all core and enable it again or simply
What would cause this for a market product? Seems to be a new feature. What kinds of profile description cause this
Hi Is the account charge port on this site, using Visa card, 2d or 3d? Please respond who have charged their account in the last 3 weeks Thanks in advance
My main question is this: in a conventional VPS service, I am provided with an IP address and login credentials so I can use the Remote Desktop application to connect to my VPS, which has an experience identical to using a computer. Say it's a windows VPS, like the one I am using right now, there is
Why all of my signals from one of the broker are disconnected? And when I tried to add new signal and try to find server, I can't be found. Any solutions? Thank you
Hello: First you blocked the amount for 7 days and I don't know why? Everything is clear, I sold a product on your site and someone bought it and paid for it, what is the reason for this verification? Second, after 7 days and the long verification you do not allow the amount to be withdrawn, and I
i can surf on internet and my connection is ok but i can't log in in my mt5 account on the platform if i don't use a vpn,why? and how can i solve it? (if i can log in my account with a vpn the data access are rights)
Is it possible to create alert from an indicator( say RSI>80 ) and not have charts open. can I just have the symbols in Market watch? I am asking as having 40+ charts open waiting for the RSI to cross 80 slows down my pc . Thankyou
  Thank you!  (1)
Have a great day
Please see photos attached. MT5 restarted and when it came back ALL of my demos had been deleted and half of my favourites have been deleted too WITHOUT my consent. I had 100s of accounts opened. Why has this happened? how can i get all of my accounts back? you can see in my accounts window there is
can some one tell me, how to login web terminal for access real account ? cos the display for mql5 like this thanks
Hi All, Has anyone solved/has any idea on how to solve the "quality of life" shortcut-key to place semicolon at the end of line when coding on MetaEditor? :)
Is there a discord for EA developers? Discord is like skype - but the new thing.
[Deleted]
  Reversal EA  (9)
To all guru, Is there any EA which will monitor any trade triggered by another EA and I can choose to "reverse" it to trade on my own account. i.e. BUY orders will be executed as SELL SELL orders will be executed as BUY SELL Stop orders will be executed as BUY Limit SELL Limit orders will be...
As the topic is quite extensive, I thought it would be a good idea to have a separate discussion on it
I found a MT4 indicator that I wanted. If was free. I clicked to download. It asked for permission to open MT4, so I said ok. Then it asked me to Log in to MQL5. I was already logged in so I thought this was strange. But I put in my credentials anyway and it would not accept them. Does any body
Hello, I am looking for a way to call a literal array of functions and found ways in C++ to do this however MQL4 is obviously different. In C++ you can use pointers of the function to call it by, or in the standard library std:function is included which is what I am trying to mimick. Is there any
I need to allocate dynamically an int nested array like: [[1, 2], [3], [4, 5, 6]] I tried with the following syntax, but it doesn't work: int arr[][]; // [[1, 2], [3], [4, 5, 6]] ArrayResize (arr, 3 ); ArrayResize (arr[ 0 ], 2 ); ArrayResize (arr[ 1 ], 1 ); ArrayResize (arr[ 2 ], 3 );
My computer is not on 24/7 so i need to know if the trades will still be copied if my computer is off
I will be glad if anyone is able to convert two MT4 indicators into their MT5 forms for me please. The indicators are 1. Ary-aind indicator 2. True Trend locator I will email you the indicators when you contact me. I am willing to pay a reasonable fee for that. Please send me a message if you are
Hi all, was just curious if anyone had any ideas on why this code (in a script): //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void
please can someone convert the following from mql4 to mql5 Thank you in advance ***