Chinedu Peter / Profile
- Information
|
1 year
experience
|
4
products
|
8
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
25
Requests
Outgoing
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
Chinedu Peter
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
Chinedu Peter
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
Chinedu Peter
Added topic How to return extern or input variables of other charts
Please, how can I program my EA to return the values of extern or input variables from other charts? It is not as if I want to attach several EA's to charts. What function is necessary to achieve such a task? In view of my question, exactly what do
: