General - page 417

Hello, i would like to do a specific action (like an OrderSend or others) when i press CONTROL with the LEFT MOUSE BUTTON down. I am able to use CHARTEVENT_KEYDOWN and CHARTEVENT_CLICK separatly but not togheter. This doesn't works: #define KEY_CTRL 17 if(id==CHARTEVENT_KEYDOWN) {
Can anyone write the code for trading with stochastic(14,3) signal (2) No SL or TP and LOTsize (01*Frimarginal)/3333 I have tried to learn MQL but I don´t understand anything. I have tried several EA but no one give profit. Lars
I want to learn how to use CListView that is easy to understand and simple to code. Thank you
No error but order not send to server in the following code input long magic_order= 12345 ; void OnStart () { MqlTradeRequest request={}; request.action= TRADE_ACTION_DEAL ; // setting a pending order request.magic=magic_order; // ORDER_MAGIC request.symbol=
[Deleted]
  alert  (4)
hello Dears Why is there no alert in the phone app? Is there a way to add an alert in the phone? Thanks
Can anyone explain why the signal copy size percentage was initially calculated as 1100% then a few hours later it changed to 790% - a significant change, and one which caused the system to close part of the original position. I also believe that the correct value should be 1100% although there have
how calculate the distance between the prise and the MA so I know the highest distance so we can
  Lost password  (1)
Hello, I've been doing a lot of trading using my iphone. However, I lost the password to my account. I have the account ID number and the email address that goes with it. But I don't know where to request the information. I used the mt5 mobile app; so I don't know who I should email to ask to
am looking for code to either draw the default Moving Average or a custom moving average to chart the most important thing is that i want to be able to choose applied price, PRICE_CLOSE, OPEN, HIGH & LOW most custom moving average codes do not have this
[Deleted]
Hello, Is it possible to change the EA properties for several EAs at the same time? I have a dozen working EAs and I have to change one parameter from time to time. I am looking for a manual change from the MT5 level or some "simple" programmable
Hi, Clicking the Remove from friends action against a friend in the friends list is not removing the friend. Thought you might want to know. R
Sorry for the dumb question: how does one add funds to a demo account with MetaQuotes? Thanks,
I have downloaded a copy of MT5 from the forum and entered my broker and account details and logged onto the Community. All working fine. https://www.metatrader5.com/en/download The Signals icon at the bottom right hand corner is greyed out and there is no Signals tab available in Tools/ options
can I install this on linux and link up to my pc for optimization test? I'm thinking of installing this on those single board computer like raspberry pi.
[Deleted]
Hi, i'm looking for a MACD [similar to the attached MACD True indicator] alert that will show the Price and Time when the MACD line crosses the zero line (in the pop-up MT4 alert window) and stays crossed for at least x minutes (e.g., 15 minutes). The only MACDzeroLineCrossAlert's i can find give
how to change my current vps from 1 broker to another
  Newbie question please help  (11   1 2)
I have subscribed to a signal provider linked to my FXCM account on my MT4 platform. I have £500 on my MQL balance which shows up on my MT4. Is that all I need to do? Will it automatically copy trades
Hi All, I'm not sure what happened from last Friday ,strategy tester is not working anymore
Hi there, I'm using SendMail() to send out emails when some of my indicator calculation values have changed. I noticed that SendMail uses the server date/time for sending out emails. This is kind of confusing because my server time is 2 hour ahead. I.e. the indicator sends out an email at 8:00 am
Is there any way to have lines, text, boxes, etc appear on all charts/windows of the same symbol bc right now it only works on the same window/chart when you change timeframes? eg. I have 10m, 1hr and daily charts of XYZ and would like lines,etc drawn on either chart to appear on the other
Hello I am trying to add my Account as Signal provider but the Server of broker is not Available !! can any one help me
I just got an updated version of an EA, to replace an older version that was having errors. Should I have both the new source file as well as new executable file in the expert/advisors folder? Is the source code file necessary to be in there, or it that just for editing the executable file if
Mine used to be all closer to the top, and now they are more spread out and take away space from the chart, is that a way to move the buttons around without just using fullscreen mode? Thanks in advance :) https://www.mql5.com/en/charts/14730448/audusd-m1-fx-choice-limited
Hi, Since the new MT5 updates (3080 and 3081), this error keeps happening when I change between accounts inside of MT5. Or, sometimes, when I just set new input parameters at the EA. Everytime I need to close MT5, open again and load all EAs (ex5) again
  MT4 newbie  (1)
I deposited BTC into my account and then internal transfer the BTC to my metatrader4 wallet. On my MT4 account it shows my balance in BIT. Is that able to be switched now within my MT4 account? please and thanks
If I update an Indicator/EA does it force the user to use it or do they have a choice
Is there a way to remove (or toggle) the toolbar on an undocked chart in MQL5? AFAIK there is no chart operation function or chart property directly accessing this feature. Do I need to do this through the win API? This toolbar is a minor annoyance when creating user interfaces since it has to be
What you change an indicator or EA from FREE to now it cost. What happens for the people that already have the indicator downloaded
If I'm working with "multiline" array and I would like to search the minimum value of a specific columm. How can I do that? Code example: double test[ 4 ][ 6 ]; for ( int z= 0 ; z< 6 ; z++) for ( int i= 0 ; i< 4 ; i++) { test[i][z]=i+z+ 1 ; } test[ 0 ][ 1 ]=
  Bot  (1)
How do I get the bot to open and close an order? It can be either a buy or a sell, but only once. He opens and closes an order, sends me a warning, and does it once