General - page 257

Hello there I've created Experts for MT4 and MT5.. sometimes the MT4 product uploads and not the MT5 and other way round. Today, the MT5 code did not upload and I am getting these errors.. I checked the volume limit and it's at 500 lots so it's ample yet it's still not letting me get through the
I think I've done all necessary checks and testing but do not fully understand the EA's strategy well. My main concern is back test fixing, is it even possible for an EA to fix back test results? This EA's back test is REALLY impressive even with stress test its performance is impressive. What can I
I dont know why suddenly the MT4 market/purchased tab does not show newly purchased EA and updates for already installed EA's anymore. I have tried to change password, logged out and in MQL5 but I only get a small red "1" on the tab. The MQL5.com user webpage Purchases show the product but not
  Help please  (3)
Hello i want help my phone number not working anymore i want to change it , when i try to change it ask for code sent to old number but my old number not working anymore I want help to change number in my profile
Hello , Below you can find my scrip that i have backe tested in gold with more than 90% win rate . please help me to make EA ( MT4) . Pine scrip : //@version=2 strategy( "Goldscalping" , overlay= true ) tim=input( '160' ) out1 = security(tickerid, tim, open) out2 = security(tickerid, tim, close)
Is there a command to remove the Indicator from the condition? similar ExpertRemove ()
Hello Everyone, I have MT5 terminal connected to IBFX running on Windows 2K3 and all the time it drops connection and cant reconnect unless I manually re-login or restart the terminal. Here is the journal entries (build 392) 2011.02.26 07:39:07 Network '1706': scanning network for access...
I would need a (for you) simple EA. Preferably for MT5. EA_'s task would be to close the positions separately after "x" minutes. Treating each position separately. Please, if your knowledge and time allow, help me write this program. Thanks in advance for your help! Have a nice day
  Withdrawal FUnds  (15   1 2)
Hi, Anybody help me to solve my problem? coz service desk never respon my request... Thanks
Hi I'm looking for an EA that trades only gold at 4 lots, every trade lasts a couple of seconds on avergage. This EA is used for passing MFF. Does anybody know the name of it
How do I create an indicator with a set of say N conditions, and then say indicator only paints if n of those conditions are true? in mql4
Hello, In MT5, when starting the "Strategy Tester", the opened window displays the chart with the timeframe we have chosen. But ideally I would to be able to switch on different timeframes while still being in the Strategy Tester. Is it possible ? Thank you
How long the verification take because it is more than 2 weeks now
The MetaTrader 5 platform update will be released on Friday, April 29, 2022. The update provides improvements and fixes based on the feedback we have received after the release of build 3270 . The update includes the following changes: Terminal: Fixed filling of standard Trailing Stop levels in the
I'm trying to open a ticket but the virtual chat answers always the same. That dont understand the question. Regarding ticket #3769599
Can MQL5 be used for Trading on Indian Indices and Stock(s) in Futures and Options ? How does it interface with NSE Data. And USD INR Currency Pair
Hi everyone I have been using the repository service for a few days, both in MT4 and MT5. I have computer A and computer B, both connected with the same MQL5 account It happens that, for some reason I am only receiving the updates from the computer on side B to side A, For example, I create a new
Hello guys, is there a possibility to check if a market is closed? I tried to find something within SymbolInfoInteger() but there was nothing useful for me. Thanks
Hi all, I am learning how to use mql5 to create an EA, but I find myself in the necessity to redefine or remove indicators. I have already tried using the IndicatorRelease() function but it returns False. Does anyone know if this is possible and how it could be achieved? Thanks
  VPS Migration  (3)
Hello, Perhaps somebody can advise me, what I am looking at. I have 29 charts on my computer and after a successful migration it is telling me on the right there is 16 charts and on the left the full number of 29. What is the Environment telling me? Thanks and regards GTman
i want to be a signal provider . Is there a minimum subscription fee one can set as a signal provider because i dont want to charge them high subscription fee
Hi, I am very new in forex trading world. I want to know few things about webmoney before start using. Please Ans those questions If you know. 1.How much webmoney charge for bank withdraw? (WME to German Bank account) 2.Can i withdraw Wmz (USD) to my German bank account (Euro based Account)? Thanks
Dear all, I'm trying to developing ea that will open a buy order with one pair, and a sell order for another pair at the same time? For example: I am overlaying two charts EUR/USD and USD/CHF When I visually see an entry point, I want to have the ea instantly open apposing orders at the lot size I
Hello. Why can't we redefine #define preprocessor directive? For example, very usefull... #define InputTab MyTab_0 #include "MyFunctionA.inc" #define InputTab MyTab_1 #include "MyFunctionA.inc" #define InputTab MyTab_2 #inlude "MyFunctionA.inc" Well. The same function. Just redefine names of input
Trying to figure out why my futures EA cant place trades on the micro dax (FDXS). It works just fine on mes,mnq,mym. But for some reason, it goes into a loop to try to place trades on FDXS chart. This is a backtest and i tried live test yesterday, same issue I've alread verified i have eurex access
Using MT4, I have four trading accounts and I cannot find a way to add a Nickname to each rather than just seeing the number as the account name. Please tell me there is a way :)
1. If you are trading exactly the same account size as the master signal and the master account is trading in 0.50 lots, and you put a "use no more than 20%.." of the account" into settings, will that mean my account will trade 0.10 lots?Thanks
  Need Assistance  (3)
Hello I am trading on Mt5. I am using an expert advisor. I experience difficulty when all forex pairs are opened running the EA. Sometimes MT5 will shut down if editing my EA. I experience difficulties with closing charts, my EA is not saved on the chart. I have to add it over again. What is the
I'm trying to save data of sentiment indicator (myfxbook) with the function iCustom() and the function don't return all values, only some of them and the value is 0.0. Anyone knows what is the problem and I that happens? Thank You
  Get RSI Period  (12   1 2)
Hello, I want to get period of current RSI indicator. Does anybody know how I can get it in MQL4 or MQL5? Thanks