macpee
macpee
macpee
Added topic WILL SOMEBODY LOOK AT THE TABLE AND ANSWER THE QUESTION - URGENT PLS
How come no record for an event as important as REASON_PROFILE in this table, or is there a way to configure it manually or maybe it exists and I do not know? I have made good use of some of the ones listed. However I still need a Constant for
macpee
Added topic How can I code my profile?
Hi comrades. How can I print the profile I am using? Thanks
macpee
Added topic How can I write on the next line on a button?
Hi comrades, how can I continue writing on the next line (similar to pressing the 'enter key' on a keyboard) on the label of a button I have created? Thank you for you in advance
macpee
Added topic It seems changing profile and changing parameter for EA trigger the same events. How can I make them do different things?
How can I code Changing profile and Changing EA parameter (after I click OK on the parameter Window) to do different things. It seems both of them triggers the same event. As you can see both of them Initializes parameter, DeInitializes parameter
macpee
Added topic How can I write a CHARTEVENT_CLICK code to execute something?
Hi comrades, I want to write a program to print "Printed Output" after the chat has been clicked. I have the following code which obviously did not work. Please how do I go about it? Thank you in advance.   void OnChartEvent ( const int id
macpee
Added topic How to tell EA that input parameter has changed
Hi comrades. How can I tell EA that the value of an input has changed in the parameter window for the EA. The input can be of type integer or double or string (or extern or input) etc. I want my EA to know that the value of an input parameter has
macpee
Added topic Auto trading the news
Hi everybody. How can I incorporate fundamental economic data (Such as "actual", "forecast" or "previous" data of a news release) into an Expert Advisor? Which platform (MT4 or MT5) has that capability? What function() to call in MQL4 or MQL5 such
macpee
Added topic Auto trading the news
Hi everybody. How can I incorporate fundamental economic data (Such as "actual", "forecast" or "previous" data of a news release) into an Expert Advisor? Which platform (MT4 or MT5) has that capability? What function() to call in MQL4 or MQL5 such
macpee
Added topic FFcal error on MT4
I opened the FFcal.mq4 file. The code was placed on the meta editor. I tried compiling but got the following error messages: (1) 'TimeGMT' - override system function (2) 'TimeGMT' - ambiguous call to overloaded function with the same parametersat
macpee
Added topic How to incorporate Economic data to EA
Hello guys, good day all. I want to assign economic data to a variable as soon as they are released in order to incorporate same to my auto trading strategy . By so doing I want to be able to program my EA to either buy or sell when a number of
macpee
Added topic How to increase font size in Comment
Hello comrades. Please how do I increase font size in the parameters of the function "Comment()"? Thank you in advance
macpee
Added topic Alert accumulates messages
My alert() function accumulates messages each time it triggers. I want it to output the messages only once and not to accumulate it in several lines. Somebody may help please. See picture below for perusal. The required message is the one above while
macpee
Added topic How to handle off quotes
Hello comrades. How can I handle off quote errors in MQL4? What function to call? I do not know if the "IsTradeContextBusy()" function suitable to handle off quotes. Anybody please. Thank you in advance
macpee
Added topic How to auto-trade without expert advisor
Hello comrades, how can I instruct my broker to place pending orders or direct orders at a particular price on a future date or even close orders, without having to use Expert Advisor? One cannot be on line all the time
macpee
Added topic How to Set TimeCurrent() as default time
Hello, comrades. How can I set the current time as default time to appear in the property window for a variable I created to handle time in the property window, without having to enter the current time in the editor each time I want to invoke the
macpee
Added topic How to write multiple lines caption
Hello Comerades, How do I execute multiple lines in the caption of a button? I have tried \n and even \n\r and they did not work. Thank you in advance
macpee
Added topic My trade has been dissabled
I tried to execute a transaction to open a pending order on the SGDJPY, but the terminal returned an error " Trade is disabled ". I checked the market watch and realized that the currency pair in question has been removed therein. I want to program
macpee
Added topic How to sift my own topics in forum
Hi comrades. Please how do I sift my own forum topics? That is how to view all of only my topics in forum? I have searched for a link to click but I have not seen any. Thank you in advance
macpee
Added topic extern type variables discoveries
I just discovered that when I type a period (.) immediately after an extern variable, I get a pop-up window with a lot of properties in mql4 environment. However I have not known the use of the pop-up window properties. What exactly do they mean
macpee
Added topic How to produce installation setup
Hi comrades in forex. How can I finalize my finished expert advisor. In other words, how can I produce setup package of my expert advisor for installation in another system (windows systems specifically)? Thank you in advance