General - page 521

Hi, It seems that we have a problem on recent verions of MT5. It is easy to see Just drop the script on any chart and have a look on 'Last LastHigh LastLow' values. Check for an old and current versions of MT5. This is not due to the script or underlying class, because this simple test in a dumb
Hi all, after trying out some signals I want to become a signal provider on my own. But when I try to add my signal the above error message appears. Is it not possible to add a signal on an account which was used with other signals in the past? Do I have to create a new "fresh" account? Thanks
  Problem with VPN  (5)
im using a MQL5 signal, while im on MT5 i can turn on copy "in real time" setting for the signal, but as soon as i click on Migrates button on the VPN settings, the "in real time" setting go off, so i can't use real time copy trading with the VPN, anyone can help me with that
What's the rule to calculate Agents' profit? I have 4 agents joined the cloud with below statistics data, details are as below: CPU GroupDescriptionIPPRPassesProfitCreatedLast activityIntel Core i5-2310 @ 2.90GHz, 16366MB 14432760.022013.12.012013.12.01Intel Core i5-2310 @ 2.90GHz,...
I find my rating number in my profile decreasing sometimes without doing anything. Anyone knows in what circumstance will the rating decrease ?
Hi Guys, How are you all? I have setup and transfer everything to the VPS, i think i have after following the videos as i just wanted to use it to run EA on it. When i click on auto trading it start auto trading but when i close off the MT4 on my laptop it stop trading? It also keeps turning off
who can tell us the regulation of the rating points,and how to accumulate rating points quickly? thanks
hi, sorry this may seem really trivial,but could Sb please tell me what the meaning {0} is when put in front of MqlTradeRequest ? what does it do? I have really searched and could not find anything? thanks in advance
Hi, I wanted to know if there is trick to convert strings to identifiers (variable names) in mql5. Any idea? For example I have 30 strings containing 30 symbol names. Now I want to define 30 dynamics arrays whose identifers are those symbols. In summary: If string x=" EURUSD "; I need double EURUSD[
for ( int i= 0 ;i<rates_total;i++) { double Buffer= iCustom ( _Symbol , _Period , "SuperTrendValues" , 0 ,i+ 1 ); double Buffer_1= iCustom ( _Symbol , _Period , "SuperTrendValues" , 0 ,i+ 2 ); if (Buffer>Buffer_1) { Blue_1= true ; Red_1= false ;
Hi, I want to link my broker account at Binck bank to MetaTrader 5. Bink bank has an API with some basic info here on Github But I’m struggling to get started as I don’t have a clue how this has to be done. Does anyone here tried establishing a similar connection? Or maybe someone knows an example
Greetings everyone! I’m just wondering what is the criteria for a product to become “popular”? I see some products on that page that are clearly popular, but other products have little to no stars/reviews and very little downloads, yet they are displayed on there. Does any have any information on
how come?????????i wait for response over 3 days...
Hello @Lorentzos Roussos , I was wondering if you could help me. What I need to code is a simple indicator or EA that whenever I hit the "B" or "S" keys on my keyboard an horizontal ray shows up right at the mouse pointer and it moves along with it and once I click over the chart then it "releases"
Would anyone kindly help me change the file so the output on the date would be yyyy/mm/dd or yyyymmdd My trading software can't read the date format of yyyy.mm.dd 🤦‍♂️ <ex* file delete d>
I created a custom struct struct MyStruct { int a; int b; } I want to print a object that is created from this struct void _Print() { Print ( "i = " , i, "b = " , b); } To do it easier I want to overload the Print function and just do like this: MyStruct obj; obj.a = 1 ; obj.b = 2 ; Print (obj); As
What is a Forex Lot
struct TickOne { datetime time; double ask; double bid; bool operator >( const TickOne &r) { return this .ask>r.ask; } bool operator <( const TickOne &r) { return this .ask<r.ask; } }; I want to compare two custom objects by using the (<,>) less/more operator. For example: A tickOne, tickOne2
I've already expressed my puzzlement for the removal of PayPal as a payment option here (some of my posts being promptly deleted by the good people of this site...), now, since my credit card is getting rejected as well, and before I leave this place for good, I would like to kindly have explained
  Cancel Purchase  (3)
If i cancel my purchase, will the amount be returned to my bank/debit card or it will be credited as mql5 credit
How to get back my money from MQL5? I'm trying MQL5 for the first time and not satisfied at all with VPS service nor the signal I subscribed. The progression of this signal was false and has been modified recently. Now I have a small amount as little as 10 $ on my balance that I can't withdraw
Hi Guys, The person copy my signal on mql5 and sells it on other website. Is it legal
Hi, I stopped a signal from MT5 TOOLS--SIGNALS--Uncheck the box. Now when i restarted it my tardes are not opening as per signal automatically. Can anyone help
Hi everyone, I got this problem, the signal is on yellow light, can i please know how to fix it? I have already done every steps told in youtube, but still filled. Thanks L
Good morning, despite having purchased the signal in question, the trading account is not moved. Can you explain to me where is the mistake? Thanks Italo Auriemma
Has anyone had this experience and fixed it. Like a hung app, dowloads but won`t install. Error message, red cross on downloading files, see image
I copied someone's trades and multiply my money 3 times of quantity that he has and also added a 5% increase to the amount because MetaTrader only allow 95% of my amount, but when the person who I copied his trades starts a new trade, my MetaTrader start the trade with only twice more than the
I want to subscribe a signal, but I have several mt4 terminals running and I can't choose which one I want to use with the signal and the one picked by the system already has another signal subscribed Anynone knows how to solve this? Thanks
Hi, Can you suggest me which Forex Broker is best for IB/Affiliate for higher commission. Filter : I’m looking for A Book broker IB
Hi, i'm trayng to make this work but i can't see the current Ask price and i don' t understand why? #include <Trade\SymbolInfo.mqh> #include <Trade\Trade.mqh> CSymbolInfo Simbolo; int OnInit () { return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason) { } void OnTick () {