Is there a quick way to bring up the Modify or Delete order window without having to right click then choosing modify or delete on the trade in the trade window? I want to adjust stops manually. Thanks
I'm trying to download the demo of this indicator <Deleted> And getting this error 2021.01.04 16:30:52.256 MQL4 Market: failed download product ' <Deleted> ' [403] I have deleted the dat files in \\Terminal\Community, I have reinstalled MT4, I have tried two different mql5 accounts, I have tried
MT4 to MT4 MT5 to MT5 MT4 to MT5 MT5 to MT4
At some point does metaquotes plan to natively implement renko charts in metatrader? I really want to be able to operate on this platform in a totally native way this type of candles as an example NT8
hello. I copy trades with fxblue personal trade copier from darwinex(mt4) to the5ers(mt5). It works fine for me but the operations at 00:00h never come in. Error code 16 appears . I thought it could be slippage or spread and I have increased them. I have even put on in tradeallordersmarket but the
I tried adding the Breakeven function from the Global Scope right below the code, in the onTick and still it does not work. Please help me get it right.... Even if you use another method of finding breakeven I would highly appreciate it
ive been trying to find mt5 through symbols and just cant find it
Is there a time limit on how long you can keep money in your wallet or account? I am referring to the mql5 wallet not trading account. lets say I have some money in my account, how long can I leave the money in my account without withdrawing it? Is there a policy against keeping money in your
Hi Guys, I am a newbie but have managed to code quite a few things of various complexity (after a lot of pain!). The latest indicator I'm trying to code seems to be stuck on the first step. I'm sure it's something very easy but I can't see what I'm doing wrong. Here is the code: #property link
Hi Guys I have a code that is supposed to automatically enter a stop loss if the position is missing a stop loss. However, due to huge difference in price/pips between fx and indices, same value for SL will not work. So I wanted to have the EA check the order open price and only modify order if the
Hello everyone can someone please tell me an ea or script that allows to limit the number of positions per trade? for example not to exceed 10 positions for a single trade thank you so much
Hi everyone Im using risk calculator on a prop account that give me the error "Unknown retcode 10044" when I try and place a trade. I have used the same calculator on my demo account with the same broker. I have contacted support from all involved and no one seems to know anything. I have
[Deleted]
This is just an informative post for those of you with iOS devices that can no longer install the MetaTrader app, but still wish to receive push notifications. There is another MetaQuotes app that is still allowed on the Apple iOS store, and can receive push notifications. I am referring to the MQL5
Hello. Please help. I have an EA loaded on my MT4. The EA works on local computer but when loaded to the VPS it doesn't take trades
Does anyone know which brokers has the best data to backtest on in mt5? I am getting 0% for earlier years with a current broker thanks for the help
If I am suscribed, ¿why can not watch the open operations of the EA? <image deleted>
Introduction If you are reading this article, probably you are facing the issue that your expert advisors are not working in some brokers. Speciffically you could be facing the Message Error Invalid Filling Mode or Unsuported Filling Mode. If this is your problem you are reading the right article on
Which indicator allows me to know when the current candle is 3X or 4X longer than the previous ones?
(3)
Someone could help me to discover: Which indicator or oscillator allows me to know when the current candle is 3X or 4X longer than the previous ones? Thanks a lot
I've created an EA that uses the 3 and 13 EMA to ONLY execute SELL positions. When the 3 crosses bellow the 13, a sell position must be executed. When the 3 crosses above the 13, all positions of the CURRENT symbol should be closed. But my EA is opening both BUY and SELL positions - I'm struggling
Im thinking of starting my profitable private Hedge EA as a Signals provider but I need to make sure that it will work for everyone as its programmed to work. I don't anyone to lose money. QUESTION: Day 1 - I start me EA and it starts entering buys and sells on a specified currency Day 7 - 3 new
Hi, I've created a number of indicators and EAs that use PlaySound() function from time to time. What I've noticed is that if two or more of such applications try to play the .wav audio at the same time (e.g. right after the start of a new bar), the second call to PlaySound suppresses the first
I have one user in my friends list, who is posting topics I am not interested anymore. I can't find a button to remove him from my news feed. Any suggestions
// Input settings input double LotSize = 0.01; input double StopLoss = 0; input double TakeProfit = 0; void OnTick() { // Get the open and close prices of the previous bar double open1 = iOpen(NULL, PERIOD_CURRENT, 1); double close0 = iClose(NULL, PERIOD_CURRENT, 0); // Get the close price
example 8:00 AM To 17:00PM GMT London time 13:00 To 22:00 GMT new york time
MY MT5 ALredy put in EArobot.. Until 1month. Will suddenly my mt5 inside EA robot will be removed out.. Every month same like that. Why
help with mql5 code, loop closed orders ,if order just closed =alert i have code for mq4 i want code for Mq5 without MT4Orders.mqh // Loop through closed orders for ( int i=OrdersHistoryTotal()- 1 ; i>= 0 ; i--) { if ( OrderSelect (i, SELECT_BY_POS, MODE_HISTORY)) { // Check if the order
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.