General - page 267

How to create real account
  VWAP indicator  (1)
Dear Who can help me with these indicator and 3 time frame lines that i can choice
  SnakeInborder  (2)
Dear Who can help me with these indicator with alert when green or red bar start up after full barr or gone after full bar
please all forex expert please give me this indicator which is made by KARL DITTMAN. Super Fast Forex Indicator i have get this indicator by this web site
signal disconnected. I don't understand what happened. can you help me
[Deleted]
I have a few questions regarding when using using multiple custom indicators in the same EA. 1. When having called the two indicators on the OnInit(), will the buffers either be A or B? /////OPTION A CopyBuffer (indicator_1_handle, 0 , 1 , 1 ,array_1); CopyBuffer (indicator_2_handle, 0 , 1 , 1
Hello guys, I have an EA in one trading account while another person is trading in another device with the same account , I would like to know if exist a way for my EA to logout the other user or block it from trade from the first account. Thank you friends
hello i have a script in mql5 that creates a text file with one string " hello " when i try to read my text file with python , the output is wrong " ÿþhello " my code in mql5 : int handle= FileOpen ( "file.txt" , FILE_WRITE | FILE_TXT ); FileWriteString (handle, "hello" ); FileClose
Until this morning I have automatically connected my ICMarkets trading account with the webterminal on my MAC. It is asking me to link an account however the drop down for the server is stuck on ''MetaQuotes - Demo'' with no option to change? Can someone advise please
  VPS service disabled - MT5  (13   1 2)
Hello, I hired a VPS for an account and in the first day of it, server gone offline and It could not get started/enabled back again for some while (at least 1-4 hrs). Well i thought to cancel the subscription and re-establish another VPS to change the server (because i got the premission to do so)
I'm learning EA, and tried this article: https://www.mql5.com/en/articles/496 tried editing it so it works for "Exchange Stocks" but whatever i do the Buy function doesn't work, seems like it only works for Forex any help
Hello I can not access history data for TICK chart. It was ok on Friday but on Monday close and Tuesday open history TICK data can not access. What problem can it be ??? Thank you
  Lost password  (1)
I am unable to log into my mt4 mobile. How do I recover my password
Hi i want to use ccandlepattern class in my own EA and i saw some topics about it but i didn't understand how to initialize this class in my EA. i am beginner pls help me and if there is any article tell me about that. thanks a lot
I have issue to add URL to EA tab from option tab
I'm looking at some brokers and any other recommendations. Must be an offshore broker that accepts US clients. Any ideas? Must allow hedging too
  Time slots  (2)
Does anyone know how to set the candle time to correspond with my time zone GMT
When I log into my Forex.com account on MT4, I only see 5 or 6 signals available, but when I log into a demo account, I am able to see all the different signals. Is there a reason for this? Is there a different US broker that allows all the other signals, or is something else wrong? Thanks
I am getting an error on the below code( return value of order select should be checked). Anyone able to help with removing error. Have attached full EA code int CountPendingOrders() { int TodayslimitedOrders = 0 ; for ( int i= 0 ; i< OrdersTotal (); i++) { OrderSelect ( OrderGetTicket
Hi all I have managed to produce a code to draw two horizontal lines on a chart at the highest and lowest candle. This is what I want but only want to check the candles between 10am and 11am. this needs to reset the next day at 9:30. Please could someone help with this. thanks in advance void
Hi Everyone. first time I've purchased an MT4 product through MQL5. I have looged into my MQL5 community on my MT4 and cannot find the purchased product despite going to Market>Purchased. The indicator looks like it's ready to use in the back office profile - it just wont filter through to my MT4 so
Hi, I can't find half of my EAs inside Widget. So it is not possible to take promo material and publish it on my online media. Does anyone know why? Thanks
Hi, I am backtesting a EA purchased from marketplace which works very well during backtests with 1M OHLC data but not so well with Real Ticks. The EA puts pending orders quite far from current price so I know there's no catch in EA to overfit data but I just want to know if there's any way to call
I am coding testing an EA idea Which code do I add so the EA does not open new trades on Friday? Much appreciated
Does anyone know how I can find my saved product but I did not published it yet. I forgot the link but not sure how to get it. I have used the search option but cannot find it under the name
hello guys, its been a year since i came back doing freelance again, and after a few projects, one of my client request my email in order to send me his/her requirements file to me after claiming that he/she unable to upload his/her requirement in discussion panel, so i simply reply with my email
The MetaTrader 5 platform update will be released on Thursday, August 4, 2022. The update will feature the following changes: Terminal: Added automatic opening of a tutorial during the first connection to a trading account. This will assist beginners in learning trading basics and in exploring
  mql5 storage  (4)
I'd like to use the storage but I don't see the activate command on the Navigator menu: https://www.metatrader5.com/en/metaeditor/help/mql5storage/mql5storage_connect I have logged into the MT5 community (at least I think I'm logged in -- how to tell)?   Thanks.  
Hey I am using one EA is that inputs mentioned below setting but its take lot of orders with multifaction lots. want to understand how the formula work as mentioned below ...can someone please help me... thanks. Use_DbLots=If = 1-> Multiplier Lot, If = 2-> Fixed Lot DbLots=1 Lots=0.01 SL=5000.0