Chinedu Peter
Chinedu Peter
  • Information
no
experience
2
products
0
demo versions
0
jobs
0
signals
0
subscribers
Chinedu Peter
Added topic IS THERE A SHORT CUT FOR TP OR SL ON ALREADY PLACED PENDING ORDER?
You might wonder why only pending orders and not open orders. You see, it is easy to add tp and sl to open orders by simply executing alt + drag on the price line, but not on pending orders. Once executed on pending order, it will instead change the
Chinedu Peter
Added topic HOW TO CODE THAT EA SHOULD ENABLE LIVE TRADING
As if the effort to enable auto trading is not enough I am not so comfortable to enable live trading all the time. How can I  make my EA to enable live trading as soon as I enable auto trading? Thank you in advance. I can see something like
Chinedu Peter
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
Chinedu Peter
Added topic How can I code my profile?
Hi comrades. How can I print the profile I am using? Thanks
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
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