General - page 486

  password  (11   1 2)
I changed password but the new one doesn't work
Is there a way to improve the price difference with Signal? VPS is rented
Case A : My EA with setting A- using without visual mode get result net profit -108.26 Case B: My EA with setting A- using with visual mode get result net profit 132.49 MT5 (2012/6/1~2012/8/1 Modeling Open prices only ) Build 2504 ,26 Jun 2020 I only change visual mode then get different result
On a single run in Strategy Tester, I get the following. In the "Backtest" Tab, "Total Net Profit", I get a different figure from the "Strategy Tester Visualization" "History" Tab when you select "Orders & Deals". See below for example. Can anyone point me a direction to figure out why will there be
  Signals Tab  (3)
Hello, Hope someone can help. I am logged into MT5 with my Broker account an also mql5 community account but I am not seeing the "Signals" Tab in the terminal to be able to purchase signals
Hello dear sirs, I wonder if I could write code in Custom Indicator to Execute OrderSend code... Thank you so much for your helping
hello guys, I have an EA which is made signal by text on chart, how can I send the text from the signal chart to a new one then I could auto trading on second chart. Thank you for your reply
Dear Mql5 Team It is requested to you please guide me how can I withdraw money from mql5, because when I try to withdraw funds it's shows we sent a text to confirm on my old mobile number, this mobile phone number is permanently close, and even I try to change my mobile number I can't because the
Hello can someone suggest me a good European stock brokers that is ECN and is allowed to trade US Stocks CFDs and also use Metatrader 4 or Metatrader 5 as a Platform
I did subscribed signal but trades are not copied because my current broker doesn't has DE30 symbol (it has only [DAX-30]-ECN). MQL5 symbol matching algorithm cannot map DE30 to [DAX-30]-ECN and system is so badly planned that there is no, for example, user defined mapping table for symbols. Because
double Lotsize() { double BuyLots= 0 ; for ( int i=Position sTotal ()- 1 ;i>= 0 ;i--) { if ( PositionSelect ( PositionGetSymbol (i)== _Symbol )) if ( PositionGetInteger ( POSITION_TYPE )== POSITION_TYPE_BUY ) {BuyLots+=
Hi All, I just had a wonderful experience downloading a free indicator and receiving support from the owner despite the owner not wanting to share the code but just his buffers. The experience was so wonderful I got suspicious and this led to the following question. Can someone put a indicator on
Hi, I made a simple mistake to write unknowingly a ";" after an if condition, it took me a lot of time to realize that mql5 permits it, and considers it valid if ( 0 ); printf ( "stuff" ); //will get printed, because the ";" above It should appear as an error in code, I don't see any potential
hey guys. what kind of operations we can use after "case:" and how many? do we allowed to declare variables after it? do we can use "if" after it
help #property copyright "Testing" #property strict #property show_inputs int v; extern int x= 1 ; //first Value input int y= 1 ; //Looping Value input int z= 1 ; //End Value* int OnInit () { if (z<x || z<y){ Alert ( "Wrong Parameter !!" ); return ( INIT_PARAMETERS_INCORRECT ); } return
Hi all, I am a bit lost with my trading signal subscription. I ordered a signal yesterday an linked it with my demo account by mistake (both MT5). My issue is now when checking "my subscriptions" ->Active I can see the signal but when I click "move subscription" and adding my correct live server and
Hi there, Could somebody help me please? My machine is running like 0-24 each day of the week with little downtimes for a few hours. When I'm working on it I monitor several times whether if MT5 is calculating (working) or not. Often I see my agents (4 cores = 4 agents) working around from 0 to 5%
  Service desk  (7)
Please assist I am new here, i wish to access Service Desk
  panel design  (4)
Hi all, I am new to forum and I have a question. When user runs my code, I want  a panel  to show up. how & where should I design the layout of panel that will contains some textboxes and buttons . Thank you.
Hello, I have been doing freelance jobs lately and it happens (not really frequently but still happens): I apply for a job and it gets deleted instantly. Since there is a limitation of 10 applications for 24 hours, my question is do I get a return when a job is deleted in several minutes. I havent
int Cur_p = Ask, initi_p = 0 ,cnt= 0 ; if (Cur_p>initi_p){ cnt=cnt+ 1 ; initi_p =Cur_p; } if (Ask<initi_p) cnt= 0 ; Please any help on why this code is not working. i need a code to calculate consecutive up tick and down tick to get how fast price is moving in each direction
Hello I have signals on 2 accounts and need to keep enabled / active . One on each . Any ideas how I do the same rgds
I Want a MT5 Can enable automatic switching the market watch tick chart window to a current active chart price window
Hi! On my Strategy/Inputs, there are no settings. The EA works, but there are no settings to change. Its just blank. Pls help
Can someone help me? I am trying to subscribe to copy the signals and is giving an error message like "Subscription Failed."
Hello guys, I need RenkoStreet_Trend for MT5, not the entire renko chart system, just the Trend indicator. I'll share an image below
So I've followed YouTube on how to create multiple instances of MT5. But now I have a problem that the copied ones on my desktop (opposed to the original one in Program Files) will not connect to the Market in Tools. So therefore, I can't access my purchased products . Can someone help please
I have a mt4 account on mql5 VPS. Whenever I load an EA I keep getting the message "No internet connection". Please help and advise
  Rented in Market  (3)
Hi, I plan to rent product in market, i want to know how many activation we have if we do rent instead of purchase. Thanks I try search around but cant get exact answer. Thanks for your time
  Copy signal  (10)
Hello I am a signal provider . One costumer purchased signal and also mql5 vps. When it start, 15 trade was opened in 10 seconds. Also signal not opened any trade. But when I looked to costumer opened signals, it was showing NuD(My ea). Do you know what is the problem