General - page 429

Hello, I have made an ea depended on pending orders, the problem is it put only 30 pending orders, so I want to knew if there is a limitation to pending orders number. thanks
Hi all, Cant for the life of me figure how to change from Request Execution to instant Execution on iPad. The manual tells you what the modes do but i cant find anything that says how to change them. Grateful if someone could point me in the right direction Cheers !
Hi all! I am trying to code a pullback based on what price is doing. I want to use it when 3 moving averages are in line, so when price starts rising after a pullback I can enter the trend. I have tried to do this as a pullback to one of the MA, but it is not what I'm really looking for and I
hi there, i m facing this error. anyone help me out. (2021.07.27 13:21:53.378 2021.07.20 15:01:03 Alert: Magic:1,Error: Order not opened, ErrorCode: 10014 :: XAUUSD Buy 0.00 lots @ 1819.22 Comment: 2021.07.20 13:20)
Hi, I'm not sure what the above called but I want to be able to gauge market sentiments by grouping instruments and their overall performance. Where I should go from here? What function to use etc etc. Point me to the right direction
Hello, I'm currently trying to write a script that prints the maximum price within the last 100 days. I know that ArrayMaximum exists but I want to avoid using it for now. There is some error in the code that I cannot find. Currently I am only getting a " 'for' - semicolon expected " error on for
Is there anyway to change the default Action type to Notification for Alerts? It's current set to Sound
#property version "1.00" #property indicator_chart_window typedef void (*Callback)( int i); void PrintNumber( int i) { Print (i); } Callback getCallback() { return PrintNumber; } int OnInit () { getCallback()( 1 ); // Error '1' - some operator expected return INIT_SUCCEEDED ; } int
Hello ''Please can my payment of Virtual Hosting: 6276415 mt4 (6months) transferred to my other 6267779 mt4.'' Since am not going to making use of Virtual Hosting: 6276415 Stopping or Cancel subscription Please advise Thank you
Hi and good day all I really appreciated your help if let me know how to define the name of imported indicator as resource to the ExperAdvisor in IndicatorCreate() function. As you know probably we have to pass the name of custom indicator as first parameter. The case when a custom indicator handle
I'm using the EA and suddenly my chart going to the left corner but few moments ago it was in the middle. First I thought it was a EA issue. So I try different EA for different chart and I can see the the same issue again. How can I get back my chart in the middle again
Hello, Recently I have been seeing that all the products have now 24% value added tax in the market place. I dont remember seeing it ever before. However I only see it from the terminal not on the website. My question is when did this new taxation feature started on the market products. And who
  How do I make a deposit?  (69   1 2 3 4 5 6 7)
Demo account competitions at brokers, what else
I have developed a script that uses a .mqh file and I want to sell it on the market. The problem is that this .mqh file is inside my machine and if I try to upload my .ex4 file to sell on the market, I fear the person on the other side may not be able to use this script. How do I go about this
I am wondering is this time for every one or just me ? cause it used to be 7 days but its double right now in my payment page
ZentradePremier-Live GlobalPremier-Live MaxGlobLimited-Live I cant found that broker server
My erstwhile Metaquotes Demo account isn't available too. Also I can't open some other demos due to lack of Account type (blank list)
  mt5 on Mac / IOS  (3)
Hey Traders, Just want to get your thoughts on using mt5 on Mac or IOS? Is the functionality still the same (or worse) as on Windows? Also does it run better (performance) on Mac? What would you get or current have if you were in my position. I'm thinking of buying either a mac pro or Ipad to
I cannot find this demo server in the list. Can admin help me to add this server
Hi.  I subscribe to Tick data service and can achieve 99.90% accuracy with my MT4 backtest results. But, would someone please tell me whether I should trust the results of using Variable spread or should I trust results using Current spread? The two seem vastly different, with much better results...
  Loop question  (11   1 2)
Hello. I found this script online and I have a question. for ( int j = 2 ; j <= 10 ; j = j + 2 ) { Print ( "The value of j is " + ( string ) j + "." ); } It is supposed to print 2,4,6,8,10. However I am confused because j+2 is included within the loop logic. So the way it looks to
The current compiler build 2170 of Metatrader 5 is acusing All my StringReplace() on MQ5 code as deprecated. warning 91: deprecated behavior, hidden method calling will be disabled in a future MQL compiler version What to do?!! What is the replacement to this function? Any ways to solve it
This code reproduces the bug: class C { public : C () {} C (C const &) {} C foo() const { return C(); } }; int OnInit () { C c; return INIT_SUCCEEDED ; } There are 2 workarounds for this code, you either remove the const qualifier from the method foo or create a temporary
Hello, I am using MQLTIck to add custom ticks to chart MqlTick tick[ 1 ]; tick[ 0 ].ask = Getask; tick[ 0 ].bid = GetBid; tick[ 0 ].time = TimeGMT ()- 9 ; //GMT minus 9 seconds tick[ 0 ].time_msc= 0 ; CustomTicksAdd(symbol,tick); to fetch the candlestick from
is anyone any idea I have some custom indicators on my ea but they did not start to work after a month ago metatrader 5 update
Hi, I noticed that I forgot to renew subscription of signal service that expired over the weekend. There were few open trades when the subscription expired. I have resubscripbed to signal using same account. My question is will the signal manage my open trades that were opened before subscription
Hello everyone, I'm trying it to add the custom "ary-aind-indicator" to filter the positions that my expert will open. This indicator is very simple : it display green bars for bullish momentum, and red bars for bearish momentum. And obviously, the returned value is the bar value which is positive
Has anyone got a view on using MT4 or MT5 on the new Surface Pro x Basically I want to know if someone is using this device to trade and if it works? Thanks in advance
Hello. I am trying to get my EA to write data to a file during optimization, however while optimizing it only writes the data of a single parameter set within the optimization. Is it possible to write data from all parameter sets within the optimization simultaneously