General - page 10

Hello everyone :) im having some issues with mq4. i try to get my ea validated on mql5 but its always giving me these errors i cannot figure out why: 2022.05.12 05:17:39 EA__1 EURUSD,H1: OrderModify error 1 2022.05.17 09:05:29 EA__1 EURUSD,H1: OrderSend error 148 the ea is built to trade Xauusd so
  Reference to an Indicator  (35   1 2 3 4)
Hi I have an indicator(A.ex5) and I want to reference it in an include file (C.mqh) or another indicator (B.ex5) But I always receive error code 4806 and 4802 As I'm new in MQL5, at first I want to know the procedure of referencing an indicator (to be sure I have done it correct) then what's the
In MQL5 I have written this indicator, or more accurately, three indicators in one. It is two 4-period moving averages (one positive and one negative) and a histogram of the difference between those two moving averages. When debugging in MetaEditor, for the most part it works right. However, when I
  Forecast and levels for CAD  (200   1 2 3 4 5 ... 19 20)
USD/CAD April-June 2017 Forecast: ranging inside kumo waiting for direction of the strong trend to be started W1 price is located inside Ichimoku cloud for the ranging market condition within the following support/resistance levels: 1.3598 resistance level located near and above Senkou Span line...
  VPS problems  (4)
Hello, First, in fact, how can contact mql5 support to send message about technical problems? Now problems with VPS. The actual problem: From my VPS connected to Avatrade I can not get any experts log since 26th of december 2018 00:00 Also it seems,  my experts are not trading there.
Hi, I'm trying to communicate each other python 3 and mql 5. I want to use zeromq. But mql5 is not support zeromq and i guess there is no 3 party zeromq framework for mql5. How can i communicate easily between python and mql5 ? I want to send complex data like structurs or json
I moved my signal subscription to my MetaQuotes Demo account and to my surprise the signal option on the demo platform is grayed out despite the fact that I have connection community on the journal entry. Can please assist
Hi I have an real (live) account that copies trades from a signal. I tried using the function to check all deals done on the account, but I am unable to connect it with Python. However Python connects with other dummy accounts that I create. Could you pls temme if this is possible. Python connect on
Hello, I cannot pass this problem, I have followed all the guides correctly, enabling realtime copying etc, migrating, however this always shows
Hello everyone, I am currently developing a custom indicator in MQL5 which utilizes multiple Exponential Moving Averages (EMAs). However, I am encountering a parameter count error with the iMA function and need some assistance in resolving it. The code is intended to calculate four EMAs (5, 10, 20
  How to Start with Metatrader 5  (1412   1 2 3 4 5 ... 141 142)
I decided to create this thread to help to myself and to the others to start with Metatrader 5. I am experienced in MT4 and in forex in general (i hope : ) but we traders really need to collect all the information about it in one place. I will make some posts about 'how I am starting with MT5'. :)
  Where Do I start from?  (127   1 2 3 4 5 ... 12 13)
Hi fam! Am a total newbie in the forex niche... Just signed up here on this platform... Please where do i start from? I need help... Anyone willing to put me through?
  How to start with MQL5  (420   1 2 3 4 5 ... 41 42)
This thread discusses MQL5 code examples. There will be examples of how to get data from indicators, how to program advisors ... in general, any questions from beginner to the MQL5 language. If you are just starting to get acquainted with the MetaTrader 5 terminal, then I can recommend the
Hi guys i try to mod this script, this program cerate a square colored in middle of chart i want a simply rectangle colored but without color inside i try to substitute DRAW_FILLING with DRAW_LINE but deform session and asian and europ start at the same time o_O i mod only DRAWline how can fix
for example I need steps going from 50 de 1000, but need more steps between 50 and 200 ... Am I clear? please add this (if it's possible)
  MetaTrader PC...  (5)
Hej there, since more than an hour I am trying to simply login my account and use the program instead of the web browser.... But it doesnt even show me any charts... I use a demo account, but if i Login inside the program, it shows nothing.... I can not select a server and I dont want to create a
Hi all, could you tell me if memory and CPU usage are the same between these two options? - run the same expert on 10 different charts - run the expert on a single chart, but in this case the expert can trade on 10 symbols indicated as input string. So I can open only 1 chart. Is CPU and memory
Hi, anyone else out there having the same issue whereby thepassword sent does not allow entry please
  Vps  (11   1 2)
I have been using mql5 vps for 1 month and it is about to run out. I want to extend more, how to do
Getting problem with both Mt4 and Mt5, when i have installed it in new operting system. The arrow in the indicators are showing in form of a box, please help with a solution
Is this a bug? I have a ryzen 7950x so I believe it should say avx512. Print ( "Architecture: " + TerminalInfoString (TERMINAL_CPU_ARCHITECTURE)); //Prints "Architecture: " Also maybe another bug: ( vectorf vec( 10 )) vec = 2 /vec; compiles ( matrixf mat( 1 , 10 )) mat= 2 +mat; compiles ( matrixf
[Deleted]
  Golden Ratio  (68   1 2 3 4 5 6 7)
There is a TS (Expert Advisor) that trades and catches various large and small movements. On average it picks up a movement of 38 pips. Takeprofit in TS is used fixed. Optimal takeprofit in TS 62 points. My Expert Advisor has been observed for over a year. The most interesting thing I noticed is
Please, i found out that ratings were removed from my products, and now i cant place any other product on the platform. I need help on how to resolve this, i have mt5 EAs i have developed, that i wish to publish, i will appreciate any help on this, thank you
Hello, Since our ip address has changed recently, I cannot log in to my demo portal from the server. I cannot whitelist our new ip address because I cannot log in to the Manager or Administrator portal. Is there a different way to do this? error code I received : 2024.05.08 14:20:13.975
  Paid Signals  (1)
Hi Is There a way to create a system for paid signals for my clients without showing of all those data like my roi,when i started account and all those information and also make available to copy my trade from my demo account Not Trying to Scam People but im just experienced trader indoor im lazy to
void OpenSellPosition() { double lowest_values[], highest_values[]; CopyLow ( _Symbol , _Period , 0 , recent_lows_period, lowest_values); CopyHigh ( _Symbol , _Period , 0 , recent_high_period, highest_values); double entryPrice = iLow ( Symbol (), Period (), 1 ) * 0.9998 ; double
Artificial intelligence (AI) is changing the way we buy and sell in the stock market. This discussion is about understanding how computers use AI to make quick trading decisions. We will look into how AI can spot patterns in the market, make predictions, and decide when it’s a good time to trade
The Main Study MetaTrader module for integration with Python - documentation Python Releases for Windows - website MetaTrader5 : Python Package - website ---------------- The Article MetaTrader 5 and Python integration: receiving and sending data - the article Seasonality Filtering and time
There seems to be more negatives in my view, and instead of a simple clear view on the risk tab, its a complicated mess. I would like to hear everyone's thoughts? Have a great day
Hey Lads I have two EA's running on computer and they seem to be opening trades OK.. After i sync it to VPS it stops trading and autodialing button goes off in MT4. I thought it is normal but i can notice there are no trades opening. I have enabled it manually (first row) Anybody knows what the