General - page 242

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);
This channel Prospect "FX New Channel" continuously sends me messages for subscription.I always unsubscribe and within 2 hours again the same. How can i stop this
[Deleted]
I looking to trade with my new broker FP Markets and not sure which platform is better and easy to trade? Is MT4 better than Mt5 because it is an advanced version of MT4
Trades are opening themselves automatically after hitting SL or even after manually closing the positions. What could be the reason
hey, So essentially, I have a manual trading strategy already which involves supply and demand/brekas of structure. However, I wanted to automate part of it as it would make it a lot less time consuming to carry out. is there a way to only automate a small part of your strategy. Is there anyone who
Why does the "stop if equity is less than" not work? I set an amount limit but it doesn't work How to solve this problem
After MT5 upgraded to it's latest build I have been having issues with my local farm optimizations. I cannot run an optimization for more than 2 years (24 months) with agents automatically becoming disabled. This was never an issue is previous builds and I could regularly optimize over 5 year
how i can gain 1 million dollar?
Hi, I am testing a script (MT5) on real time debug mode on GBPUSD. This is the only pair on the chart and the only one I want to test. Strangely, when I start the debug process in real time (green button on edtor) it suddenly opens EURUSD chart and moves the script to work on it. (???) The script
  Global variables issue mql5  (11   1 2)
Hey guys, I coded something and had to use global variables because when I switched timeframes the program re initialized and all as it does and I needed some variables to not lose their values when reinitialized. I am not talking about global variables in termes of scope but global variables like