General - page 555

Hello, I am following trading signals from someone on MQL5. However, this person uses 0,7% risk on his trades/trading signals. When my MetaTrader 4 copies the signals it does not apply the same amount of risk that is being taken by my signal provider . When I calculate the amount of risk I am
Hi, I write hedge EA using multicurrency. I need to SendOrder new positions in both directions if some position for some currency was closed. For one currency I used: int Orders; if (Orders > OrdersTotal ()) { SendOrder(pair,OP_BUY,LotSize); SendOrder(pair,OP_SELL,LotSize); } Orders= OrdersTotal
The indicator is simply not in the mt4. i have looked everywhere, not in the merked section under downloading. where can it be? What to do
In terms of low bid/ask spreads? Should I assume that it depends on the currency (actually, currencies) that are in question? So when markets are open in New York, then the USD pairs will have low spreads? And the same for open markets in UK/EU will cause GBP,EUR,CHF,etc. to have low spreads? And
Any way to solve this issue? I downloaded MT4 setup for my Windows 10 operating laptop. Once install and launch, it is not MT4 that I expected to turn up but only MT5 application. Furthermore, my broker doesn't support MT5 yet. Please advice
  Phone number  (8)
Hello! Long time ago I had a MQL5 account but then I ask support to delete it and they did it. Now I decide to register again but when I try to register as seller and add my phone number, system says that " Phone already exists. Choose another ". Can someone tell my what to do? How I can add my
Hello, I'm trying to develop a telegram bot that sends a csv history for a desired lapse of time. Untill now I managed to make it send the history of last day, last week last month and total history. I was wondering. Is there any simple way to count months elapsed since deposit and fill an array
  MQL Sockets  (3)
Hi there I'm trying to do simple http sockets with an Expert Advisor , but everytime i use the function SocketConnect i have the error 4014, which is in the doc the fact that i can't call the function because i'm in an indicator, but as i said, i'm in an EA, i also tried to use it in a script, but i
Hi, i subscribed to a signal but instead of opening 1 position (as in the signal and as confirmed by the author) it opens 2 positions, the second one partially close usually after some time few seconds or hours... (as "does not exist on signal provider account, tring to close" this is what journal
Hello I am looking to protect an indicator for a trial version. For example that it can be used for 7 days and then no longer possible to launch it on a chart. Does anyone have an idea please
  pb with VPS  (10)
Hello,  i try to migrate my VPS of MT5 on a new MT4 account and on an other brooker, but i cannot.  Currently i'm on Traders'way with a MT5 demo account. I put the VPS of MQL5 with $10. Yesterday, i put the VPS on my MT5 demo account with the brooker "Forexchief" => all was perfect.  Now, i would...
Dear experienced traders How to request a new feature? Where to communicate with? If I have some idea will help a lot of users and it could be solved easily, where should I commutate with? Thank you in advance and best wishes, Sky
I need a way to test partial fill of an order, for instance place a pending order which is triggered but opens only part of the position. Any idea how to do that? Thanks
Please convert this code to MQL5 <Decompiled code Deleted>
Hello, Please, I need to export the indicator values from a specific chart on a file (txt, csv...) All suggestions are welcome ! Thanks in advance
I am enquiring about my MT5 trading account. My brokerage account is <Deleted>, their website is not currently available and my broker has been missing for 4 weeks. In these circumstances is there anyway to access my funds in the account myself considering the brokerage company does not appear to
Please I am a manual trader and have no knowledge of programing, what do need to become a programmer
I have downloaded a number of EA sets onto my mt4 platform. I have deleted the EAs but wish to reinstall my Mt4 so that I have a clean platform again. How do I do that without losing my VPS connection and my connection to my broker? Step by step please as I am new to mt4
For the type of trades that I look for, I generally scale in with many small positions and spread out my stop losses. Depending on what prices does, I may adjust the stop losses to manage my overall risk. I'm currently just adding them up in my head or on paper as I go, though I realize this could
I've been using the Waddah Attar Explosion (WAE) on MT5 to trade index futures. Have not been able get it to give alerts or audibles. I use it on a Renko chart generated by "Renko Chart Generator" along with "HMA Trend Professional MT5". The HMA gives audibles and alerts. Is there a WAE that works
  CIATR  (2)
Hello, I tried to use for the ATR calculation the include files, but I always get Empty Value out here the script #include <Indicators\Indicator.mqh> CIndicator _indi; #include <Indicators\Oscilators.mqh> CiATR atr; void OnStart () { atr.Create( _Symbol , PERIOD_CURRENT , 14 ); Print
I have a feeling that this might be a silly question to ask but i am gonna go ahead and ask (apologies in advance) I recently came across the concept of Panels and dialogs, and they look nice ( better then the traditional mql graphical Objects like rectangles and buttons etc in most cases ), since i
Dear friends, Just to let you know (and perhaps MetaQuotes people could correct errors). I refer to https://www.mql5.com/en/docs/basis/types/classes#class , the article of the documentation that refers to structs, classes and their constructors (among others). There is a sentence that says: "The
I have subscribed a signal, there is a technical problem with MQL, its not opening a position, I have provided the error and configuration, can you help me understand what is the problem that my account doesn't work
Why my EA change into a Script when I put this: void OnStart (){ string filename="Foreign_Exchange.sqlite"; int Foreign_Exchange= DatabaseOpen (filename, DATABASE_OPEN_READWRITE | DATABASE_OPEN_CREATE | DATABASE_OPEN_COMMON ); if ( DatabaseTableExists (Foreign_Exchange, _Symbol ) == false )
WL = Worst Loss R = % you want to risk Bal = Balance TL = Lot to trade Formula (Bal x R) / WL = TL ex) your account is 5000 Risk is 5% and Worst Loss is 200 = proper lot size is 1.25 lot If you have 10 EA, each lot size is 0.12(1.25/10) Good case: 1. If your money increase to 6000, TL is
I find example of trend condition codes Example Up Down Range If up= true If down = true If range = true I want to filter range by this example. Plz show me similar example in forum
I have a volume indicator I would like to share here which displays No Supply and No Demand indications when confirmed, however I would like for it to show the indications before confirmation/instead of waiting for confirmation if possible? I tried to do it myself but to be honest I am not sure how
help i buy a signal to use in mac and i cant used any help
bought an EA yesterday but it does not appear in the MT4 Market/Purchases yet. I can download the demo version fine. any suggestions