General - page 164

Is it possible to have a script that reads quotes from mt5 sends the quotes to a local server, say TCP server, where another script from MT4 reads the quotes and displays in chart? I want to read volatility index quotes from mt5 and send quotes to mt4 where i can use mt4 indicators
Hi guys, i want convert some pine Script indicator code to MQL4 but im beginner in MQL pls help me that is some code i want use it in MQL but i dont know how ... :S wicks = input ( false , "Take Wicks into Account ?" ) highlightState = input ( true , "Highlight State ?" ) ma(source, length, type) =>
Hi Moderator, Kindly help, why I can't register as a Seller on MQL5? I already fill the information needed on that form, include selfie and photo of identification
[Deleted]
Hi everyone In the market, in some products , the "review" section, for some users, the following sentence is written. " User didn't leave any comment to the rating " What does this mean ? Why can't we see that person's review ? What is the problem
Authorization failed when setting up signáis on Android, are they supposed to work there
I'm trying to use an MQL library that has this in it and gets this from a DLL. I'm pretty sure the result is a pointer to a char * My question is how can I receive this char * and use it in MQL? How can I convert it to a string? I think intptr_t is a long or an int. I'm guessing a long because of
How to get value from TimePicker??? This code always returns -1 //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2018, CompanyName | //|
[Deleted]
Anyone could help me? I need the get the highest from X periods of the TYPICAL_PRICE and for some reason this is not working for me. int index_high = iHighest(NULL, 0, TYPICAL_PRICE, stop_candle, start_candle); Any idea about how to get it working? Thanks in advance for your help
Hello fellow traders! I hope this message finds you well. I am a beginner in the world of trading and I have recently become interested in developing my own trading robots. I have some programming experience in Python and I believe it would be a great language to use for this project. I was
Hi all, The MT4 code below presents allows me to set the time frame for the current chart by way of a drop down list. Unfortunately, it doesn't work with MT5. Would somebody please point me in the right direction. regards .... enum ENUM_TIMEFRAME { M1, // One minute M5, //
i contacted help desk about my financial operation being limited what could have caused this i was purchasing an indicator no the money is showing in a wallet
Hi, i try to understand the logic of mt5 how to do and handle trades ( Orders, Positions and Deals in MetaTrader 5 - MQL5 Articles ) At the moment i'm really confused. If i see it correctly, there is no kind of id, wich marks the first trade to open a order and his positions and the positions of the
I would like to ask within this forum if anyone is currently using and EA that generates at least 10% per month with 5% drawdown. Is there any product that can do that
Diagnosing the error of broker or robot? Hello I'm on I had installed my own expert account. All of a sudden all my positions were closed just when I started making profit. The broker claims that the positions were closed by the robot, but this robot has been working for several days. Please advise
There is no depth of market on Netting account for Android while there is one on Netting desktop and hedging Android, go figure. Hopefully one day there wll be one
  Service desk  (6)
How long does it take for the service desk to give a reply
Hi everyone! How can I know the ticket or de ID of a position across multiple pairs? What I want to do is to implement a trailing stop based on the last position that was opened.  For example, if the last position is +50 pips, then move the stop loss to break even for that position and all the other...
  MQL5 terms  (1)
In MQL5 , is there a means of calculating 'Maximum Total Drawdown, Maximum Diffusion, Maximum Total Withdraw , Daily Target Percent
I suspect your signal filtration operates on each previous result . What does that mean . Let's say i filter signals in a way then change my mind and choose other filters , the results will be resulting from the previous filtered "bucket" of signals and not the entire collection until i close the
Hi All Newbie MQL developer, so bare with me please. Created a custom indicator which plots what I need, exactly as I need it on the graph. However, when I try to get the values at a particular bar, through iCustom - I don't get the same values as the chart and I can't understand what I am doing...
Each day the MT5 platform asks for updates at least twice daily, which is very annoying. It is supposed to be stable. This is about 14 updates per week! I suggest collecting all updates once per week. This will make it easier to work with the platform
Hello, i s there a solution to this problem
can you help me, what's wrong in my EA: #include <ErrorDescription.mqh> string symbols[] = { "EURUSD" , "GBPUSD" }; // string symbol; double investedCapital = 1000 ; double riskPercent = 0.01 ; // 1% de risque double Ask; double Bid; double potentialProfit; double Karray[]; double Darray[]; int
Can I backtest and optimize a product in the download market as a free demo? Or can I only use it on a demo account
I would like to discuss with you guys which strategy (eventually from a youtube video) is interesting enough to be implemented as en EA. I would do the implementation and share it with everyone - which video would you suggest? The process would be: We discuss the ideas here, I Build and share the
Hello everyone. I have a seller account where I sell 1 EA. I have actually more than +30 customers. I would like to stop selling it and propose an indicator. So i would like to be able to sell just this indicator. I can delete of the market the EA without any problems ? The customers will be able to
void Deneme( string x, int y) {} void Deneme() {} // Wrong complie ----------------------------------------------- void Deneme() {} void Deneme() {} // Complie Error ----------------------------------------------- It gives an error when compiling when two function names are the same. But it throws
  Oil & Natural gas EA  (13   1 2)
Hello everyone. I am seeking assistance on an EA that I have created that only trades Oil and Natural Gas. It trades on the 15M chart and takes trades from the HOD or LOD after SPECIFIC candlestick formations. I have coded majority of it. Its nearly done but I've got 100 errors and 1 warning. I am
I would like to create an EA that can enable export all my trades (closed and open) to an online database. How best can i go about this. Any links to useful resources are appreciated
Hi, I'd like to make a raspberry pi 4 cluster to do a backtest and since raspberry pi 4 is using ARM architecture I wonder if MT5 can actually works on raspberry pi 4? Thank you