General - page 121

  Free Grid Trading, The New Grid EA  (136   1 2 3 4 5 ... 13 14)
Hello Everyone, I have seen lately that many people have become interested in commercial grid trading systems, such as robominer. Since we seem to lack a general alternative free grid trading EA I decided to program a very short and efficient code that could be used to grid trade any range on any...
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
  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
[Deleted]
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
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
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
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
there are 10 strategies in one portfolio how to sell them as one in mql5 market
  Forex Pairs  (1)
How many forex pairs can be loaded in an account. I have 21 pair loaded and all are not running
I wrote a function for a trailing stoploss and the logid seems air tight. however while testing, the stoploss is stuck an interval away from the current price no matter which way it moves. what could be the problem? heres the code (MQL5) Help would be much appreciated.. void SLmodify() { //
Is there an issue with the live servers? My demo account connects with no issue, however, I can not connect to any live server
I use Copilot help me make code first time. Today it doesn't work. "too many tokens sent, change Maximum tokens". But Tools Option is maximum setting. My "prompt" isn't long. It was worked yesterday. Someone else have problem
  EA error  (7)
I keep getting this error message when trying to test my EA: LabelCreate: failed to create text label! Error code = 4200 Any idea how to fix this?
Hello Community, I tried building an indicator that shows the range of two moving averages. The indicator is designed to have 3 buffers and 1 plot, with the plot being a single line showing the range data. The goal is to be able to track proximity to the crossover. Need help please. Below is my