Hi guys, I have been testing python API in order to create buy orders (long position) and able to close this long positions but i haven't figure out how to create a short selling order, any idea how can I create the request
Hi all As a mac user I'd like to learn what kind of indicators and EAs can I run on the desktop macOS version of MT4/5? Can I buy any indie or a system from the market and run it on the mac version? I downloaded iOS version and it is plain dissapointing, looks like something designed 50 years ago
Not long ago, I was able to see on the signal provider page, next to the name of the brocker that he uses, what amount of leverage he has on his acount - 1:100, 1:200 or 1:500 etc.. I can't see it now. Is there a way to find out the leverage
I have a problem with entry price of trades in my EA. I do it with this code: int ticket = trade.Buy(CalculateLotSize(diff* 10000 ), NULL , 0 ,longSL,longTP, "BUY" ); int ticket = trade.Sell(CalculateLotSize(diff* 10000 ), NULL , 0 ,shortSL,shortTP, "SELL" ); But the trades are open with wrong price
Hello, How can I disable push notifications for new/modified trades in MetaTrader 5 app without completely disabling push so I can still receive my custom push alerts? Is it possible? Thank you
I am not able to get the correct values of the maximum and minimum considering the condition: if(Candle[i].open<Candle[i].close && Candle[i].open>Candle[i+1].close). Can anyone help me with the script, thanks in advance. //+------------------------------------------------------------------+ //|
Hi, I have a commission based forex account (Axiory-Demo). My deposit currency is EUR. Nevertheless in the specification of an arbitrary currency pair (eg GBPCHF) the commission value (for in_deal in this case) is shown in USD, not in my deposit currency. That is what I expect. Or am I completely
why can't I install MT4 but it keeps getting MT5 guys.. https://www.metatrader4.com/en/download
Hi, I would like report MQL5 CopyRates bug on MT 5.0 build 3331. code is : MqlRates arr_rates[]; int rates_cnt = CopyRates ( symbol_name, PERIOD_M1 , from, to, arr_rates); return is : it requested data from 2020.11 . 02 01 : 00 : 00 to 2020.11 . 02 23 : 50 : 00 . But got return data of only 1
Please how do you open charts and see the tabs at the bottom? I opened multiple charts but the tabs are not showing at the bottom
Hi, i have been developing an EA and run optimisations many times. For some reason i am trying to run a complete optimisation but not all the available cores are working properly. out of the 16 cores on my laptop there will be a couple that stop completing tasks. i also have 2 VPS servers with 32
so the problem is that my EA doesn't work even though there are no errors, if anyone knows what I did wrong and instructs or corrects me, I would be grateful. #include <Trade/Trade.mqh> void OnTick () { MqlTradeRequest myrequest; MqlTradeResult myresult; ZeroMemory (myrequest);
[Deleted]
I'm unable to withdraw earned funds with master or visa card. It says card payment rejected. Contact your bank. I've tried about three different cards, Naira and Dollar cards. Still not working. Please help. Thanks
[Deleted]
I tried sending my question to the service desk, but I get a general response from the chatbot saying: So hence why I post my question here. I've tried to open demo accounts for multiple different brokers via MT5, but the MT5 program won't let me. Here's one random example. I can't click next. When
Hello, I am using a server for running MT5. When I do optimisations, I can split it on up to 8 CPU's. Still it is running not extremely fast. I was wondering if there are any best practices on speeding up optimisations? Thanks a lot in advance
My MQL5 VPN copying 1 trader on MT4 always stop and I always need to start it again by hand. Why is it so ? What's the problem
hello with my current broker, the signal doesn't work well so i wanna change the account and server. how can i do it please ? I tried suspending the subcription and reactivate but i can't change the account. thanks for your help ! best regards, Tintin
hello every one, can you please support me by an orientation in my programation of a new trading robot in market! the [invalid volume] make me insane. i find this code but in vain. the error is always aappearing at the final of rapport *** can you help me please to find out the problem
i read somewhere that ea activations are for 1 computer. what if i use vps, will the paid ea work since that would be considered as a different computer
[Deleted]
What is a good method for protecting class files in library? this article does not work for me for class with pointers, so i am looking for any other method or link for learning to protect class in libraries using import export method
Hello everyone, is there a script do open in a chart on MT5 to buy set TP and ST ? I mean when is active on a chart click a button to buy or sell and auto have the TP and SL , also do not needed confirm order if possible, or confirm with one click on the same script? Thanks all
[Deleted]
int list = 1 ; int Func1 ( double list) { int b = 2 *list; return b; } but when there is an array of list int list[ 4 ] ={ 1 , 2 , 3 , 4 }; how can i modify the function so it works for array Thanks
How many account can we run on the meta trade VPS
Hello friends, I am puzzled by an error, Every time i strategy test, the orders don't get executed and the error is "Unsupported filling mode I am crowdsourcing for possible reasons why this is happening and how i can solve this puzzle, any help will be greatly valued with gratitude and appreciation
Hi guys, I'm parsing some data from the net, but Date/Time on the page I'm parsing is in Unix timestamp format (example: 16557750000 is Tue, 21 Jun 2022 01:30:00 GMT). How to convert it, any idea? Thanks for your help, will be very much appreciated
I've got multiple python programs that connect to Mt5 terminal using the following code. # Establish connection to the MetaTrader 5 terminal if not mt5 . initialize ( "C:\\Program Files\\ICMarkets - MetaTrader 5 - 01\\terminal64.exe" ): print ( "initialize() failed, error code =" , mt5 . last_error
[Deleted]
Buffer, Objects, Global Variable
The problem is: you have a large piece of code and you want it to stop for debugging only in a very particular scenario. Okay: so you can put your first breakpoint only after the respective condition. Then it will run through til that point and then you just have to set all the other points that

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.