General - page 838

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 (
What is more important in strategy tester for speed of backtesting in visual mode.. Single Threading Rating or  CPU Mark? this is not a critical question, but in a way it is because it helps determine the type of CPU I use backtesting.. I appreciate any kind of answer and if it goes unanswered it's...
  RENKO CHART IN MT5  (20   1 2)
HI MT5 DEVELOPERS, THIS MAIL AM WRITING BEHALF OF PEPOL WHO DOING FOREX TRADEING WITH HELP OF RENKO CHARTS,ALL TRADERS REQUEST IS IN MT5 PLATFORM THEY LOOKING FOR OFFLINE CHARTS ,SO KINDLY REQUEST THE DEVELOPERS TO CREATE THE CODING FOR OFFLINE CHARTS. MAKE IT AS EARLY AS POSSIBLE,,MANY...
First and foremost I'm not asking for anyone to code this if it is possible, I can get someone that is experienced to do the coding in the freelance section. I have come across some renko chart creator which u only need one chart to open several renko charts thus avoiding the traditional method of...
Hello, I have heard about the risks associated with allowing Dll imports for untrusted expert advisors. But I really need more details about how bad this could be..is there a chance to copy trades, copy files from hard drive? The reason is that  I am using a dashboard EA coded from FF so I have no...
Okay so im a total newbie, i did my research did some demo for 4 months straight but i didnt know what i was doing. someone suggested i should build a strategy, how do one go about building one?
Spiritual and peace of heart , mind , sikology greatly to the success of our trading . So what friends to improve the spiritual and peace of mind , soul ? let's share . Because controlling the passions and emotions is a difficult thing .
[Deleted]
I am new here and I can't see anywhere to ask a programmer to do a job for me. Can someone help please? I've actually seen a completed job which is exactly what I need but can't see how to order that either. Thanks
I have purchased an indicator - how do i install????
I think about a market  quality tester in mql5, but have no exact idea to do it. It should show when the market is very nervous and tell you when it is better to stay out of this market. I lost yesterday in the nervous market (Friday 12.10.2018). My shorts got stopped out by the big rebounds, ADX or...
Hi newbie here, say current timeframe is H1,  I want to get past 500 candles close price, how can i do so? do i need to add some calculation to skip the weekend 2 days in order not to get wrong close price? Thank you.
Is it possible to connect two different Metatrader application to the same Excel by using DDE ? How ?
Hi, I'd like to copy a signal which is relatively new and not yet available in the list of signals in MT4. But when I am in MQL5 and I click on the button "buy for 30 Dollar" I get the info that I have to buy this in MT4. How can I resolve this problem? Thanks for your help