General - page 424

I had a fresh install of MT5 from an existing provider, which updated the icons compared to an old install of the same MT5 from the same provider. However I encountered an issue when the Market page was accessed within MT5. This is how it looked like on a fresh install of MT5 And this is how it
Hi please tell me how to get data live from MT5 to Excel DDE
good day I have an issue with the mt5 rectangle tool …. So on mt4 we have 4 points to resize the rectangle … whereas mt5 has only 2 points … so my question is .. is it possible to add a function or any others means in mt5 in order to control the 4 corners of a rectangle to resize it
Hello, what is the easiest way of saving and loading a MqlRate? The code below is to give an idea, what my goal is. MqlRates rate; ... FileWrite (file_handle, ???rate??? ); MqlRates rate = load(); MqlRates load() { string line = FileReadString (file_handle); MqlRates result =
My need is, I have multiple clients MT5 account. In my single server I have installed MT5 application. Now I need to connect multiple instance for each individual clients acc and need to do trading using that individual account simultaneously. Because in single hosting I have multiple user account
Hello everyone! Can somebody help me with a question? I've downloaded the statement of trading history of my account in Exel (from MT5). I need to put all (for example EURUSD ) my trades on chart to make them visible (see the screenshot attached). For example I take the statement of my friend and
Hi team, Has anyone created an interface to view multiple accounts on one website
I have an EA that works fine in AMP future MT5 platform demo account. However, it won't send buy limit and sell limit order in their live account. Contact AMP trade desk they said they received order as a Fill or Kill order and I need to remove that setting. I don't know where I need to change in
Hello, I didn't find any information about that. I did try to change it with getpointer() , but it is not possible with simple variable as the mql4 book explained. So if anybody could help me about how to update the input field with my new value. from ->> external int value=2: in my program I will
  deposit fund  (1)
is possible to inject funds through MLQ5 account in my trading account
Why does my stoplosses get ignored
I want to start a signal, but my broker is not showing in the broker list please help. my broker is LegoMarketLLC-Live
Hello Friends, Since yesterday, I can't loggin to my MQL5 account with the daten I've being using since years. I get the message: "your loggin daten incorrect" The question is why and what's gone wrong. Can anyone help me get it fixed? Thanks in advance. Nillscash
AS OF TODAY 9/27/21 cant attach any ea to amp mt 5 platform, any one else facing this issue
Hi to all For a Machine Learning experiment I need to mark some points in a 2 year data set, in order to be able to do so: Is it possible to download data from 2 years in Mt4 or Mt5? Is it possible to work in Mt4 or Mt5 2 years back, some how mark the points and export the data? If so how can it be
Hey y'all I am sorry if this is a stupid question but i am new to mql5 and i cannot understand what i am missing here. class TNode : public CObject { public : CArrayObj *Child; // node childs
Hi, I have a need to use more than 32 charts on the same MT4/MT5 trading account. So how to rent more vps for 1 MT4/MT5 account? Or is there another alternative? Thanks
Hello, i have a multicurrency Pivot Dashboard and i would like to add a funcion that send an Alert once per day if the pivot is touched. I have created a Pivot Touch Function that return me True if pivot is tested and False if not. bool PivotTouch( double _high, double _low, double pivot) {
Unable to migrate my MT4 EA to run on VPS
Hi, This is my first time using Freelance service of mql5. Currently my chosen developer is 2 weeks overdue. IF I choose "delete" will I be penalized? Thanks
Hi, Im having trouble with an EA. I am trying to calculate open positions for this EA (with a certain magic number) For testing, I am adding one buy position with a different magic number so I can see if this is working or not. In backtest I always get both position when I count, but they have
Hello, In my Expert I have this list: CArrayList<ClickDatapoint *> *clickData; ClickDatapoint has these for us relevant funtions: ClickDatapoint::ClickDatapoint( const MqlRates &price_data, const CLICK_TYPE &click_type) { priceData = price_data; ArrayResize (clickType, 1 ); clickType[ 0 ] =
Hello I am implementing my first EA, wondering how can I get the value if real volume and depth of market in every tick Regards
Hello dear, sorry for bothering you with my question but couldnt find any answer on mql5 forum neither on the broker live chat support, the issue is that mt5 tester is not displaying results tab (operations/deals) history transactions of the backtest, knowing that i am not using any specific ea, or
Hello, I have a big problem : I'm using the copy trading service. From the trader I selected, many source trades have different lot sizes. Some profit trades use a higher lot sizes so they can compensate other losing trades using a smaller lot sizes. Unfortunately, on my account, all those trades
I have recently purchased the above indicator but I am not able to down load the product . The link seem to be locked.When will I be able to access the product. Thanks Terry
Hi This mql5 code gives the compile time error for MathRound "wrong parameters count", any idea why?  Here is the link for the MathRound. https://www.mql5.com/en/docs/standardlibrary/mathematics/stat/mathsubfunctions/statmathround Thank you double arrayMode(double...
  Find clicked MqlRate  (11   1 2)
Hello, I want to use the click-event to select a candlestick. To find this specific Candlestick I have following code: void OnChartEvent ( const int id, const long &lparam, const double &dparam, const string &sparam){ if (id == CHARTEVENT_CLICK ) { int x = ( int ) lparam; int y = (
Hello all I hope someone can help me to programm this EA: I would like to programm a EA with following informations. open buy order if > MA cross (fastMA over slowMA) and Momentum >100.03 close buy order if > ( MA cross (fastMa under slowMA) and Momentum <99.97 ) or SL is open Price ( <10 Pips) open