General - page 8

Hi I tested many of the robots that offers free MT4 forum and other types of blogs and doing backtesting and in a demo account all work great , but when I put the EA to a funding account tells me all the time that "trading is disabled" ( having the robot with the smiley face ) . I can't find a way
looking for a way to include fundamental data like interest rates in MQL5. Please advise if there is a good practice to do this
Hello I moved my subscription of an active MT4 signal to another MT4 account but its not transferred. Please advise
To improve the convenience of our services, we have added tips on the most frequent Customer issues in the Freelance. We collected feedback and comments from trading robot and technical indicator Developers in a special forum topic, and prepared short tips with images based on these comments. All...
I established a new MQL5 profile, and had multiple issue trying to log into the community from my desktop. I tried adding the webpage as 3rd party cookies and issue still was not resolved. I was only allowed to access community profile from my iphone. Now I have purchased an indicator. I tried to
Hi , I sent a paypal cash to the wrong email . ( Dormant) Am i able to reverse this if so How
  Gap indicator  (14   1 2)
Hello everybody I am searching for GAP indicator which show gaps in prices..it will be best if i can get it multi time frame which i can use it in all the times frams from 5m to day time frame..i wish if i can see gaps that are happening in all the time frams while i am stick with one time fram..for...
For example, if I have two prop firm accounts or two brokerage accounts and I want to trade with them at the same time. It seems quite complicated now or I haven't figured out how to do it efficiently
it was meant to spend on an EA that isn't available anymore and now I got the money returned to my account here. However, I want those $10 to return to my debit card. I am not about to withdraw them through that portal method. What can I do here? I just got $10 sitting in the mql5 account
if (isBuySignal && macdBuySignal && !LastTradeWasBuy) { double sl = ask - SLPoints * _Point ; double tp = ask + TPPoints * _Point ; Print ("Attempting Buy Order: ", " Lots: ", Lots, " Symbol : ", Symbol (), " Ask: ", ask, " SL: ", sl, " TP: ", tp); if (trade.Buy(Lots, Symbol ()
  Errors, bugs, questions  (31894   1 2 3 4 5 ... 3189 3190)
Error after the CopyClose command #include <Trade\Trade.mqh> double Arr1[],Arr2[]; int OnInit () { ArraySetAsSeries (Arr1,true); ArraySetAsSeries (Arr2,true); return ( 0 ); } void OnTick () { CopyClose ( "EURUSD" , PERIOD_CURRENT , 0 , 50 , Arr1); //CopyClose("GBPUSD",PERIOD_CURRENT
Hey guys, Can someone tell me why it's not possible to check if + or - is pressed in CHARTEVENT_KEYDOWN? It doesn't work with if (lparam=='+') and it doesn't work with if (lparam==char(189)) either. But why? How can I check if these keys are pressed
So i have earned around 27.18, but my balance is only showing 20$ which is 7 short of what i actually earned according to agents history. I have no idea how to get ahold of support about this issue because their automated bot isnt the greatest or have the correct category. Does anyone know how to
Hello I would like to know how I could change the location of the "Data Folder" in MT5 to another one I want. With "Data Folder" I mean the folder opened when you do: "File / Open Data Folder" Thanks in advance, Cyberglassed.
I’m working on a function to detect untested swing highs and lows in my EA. So far, I’ve written two functions that find recent swing points by identifying highs and lows over a set number of bars : double FindHighs() { double highestHigh = 0 ; for ( int i = 0 ; i < xBars ; i++) { double
Hello fellows, I have been struggling to connect my Demo account on MT5, using Windows 10. I have been going about this in as many ways as I can for the last few. Alas I produce zero results. Below is the Error Message from the logs: CJ 2 00:09:49.445 Network 'xyzxyzxyz': authorization on
Hello amazing developers and expert traders. Please i need your expert opinions especially with my current situation of strategy testing and optimization. When an Expert Advisor (EA) performs well during backtesting and optimization but fails to deliver similar results on a live or demo trading
I feel like i'm in an endless loop of developing strategy. I probably have the wrong expectations about profitable strategy, does anyone mind sharing the performance of their profitable bot? I wanna know about it's percentage earn per month/per year, and its maximum drawdown. Thank you very much
Good day friends I'm currently using Mac book air. Please I'm looking for a way to install multiple Metatrader terminals on ma mac. I could do this when I was using a Windows PC, but not work Mac. Please help. Thanks
New MQL5.com authorization from '', RO, (5 Terminal). Рrevious - '5..', RO,. How can i stop theese messages popping on my mt4 app on iphone everytime i start a new mql5 page or open an old tab somewhere? The messages are so annoying. I would like to mention that I do not want to turn off all
Hi MQL5 team. I couldn't find any place to write this other than forums. Searching feature in signals page stopped working completely. I only use that search box to filter signals by broker, because there is no any option to filter by broker and there a lot of signal providers using unregulated new
Entering a trade is carried out using the following calculation: Before opening a trade, the robot always calculates the lot size at which it should enter the trade For example - current price 58.000 1 lot = 58.000 X lot = 40,000 (this figure can be changed) X lot = 40000/58000 X lot = 0.689 This
Hi Guys , I'm toying with the idea of a trendline with candle colors on left and right of the trendline . Just a visual tool to help beginners in showing an uptrend , Break and Retest and reversal. Simple , having trouble with the colors . There are enough trendline EA"s but without colors?..? Any
Hello everyone, Unable to open file: // Specify absolute path to file string filePath = "F:\\F2\\1.txt"; // Path to file int fileHandle; fileHandle = FileOpen(filePath,FILE_SHARE_READ| FILE_READ ); Error opening file: 5002 What could be the reason? Thank you
As the title says, I have a build pc with the following specs: 13th Gen Intel Core i9-13900KF 32 gb DDR5 ram 2x 2TB SSD M.2 and 1tb SSD m.2 RTX 4080 OC I have been getting a PR score of about 184. But from that im seeing online some people are getting 200 plus. How can i improve my PR score
Correlation Of Currencies I feel it would be worthwhile to give out a little, but, important information on currency correlation. Possessing the knowledge of how currencies are correlated could prove to be very important to your trading arsenal. It's just a matter of simple logic, but a very simply...
Hi all This may be more experience based opinion question but knowledge expert's opinion welcome too. Based on your experience(and knowledge), if you have created or backtested a profitable EA (an EA that you have noticed actually was profitable in live market, not just backtest), what values for
I have an issue when trying to login my account into binary.com server. I already do re-Installing, re-scan, and anything possible, but nothing is worked. I keep getting this error. My friend from same country is not having this kind of issue, they can use it normally. I dunno which one is the
I am trying to install an MQL5 indicator I purchased on a new computer. The instructions say I must click the "market" tab on the bottom of the MT5 platform toolbox. I am logged into MQL5 and even went to Options under the Tool tab to see if the Market box was checked. I don't know what else to try
Hi. Can anyone explain to me why they have used (state& 1) == 1 not state == 1 nor sparam == "1" in the below sample? What's the advantage of using bitwise operation here, and why we shouldn't use other samples? Thank you //+------------------------------------------------------------------+ //|