General - page 534

Past few days I have been optimization backtesting on multiple custom pairs, then I import my like 6th pair, same process as always, and suddenly out of nowhere I am getting 100% disk usage making the backtest and everything on my pc super slow. What changed? I reset my bios for my OC but that is
MQL5 Signal #201106_3005, <Deleted> Code 02276Z Card No 6306 Date 11/6/2020 You have successfully subscribed to <Deleted> Trading signal: Account 2102991613 (HugosWay-Demo3) , period 2020.11.06 23:44:10-2020.12.06 23:44:10
double initial_deposit=AccountEquity(); extern int ProfitPerc=10; i have defined this in start of the trade. Then i have the following line for closing the trade of earning 10% Growth in Equity. I want to if ((AccountEquity()-initial_deposit>=(ProfitPerc*initial_deposit)/100)) { if
  over bougt/over sold levels  (18   1 2)
is there any oscillator or indicator, which shows that prices are oversold/overbought with respect to last day/last week open/close price. and how accurate is that oscillator,which time frame they are close to result.
how can i Publishing my mt4/5 live account to my website so can everyone can see how does my EA (that i use on my mt5 account) work like livestreaming my mt4/5 account to my websit (like big widget that show my accountb live) i got no coding or programing skills
hi i got modify position :Error 10036 -invalid raturn code the trade server . and my order is open but cant modify stop loss and take profit.give modify position :Error 10036 -invalid raturn code the trade server . how i can solve this error
  Good Bye Forex!!!!!!!!!!!!!!  (14   1 2)
Iv'e traded forex for 15 years and Forex is not what it used to be!!! It's not possible to consistently make money in a market which trends some days/months, but other days/months has a crappy range of 30-70 pips with the daily and weekly candles both UP DOWN UP DOWN UP DOWN!!!!!!!!!!!! Forget about...
I have the following code- for points 1,2 & 3 of a triangle Price1 is declared as double and Time1 as datetime Price1 = ObjectGetDouble ( 0 ,objName,OBJPROP_PRICE1 , 0 ); Time1 = ObjectGetTimeByValue ( 0 ,objName,Price1 , 0 ); The prices are as expected for all points but get the
I bought the <Deleted> signal, but it doesn't work, before that it still works, what should I do, I have set the parameters correctly. From 30 October onwards it was still working normally, today 6.11 <Deleted> had many entry and exit orders, but mine only had no entry orders
Hi Can someone please assist me as to where I find my Metatrader ID on my desktop profile for the MT5 's push notifications ... I had them in MT4 but can not seem to be able to enable them for MT5 ... I do not have metatrader on my phone installed , not even for the MT4's notifications but that
[Deleted]
Hi. Does trade operations like OrderSend suspend execution until the result returns? I can't find any source saying anything about it. It is critical to understand how this, and other functions such as... wait. I've found it. For anyone out there with a similar curiosity, Ordersend is a blocking
[Deleted]
  Key event within mq4 programs  (22   1 2 3)
Hi Codersguru, I would like an indicator(/EA) that reacts to users' commands: the indicator would do a task upon the striking of "F5", "Ctrl+P", or of any assigned key of my choice: start { ... if ("Key event") function(x1,x2); ... } function(x1,x2) { ... Print("Hey it's Saturday for goodness...
how can I put a certain rule that my lot size should be less than or equal to 1.0 ? if (!mytrade.Sell(ExtLots*Coefficient, Symbol (),mysymbol.Bid(),mysymbol.Ask()+ExtStoploss, 0.0 , NULL )) { Print ("Sell -> false . Result Retcode: ",mytrade.ResultRetcode()
  VPS.ex5  (1)
I subscribed to the VPS for my account 88087473 - ok. But when I tried to migrate to it I got this error: " 2020.11.06 08:18:21.626 MQL5 cannot open file <Deleted>' " I removed this Communicator previously because I was getting another error message about it's dll. How can I get it back? Julian
I purchased a product on the website, received an email confirming purchase and instructions how to download to my MT4. On my public MT4 there is a button to download (which I did not do), on my VPS, I sign in and there is no download button to click for a purchased product. Help please
i am unsure why my script gets blocked after ~21 hours. it runs every 3 seconds or 5 minutes. kindly please advise, especially if there is a way to debug and find where the code is getting blocked and potentially why ! One thought: https://www.mql5.com/en/docs/predefined/_stopflag The _StopFlag
Hello, I have written a code, it's something like this: void OnTick () { if (isNewBar()) { buy_signal= false ; sell_signal= false ; if (...) { buy_signal= true ; } else if (...) { sell_signal= true ; } }
Hey guys, I've been trying to get Symbol int properties through SymbolInfoInteger() but most of the ENUM_SYMBOL_INFO_INTEGER like SYMBOL_VOLUME ,SYMBOL_SESSION_BUY_ORDERS, SYMBOL_VOLUME always return 0. It's seams that the data isn't available at all. Is this issue related to the broker or am I
Hi all I'm trying to use dynamic arrays for the first time but I can't seem to place data in them. I've tried the simplest of approach to see what i'm doing wrong. Basically in the below example I'm trying to fill in the array with 5 numbers that are exactly as the counter 'x' but i'm getting out of
  Unknown purchase  (4)
I seem to have a product listed as a purchase which I know absolutely nothing about. The product "<Deleted>" is unknown and of no use use to me
Hi Forum Would someone be good enough to write the MetaTrader 4 code for the Gann Hexagon Formula below I do not know how to write the Square root and Power Functions MetaTrader 4 code All of the brackets are necessary for precedence in the formula in MetaStock Thank you in advance Derek
I have 2 expert advisors but I cant seem to add them to my trading acct can someone help
[Deleted]
  Find a broker  (6)
i want to start trading on but don't know how to find a broker please help
Hi everybody. Does any body have full information about account setting for following a signal provider ? I have 2 questions. 1. Must both provider and follower be in the same platform(MT4 and MT5)? 2. Is that possible to follow with any kind of account (like premium - auto - zero spread)?? or it
i got a signal this mornig , i need to cancel how do i get help
Hello, i need a VPS Server. I wanne try to install on it Forex Copier and 2 MT4 Accounts but i think it is not possible on VPS Server From mql5 am i correct? Can someone help me with a idea where and what i need for it. Regards
I have two VPS with long time remaining,one is for MT5 ,the other is for MT4,can you add up the remaining time to the VPS for MT5? because you can just use free remaining time for one VPS! when you use MT4 VPS, YOU CAN'T use MT5 vps! when you use MT5 vps instead you can't use MT4 vps! i want to
Hi there , I'm using Trade.mqh but I'm not able to refer and Initialize the declared class structures . Does anybody know how to define them in a separate file ? I tried to call the constructor but I just get compiling errors. Thank you very much indeed
Hi, the trade copied by my signal has not updated for over 12 hours even though it updates on the signal provider's page when i check. Also, the chart of the currency pair has not moved. I have tried restarting, and opening a new instance of the chart. I checked my journal it says 'synchronization
ive been surfing all the forums tried everything to get this indicator to instal and it just will not install someone please help me