Chinedu Peter / Profile
- Information
no
experience
|
4
products
|
5
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
25
Requests
Outgoing
Chinedu Peter
Added topic Why am I getting zero values in the function
int window = 0; double NewProfit; datetime CurrTime; ChartXYToTimePrice ( 0 , 320, 410, window, CurrTime, NewProfit); Why am I getting zero values for CurrTime and NewProfit
Chinedu Peter
Added topic What is the value of one pixel?
What is the value of one pixel on the Y axis of the current chart? I need this value so that I can calculate the value of 600 pixels. This is because I want 600 pixel take profit level , and not 600 Points or 600 pips. I want a uniform take profit
Chinedu Peter
Added topic HOW CAN I SEE ALL MY TOPICS?
How can I view all my topics, or all my questions per say? Thank you in advance
Chinedu Peter
Added topic CHART EVENT FOR CLICKING ON A PENDING ORDER?
Please is there a chart event for clicking on a pending order , such as CHARTEVENT_ORDER_CLICK? Thank you
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
: