General - page 241

Hi @all, I just wanted to use the mobil app and therefore I have to log into my (demo) account on my phone. The problem: the login data was in a mail in the MT4 mailbox. But now I realized that all mails are missing in my Mailbox, although in the files ystem (Windows 10) there are files in the a
[Deleted]
Hi , is it possible to make only one trade per day? yes? ok show me a code if possible, if you can of course Great master programmers
hi i like to ask how can i deposit money for trading. thanks Regards Williammmm1965
Hi Im having trouble coding and script that allows me to open a trade automatically when my last active trade closes. for example my "buy has hit its take profit ." I would like a "sell position to open" automatically and vice versa any help would be greatly appreciated thanks
I am looking for help understanding how to get an indicator/tool that I can add to a chart that I get to chose the High or Low point (candle) to anchor it to. I will tell it the starting point and it will plot the other multiple lines based on the beginning point that I have chosen. I will be able...
Hello, I just bought an EA here and l am tring to test it on a demo account on 5 min time frame and its not working. Tring to reach the developer but they dont respond to me. I want to ask if its possible to cancel the sale and get refund? Thanks. "
  News filter code help  (11   1 2)
Hi, im looking for an easy and correct way to do a news filter code. Just for the most important events something simple, for example stop enter on market 1 hour before and after the event, and possibly I would like to backtest it for past events, thanks
I was wondering if my account login in credentials were compromised and someone is copying my trading is there a way to find out if someone is doing this
Is there a way in mt4 where i can see all open orders and pending order summary in total or by symbol, i am unable to find any solution as i run ea on my account and need to see the overall situation on orders carefully. Really appreciate if someone can assist
Cheers If any of you can help me resolve a signal receiving issue, I am subscribed to a Meta Trader Standard VPS and signal, and it throws me the following messages. Encourage their collaboration. Cheers
Hello, i have been solving this problem for several weeks now ,I need your help. How can i convert the indicator below to EA ? I'm lost when it comes to using OnTIck function. //--- input params input int InChPeriod = 150 ; //Channel Period int ExChPeriod,rCount; //---- buffers double
I funded my account with $50 I can't see it on my trade account Help needed.... I funded my account on https://www.mql5.com/ with $50 I can't see it on my trade account
Hello, I would like to close all pending orders in same time. i tried with open positions and succeeded but dont now how to do with open pending orders. this is my code for open positions: num_positions=mt.positions_total() symbol_info=mt.symbol_info( "EURUSD" ) symbol= "EURUSD"
  MQL5 Portable Issue  (12   1 2)
I Have Run Python Code On 2 Different Terminals 1st code path = r'C:\Program Files\MT1\terminal64.exe' , portable = True , 2nd code path = r'C:\Program Files\MT2\terminal64.exe' , portable = True , Both Terminals are connected with different brokers Now When I Start Getting Prices of a coin ( XAUUSD
My one minute data is complete, How can I recover my data for five minutes,I try use the PeriodConverter script ,And the 'Period multiplier vactor' parameters i use the 5,However, when I open the 5-minute cycle chart, the data is still incomplete
Hi, I was trying to login through webterminal and server option is showing only one option of demo server. I am unable to find any other server there is only one server option of demo sever not other server. How to login through webterminal
  VPS server. Questions.  (202   1 2 3 4 5 ... 20 21)
Good time! Questions about VPS server operation 1. How do I stop an EA which is on VPS hosting? Point of the Rules of Usage "IV. Rental of virtual terminal The user may temporarily stop and restart the Virtual Terminal from his client terminal and the lease term is not extended. All terminal
Hi Experts, My Strategy focus only High Volatility time. For the past 2 months I had go through trial and error and manage to create 4 EA that have good performance. 2 of them is currently forward tested 1 month and still have good performance. My concern is that all of them is only backtested from
  RSI data to CSV  (9)
hey all i need historical DATa +RSI value ,,, is it possible ? becuz, i tryed export from meta , but it dosnt export indicator DATA thankx arjang
  Password  (1)
How do I recover lost password
  IV Rank
Does MQ5 have a function for IV Rank or IV for a past period? I see you can get SYMBOL_PRICE_VOLATILITY from SymbolInfoDouble, but that seems to be only for the current period
  Please I need help  (10)
I deposit money here, in my account in mql5 and I want to start trading using meta trader 5 but I don't know how I put the money I deposit in meta trader account, and I spent 48$ already on vps platform, please anyone can help me
Trying to run cmd.exe as a child process and read standard output from it, but the ReadFile function results in error 109 (ERROR_BROKEN_PIPE). What am I missing here? #define BUFFER_SIZE 16 #define ERROR_MORE_DATA 234 #include <WinAPI\sysinfoapi.mqh> #include <WinAPI\processthreadsapi.mqh> #include
  Arbitration  (1)
Why was it never offered to me at the end of a job ... which in this instance went horribly wrong for me
I'm trying to add 1 and 2 months to date, but all solutions I find online are about MQL4, which doesn't work on MQL5 compiler. Can anyone suggest an MQL5 way of adding months or days to a date? Thank you
Hi! Does anyone have a script (open code / source) responsible for (default) setting windows / charts in the MT4 terminal (Window -> Arrange Windows ALT + R). I'm looking for a script arranging charts in such a way that I would have for example two columns with three rows in each column, or two
I am renting two dedicated servers from the same host. The lower spec machine is: Xeon E3-1220 with 16GB RAM . The OS is Windows Server 2016 Standard . The higher spec machine is: Dual Intel Xeon E5-2670 with 64GB RAM . The OS is Windows Server 2019 Standard . On the lower spec machine, MT5 runs
When i run FileOpen from within int OnInit(), then the file opens perfectly. When i do the same from Ontimer() then it fails with INVALID_HANDLE ? this is the function which is called each day from Ontimer(without success) or OnInit (with success) void RunExpert( void ){ current_weeknumber =
Hi all, How is reliability rated for a signal. How can a signal provide make his/er signal more reliable? what are the factors affecting reliability rating? Thanks
[Deleted]
Hello guys I have the below code that is supposed to open a chart and apply template, the issue is multiple charts are being open void OPEN_CHART() { bool openchart = true ; if (openchart) { long chartid = ChartOpen (symbol,period);