General - page 837

I have a couple of MT4 accounts on a VPS and also a small pc running 5 accounts at home 24/7. I am planning to buy another small home computer just to run some MT4 accounts on. What do you people recommend if I want to run 5–10 accounts? How much RAM and HardDrive size? The one I'm looking at with...
How do you feel about the riskiest trading strategy, namely the promotion of the deposit with maximum risk. This is an aggressive style of trading using scalping, hedging, locks. I would like to know traders' opinions, both those with a lot of trading experience and those just starting out. And also
Here is the code:   int file = FileOpen("candles.csv",FILE_WRITE|FILE_READ|FILE_CSV|FILE_COMMON|FILE_SHARE_READ,',');if(file!= INVALID_HANDLE){while(FileIsLineEnding(file)) Print(FileReadString(file));}else{Print("File Not Found : ",GetLastError());} I cannot see the header of the file. Please let...
  MQL5 community  (1)
Shall I log in same a/c into many PC to get profit from MQL5 community software (MT5 Tester)?
  Technical issues  (20   1 2)
Hey guys! Maybe somebody might be able to help me out. I'm getting some technical issues with the forum - I can't post replies in certain threads of the forum and I also don't see anything in my Sent Items folder in messages. I would be very grateful if you could tell me how to reach the moderators...
Hi guys need an advise with making my system automated. I am using semi EA. For manual trading , but want to make it auto. Looking for a good trend or reversal indicator that i can implant to it. Now it does not have any conditions. Want place nice panel to it as well. Anyone here to help? Thx
Hi all, I have a terminal MT4 running on window 10, but when I login or go to market tab, the terminal window always refresh and in journal tab displays "MQL4 Market: failed to get list of user products [403]". Any one can help me?
Hi, my terminal MT4 installed in VPS and running on window 10, but when I login or go to market tab, the terminal window always refresh and in journal tab displays "MQL4 Market: failed to get list of user products [403]". Can you advise how do I fix it please? I have asked service desk and their...
  VPS stopped for no reason.  (12   1 2)
Dear  My VPS is stoping for no reason. In log terminal, I can see this message: 2018.09.07 22:42:26.471 | Virtual Hosting|close command received. I didn't send any command. When I try to start the server, 1 or 2 min later the VH stop again. What is going on? Do you have any suggestion? Best, Victor
  Sinyal  (4)
Kenapa sinyal saya belum disetujui?apakah saya salah mengisi data ?
Hi, i have a question about security, for example, if someone has a trading strategy with 5 indicators, out of more than 10000 indicators found on metatrader, the different brute force combinations for testing are 832500291625001500, (according to numberempire com) which even the fastest computers
Hello, Witch are the best authors of articles that produce clean code, with the meaning of the Clean Code  book ?   Thanks, Pierre
Hello, Do you know articles whose source code uses Data Collections, or Generic Data Collections of the standard library? Thanks, Pierre
I have the following custom indicators "Aroon_Up_Down.mq4" //+------------------------------------------------------------------+//|                                         Custom Aroon Up & Dn.mq4 |//|                                                        rafcamara |//|                 Upgraded by...
  Slippage in EA  (1)
Hello, I have one EA, which trade DAX. On demo acc it work perfect, but on real is not the best because of slippage. In EA I can modified, but I can not find best setup. Is here someone who can help?
1H chart 4H chart (same trendline) Am I above or below??? Just a bit confused...
Hey I am new to MQL.  I have the hardest time trying to get FileReadArray and FileWriteArray to work, nothing is written or read.  My goal is to read/write an array ("NextRunTime",datatype = datetime) from/to a file.  Below is a portion of my code, the the "NRT.log" exists, and I don't have problem...
Hy Guys does anybody knows how Long does it take to became seller status
  Payment Issues  (1)
Why are mastercard payments rejected when making purchases in the market?
[Deleted]
Hi I am about to rent MQL5 VPS. My question is I would like to use it by my forex demo account first  to test my EA and then later on (probably after 1 or 2 weeks) I would like to to switch the account my real Forex account. Is account switch on same MQL5 VPS allowed?   Thank you
the attached indicator does not work properly everytime i attach onto my chart it works for a couple of minutes but then my mt4 starts to crash  can someone try this out and explain why it keeps happening, i dont have the mq4 file if anybody asks
Hi all, I want to debug my prgram. I use the method described in this article and set debug on historial data. But it doesn't work, i.e. the menu item "Start to History Data" is still disable. https://www.metatrader5.com/en/metaeditor/help/development/debug Someone can help
hello to all, I launched an ea (backtesting) and the graph came out like this: this is the first time that happens, the ea works for the first period but then does not trade anymore. Also, there are NO errors in the diary and the code I think is right because yesterday it worked. Also, if i...
Trying some 'const correctness' in my code - and getting "call non-const method for constant object" class someClass   { ...      public:  int getSomePrivateInt(void){ return( somePrivateInt ); }   } *someClassPtr; class otherClass   {  ...     void otherClassFunction( const someClass* theClass )...
Hi...anyone can help me ...I want andicator that can draw fibonacci last candle by high and low of last candle on chart... And after new candle appear fibonacci update on chart ...and always have fibonnaci last candle on chart....
Hi. Does anyone know MQL command for Show/Hide One Click Trading panel? Thx.
Hello Everyone I apologize in advanced if my question is very basic and it has already been answered before. I trade with a broker that has over 400 instruments. I need to seperate the one with Daily RSI below 70 and MACD above zero. Is it possible to get the liast of all instruments that satisfy
I suggest briefly sharing the types of trading systems for trading without indicators and approximate calculation of Max Landing/Profit trading on them. Nothing more. There will simply be a small library for anyone who wants to use it. Systems such as gridiron, pendulum, for example. Minimum/maximum
I'm getting an "'}' - not all control paths return a value" error with my code but when I take out a for loop its fine. Here's the code: #property copyright "Copyright 2015, Forex Software Ltd." #property link "http://forexsb.com" #property version "2.00" void OnStart () { Comment (