General - page 181

MQL5 allows you to add/remove indicators to the chart which is a massive plus over MQL4. However, it will not allow you to alter the value of the Indiator Levels etc. and using custom indicators to over come this problem is not feasible when you want to use the standard indicators like RSI etc for
I use a custom library in Python which prefers to use the metatrader5 API to retrieve data and symbol info (a long string with various symbol specifications) and pickle it. I'm a Mac user and therefore the metatrader5 API doesn't work on my Mac, so I run it on my VPS which is a Windows system that
hello i am trying to exit a loop after number of bars appears the code is like that void OnTick () { int barnum1 = ( Bars ( _Symbol , _Period )); int barnum2 = ( Bars ( _Symbol , _Period ))+ 1 ; do { int barnum1 = ( Bars ( _Symbol , _Period )); // do something here
The example code on this page does not work https://www.mql5.com/en/docs/integration/python_metatrader5/mt5marketbookget_py AttributeError : module 'MetaTrader5' has no attribute 'market_book_add' I was looking to a way to subscribe to live ticks in Python
#include <MovingAverages.mqh> #include <Trade\Trade.mqh> #define MODE_MAIN 0 double GetRSI() { int rsi_period = 14 ; double rsi_value = iRSI ( _Symbol , PERIOD_M5 , rsi_period, PRICE_CLOSE ); return rsi_value; } #include <Trade\Trade.mqh>
when i try to close/open a position on android phone DEMO account ..all i get is invalid parameters.i shut down /reopened my 2 phones 9.30pm 10/04/23.is it a malfunction of mt5?? or what. checked setting..meanwhile,1K profit has gone to1.6K loss.Huhh! suddenly working.. just opened a sell position
I don't know what I did but I have never seen this. I tried to get back to default but its not doing anything. My charts on MT4 look normal. How can I fix this
.... Hi team, may i know if we have issue with One Click Trading mobile mt5 android , it has that function to tick but there's no option to choose on the chart
Hi, Anyone could help me with this issue? I uninstalled and reinstalled my MT5. I am running an EA and purchased a MQL5 VPS. Upon migration of my settings, I am unable to see any logs in my journal and encountering the error below. I am unsure if my trade terminal settings was successfully
Hello everybody, I have an Expert Advisor that is written in MQL4 and MQL5. Metatrader 5 needs more CPU-Power than Metatrader 4, same EA. (More = way way way more power) I thought Metatrader 5 is much better than Metatrader 4? I do not know what I am doing wrong. Has someone an idea what are the
 What the heck causes this because it keeps coming back after a while then I contact support(which takes weeks) and things get sorted then after a few months again the red error again appears. This is definately frustrating to me and my clients and not good at all for business.
[Deleted]
Is there any functions to custom sort selected symbol on marketwatch? I use custom symbol which has rates data and ticks (bid/ask) or tick volume is unavailable so default volume based sorting is not working for me
Good afternoon everyone, I'm having some difficulty in making a bot get the pre-alerts from an indicator to OB, and send them to the telegram what I did was based on Voytenko's documentation, This file here was written by Wemerson C. , I'm using it #define READURL_BUFFER_SIZEX 100 #define
Hi, When running a simple script to place a few orders, I get a popup (screenshot below) I assume everyone gets this. However I would like to avoid it. Is that at all possible? My reason is that it would be nice to have a swift and instant reation when using the script. Best, Martin
Hi all, A few moments ago I restarted the MT5 platform on request for an update and upon starting Metaeditor5, all my classes with template<typename Object> have stopped working I get "'Object' - unexpected token, probably type is missing? Objects.mqh 171 1'*' - semicolon expected Objects.mqh" . I
Hello! I have an own indicator, and I want to use in EA the indicator's two buffers. The problem is the second buffer result is always 0. What did i do wrong? The indicator: //+------------------------------------------------------------------+ //|
[Deleted]
MetaEdit Find Window and MetaQuote Alert Windows are lost. When there is an alert, alert window does not pop out in MetaQuote 5 When I press Control F in metaeditor 5, Find Window does not pop out. Can someone help
[Deleted]
I am looking for any code reference which can make any information panel on chart where text can be inserted. Just want to use it for sticky notes on chart. I have been using CCOmment class but now i feel its outdated
Site mql5.com went offline yesterday 2023/April/08 and after returning, I see that there was an undue debit in my account, becoming negative. There was a theft of money in my account. Happened to anyone else
Does anyone knows how I can find a tutor (remunerated) to learn how to operate MT5
Hi guys, I'm receiving out of memory errors from my experts in MT5 although I have enough RAM left on my PC. There are processes in my experts that require reasoable amount of memory. I cann see from the task manager that the terminal has 16Gb and then the out of memory error occurs although I have
I'm sure this answer is in the forum somewhere but my searching hasn't come up with anything and then I stumbled across this image https://www.mql5.com/en/forum/11155/page2 whilst looking for something else. How is this background chart display changed in an indicator? Apologies in advance if this
hi how can i deleted chikou span, up comu and down cumo on ichimoku indicatior ? (metatrader 5)
Anyone faced such issue? When edit box is selected and being edited, it is blinking as long as mouse moves. Once end edit it stops blinking
Hello everybody, what happened ! I want to publish my new product , but it has been stuck in "Automatic validation" state in version part. I checked 3 files in 3 separate product page, all of them had this issue. I could not have a ticket in service desk too. Please mql5.com check it . Thank you
I made some portfolio in my account but i am confused what is the actual criteria through an investor or trader purchase the signals? Can anyone gives me suggestion? I gave more importance on growth because i believe in usd earning by keeping account safe
Hi, I have been running test EAs in one demo account with different Magic Numbers. Is there any way to view my trade history and filter based on Magic Number? I do see Magic Number in the History section - but when I try to export it, the MagicNumber does not. Is there any tool that would give me a
Hi guys could anyone please let me know why i keep getting this error code? i am trying to follow a udemy course but all the codes i write get the same error
How to unsubscribe from a signal on Mql5?. Can anyone help