General - page 317

Hi, I have subscribe to a signal call <Deleted> yesterday. Which require minimum USD 3000 in an account. I only have USD1000 in the account. The Signal is not start yet as today. I can unsubscribe it and change to his other signal which is require for USD1000 only. I have paid for the USD 40 fees
Hello, I'm using python. On my code i want to do sell order like this : mt5.order_send(request) request variable contain: {'action': 1, 'symbol': 'GBPCAD', 'volume': 0.01, 'type': 1, 'price': 1.5594, 'sl': 1.57441, 'tp': 1.53441, 'deviation': 20, 'magic': 234000, 'comment': 'python script'
Hi! Is the signal copying lot size automatically adjusted by the balance in my trading account? I'd like to increase the lot size of the trades. Can I change it manually? Where can I find the settings and how can I change them? Thanks
Hi guys, I tried to find an answer anywhere but I didn't find anything. Everytime I add indicators on my chart, price is not updating anymore or it goes really late and it is so frustrating. It doesn't happen just on my laptop but on my fusion5 tablet too. I don't think it is the broker because on
I want my EA to stop trading for d week when my condition to close all trade is met. And resume trading the upper week at the same day of last week when it closes all trade and stopped Example1 If (xy < ab) { Close all trades; Start trade = false; (Stop further trade) Get today day of the week; (
  Daily Open Line  (1)
Hello all, I'm not a programmer by any means, but I have this simple indicator that I downloaded from this site to draw a line from the daily open. what I would really like to do is to change this to draw the line across to the days end as soon as the first candle prints. rather than the line
[Deleted]
Hello everyone, I am trying to write an expert advisor that is able to open positions in several currency pairs but when it detects a signal in a currency pair, it opens a position in all the symbols in which it is enabled, I want it to be able to recognize the symbol of where does the signal come
Hello every one. How much is the maximum size of a public variable? Can this amount be increased? For example, I want to define an array with 30,000 indices, which gives an error of variable size being too large
  DAX Symbol  (13   1 2)
My DAX symbol (DE30) just disappeared. What is going on and how can i find it? Thanks
Hi all, Anyone of you encounter this symptom where when you restart the MT5 terminal, the EA settings gets back to default
Hello everyone, I am doing an optimization with a computer that has 56 cores. I have disabled the use of 16 of them, to have some cores available and not use all the processor Unfortunately, I am not able to start the optimization, since the MT5 stays "thinking" and does not advance Also, the 500GB
Is there a way to remove these free indicators from my purchased list? I no longer use them, and I keep getting update messages on them. Don't want to see them in my "purchased" list neither. Thank you in advance
I have subscribed to a signal for about a week only, but I would like to change and have this signal applied to another account instead. Can I do that, and how? Pang
Hi, Is there any profitable engulfing strategy that is working with sl and tp
How can I detected market was closed in mql5 code funtion? Some one know please tell me. Thanks
i am studying this code and i am getting this error what could it be
The MetaTrader 5 platform update will be released on Friday, January 28, 2022. The new version features improved platform usability: smart activation of volumes on charts so that traders do not miss this data when analyzing markets, the ability to quickly place orders from the account history and
i have some trading experience but this forex is making it more difficult than it needs to be i need help going live properly
the title is exactly the issue. I have downloaded tick data from a source and would like to use it also for an other broker i.e. an other MT4 installation. Where do I store the tick data in MT4 or Windows
void OnStart () { int filehandle = FileOpen ( "fractals.csv" , FILE_WRITE | FILE_CSV , '\t' , CP_UTF8 ); //---> I set it UTF8 if (filehandle != INVALID_HANDLE ) { FileWrite (filehandle, TimeCurrent (), Symbol (), EnumToString ( _Period )); FileClose (filehandle); Print ( "FileOpen
  news and notices  (1)
hello, im searching for a way of be updated about the news and notices, just what is really important, but i usually have a big problem with this because the media throw a lot of information im search for a website or a telegram group who provide the high impact informations about the market in real
2022.08.05 19:34:07.497 Core 2 genetic pass (3, 333) tested with error "OnInit returned non-zero code 1" in 0:00:00.022 MQ5 attached thanks 🙏
Hi to everyone reading this, I am still new to trading, and when I accessed my MT4 just now, my MT4 page says that i have no connection. I tried logging in again and i tried rescanning my servers, but to no avail. I have attached a screenshot of my page for reference. It would be great if someone
Hi, I need your help regarding closing the current running trade. Then open a new trade after closing the previous. here in this EA 1 trade got open then again next trade is opening without closing the previous one. It keeps moving lke that. Here is the Code of my EA. 2 moving Average . Fast Ma
Hi, I want to display below message on the chart, Come and Join Us Fill in the form - https://forms.gle/2on4SrAwCbKSZrDn6 Inform me and I will come back to you ObjectCreate ( "Lable1" , OBJ_LABEL , 0 , 0 , 1.0 ); ObjectSet( "Lable1" , OBJPROP_CORNER , 2 ); ObjectSet( "Lable1"
I have this MQL5 EA that I would like to convert into an MQL4 EA. I tried to convert it on my own but can not get it to react the way it does on an MQL5 account. The Broker that I want to use has only MT4. Please help or tell me who would be able to convert it for me
What brokers offer trading for DXY/US DOLLAR INDEX and/or VIX/Volatility Index? I need to find brokers that allow US residents , but google and youtube are not helping. Would really appreciate some feedback
the issue is the following: ive been copying a trader from here to my mt4 account, but sometimes the trader increases the lotage for instance the next operation places 0.02 the next one 0.03, but my account who receives the signals maintain the same lotage, how can I copy the same lotage the signal
I have searched everywhere and the signals tab is not available on my MT5 terminal. Yes, I have gone to options, and it is actually there and checked off, yet it does not appear!! Is there some reason for for it? This is the list of the following tabs available: Trade / Exposure / History / News /
Hi, I want to have a MQL5 code to help me close all open positions at once when the Profit hits a certain plus or minus level. Just simple quick and straight codes, no matter what trades I am doing. Need your help. Thanks