GrumpyDuckMan
GrumpyDuckMan
GrumpyDuckMan
Added topic Ichimoko Kinko Hyo
Hello everyone, I have been doing some research on  Ichimoko Kinko Hyo trending system. https://www.forexfactory.com/attachment.php/1141519?attachmentid=1141519&d...   Now I am trying to code it so that it will advise me of which
GrumpyDuckMan
Added topic ADX Crossover
Hello everyone, I am a little bit stuck on how to check for a cross over, I started writing this code. AVD_Minus = iADX ( NULL , 0 , 14 , PRICE_CLOSE , MODE_MINUSDI , 0 ); AVD_Plus  = iADX ( NULL , 0 , 14 , PRICE_CLOSE , MODE_PLUSDI , 0 );
GrumpyDuckMan
Added topic EventSetTimer
Hello everyone, EventSetTimer() appears to work the same sleep(). Is this correct or, can the program still in EventSetTime() run code while the time is set for a period set OnInit()
GrumpyDuckMan
Added topic Bollinger logic
Hello everyone, I am trying to figure out how exactly this indicator works. It appears to deal with UPPER and LOWER values. 
GrumpyDuckMan
Added topic rates_total
Hello everyone, I would like to make a function that works the same way as OnCalculate in my EA. I'm not sure where to start, but I think this might be the same as rates_total used in indicators. int calculated = BarsCalculated (Cal_Value);
GrumpyDuckMan
Added topic MQL5 objects appear after Delete all
Hello everyone, Simple problem I believe. Objects on chart are active again with out manual re activation.  very annoying. How do I remove auto act object from chart window? 
GrumpyDuckMan
Added topic problem with (MQL4) iADX to (MQL5) iADX
Hello everyone, Why is there such a big difference? //+------------------------------------------------------------------+ //|   MQL
GrumpyDuckMan
Added topic Toolbar disappears after reload Metatrader 4
Hello everyone, I am not sure what I have done, but every time I reboot Metatrader 4 my toolbars are not saved in my profile settings. I use to have timeframe, standard, charts, line studies and status bar all appear automatically on
GrumpyDuckMan
Added topic confused about Fractal
Hello everyone, Ok, before I start asking more questions concerning fractal indictor . I am going to try and answer my own questions. How does fractal work?   Its looking at previous data and taking into
GrumpyDuckMan
Added topic Trying to get 4/5 digit read out
Hello everyone, Code below.    CurrentSymbol     = SymbolName        (Next_Symbol, TRUE );    CurrentSymbolLow  = iLow
GrumpyDuckMan
Added topic Record Market Watch
Hello everyone, I have had this on the back burners for some time now. I have removed some parts of the code so that it is hopefully easier to read. (note: Full code isn't functioning ) void Market_Watch()   {    CurrentSymbol =
GrumpyDuckMan
Added topic Market Watch Error
Hello Everyone, This out right naughty,          CurrentSymbol = SymbolName (Next_Symbol, true );                  Next_Symbol++;
GrumpyDuckMan
Added topic Experimenting with indicators on chart
Hello Everyone, I have been trying to some study using indicators built into MetaTrader4.  I have four indicators, below the setup in a way that I think best shows a market.    Do these parameters make sense to a
GrumpyDuckMan
Added topic Two part question regarding use of IsConnected() and OrderModify()
Hello everyone, My first question is based around the code below. I would like variable (NoConnection) to descend while there is a internet failure. Return the value of NoCorrection is seconds and minutes  void OnInit ()   {
GrumpyDuckMan
Added topic class FruitClass (SOLVED)
Hello everyone, I am not sure how to ask this question, but I give it ago anyway. The value of the first variable changes every time that FruitClass is called (excuse me if that the incorrect terminology). Now as for the rest of the variables stay
GrumpyDuckMan
Added topic Attempting to improve my programming skills.
Hello everyone, I found this post https://www.mql5.com/en/forum/150808 I am trying to get the example to work, but I have run into a problem with completely solving it. I get these errors: ')' - unexpected end of program     line
GrumpyDuckMan
Added topic Account Management
Hello everyone, I'd like to ask you all for some hints and tips on creating a professional style code to help maintain my trading account. I don't know there to start, but so fair this is all I have. void ACCOUNT_MANAGEMENT()   {
GrumpyDuckMan
Added topic Two problems with EA, IsConnected() - (SOLVED) and NormalizeDouble
Hello everyone, I have internet connection problems in my area, so I am interested in IsConnected(). I was trying to test this today, but after disconnecting my WiFi and cables from internet and restarting my computer. MetaTrader was
GrumpyDuckMan
Added topic (Solved) OrderClose problem
Hello everyone, I don't really understand order 1 and order 3 error messages.    void CloseTicket()   { // 0= order 61204533 /NZDJPY     / Market is closed // 1= order 61204413 /oil-oct17  /
GrumpyDuckMan
Added topic Create Button function
Hello everyone, Where I have "//---" is this a case of the button doesn't exist or, a possible function call if the button is pressed or, released?     if (!Create( 0 , "FIND" , 0 , 20 , 80 , 90 ,HEIGHT, CORNER_LEFT_UPPER , "FIND"