Chinedu Peter
Chinedu Peter
  • Information
1 year
experience
4
products
7
demo versions
0
jobs
0
signals
0
subscribers
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
Chinedu Peter
Added topic How to erase the content of a file
GumRai : Are you serious??? Your opening post in your very recent topic at https://forum.mql4.com/71996 So you already know how to do it. Lol... . Funny. Actually, it did not occur to me. Now I know I should figure it out by writing an empty string
Chinedu Peter
Added topic Can the int Init() function be called from the rest of the functions in the program?
Can the int init() function be called from the rest of the functions in the program? Thank you in advance
Chinedu Peter
Added topic File unable to delete
I created a file. I want the file to be created when necessary and deleted when necessary, without writing anything to the file. The idea is to use the file as a key to perform an action. If the file exists action A should be take. On the other hand
Chinedu Peter
Added topic File always empty on next open
Each time I read from a file and close the file, the file becomes empty the next time I want to read or write to the file. What mechanism or function can I use to retain the content of the file in order to add to the existing content of the file or
Chinedu Peter
Added topic How to create a two-dimensional array and fill it with the product of the respective row index and column index
I like to dimension an array and fill it with the product of the respective row indices and column indices. The following are the codes I attempted to write which obviously did not work. Any help from you please?. Thank you in advance. // I first
Chinedu Peter
Added topic Any integer representation for currency pairs?
Hello comrades, just as the integer values for OP_BUY, OP_SELL, OP_BUYLIMIT, OP_SELLLIMIT, OP_BUYSTOP and OP_SELLSTOP are 0, 1, 2, 3 and 4, respectively, are there integer values for the traded instruments. That is, integer values for GBPUSD, EURUSD
Chinedu Peter
Added topic Reading only one cell of a group of records with several columns
Hello comrades. How exactly can I retrieve only a cell in a record using the FileReadString() function ? I have the following code. In the code I want to read only the second column of only the third row. How can I go about doing that. Thank you in
Chinedu Peter
Added topic My "FileReadString" command returns empty variable
Hello comrades, please consider the following MQL4 codes. The first function which is named "OpenWrite" is meant to write only one of USD or EUR, etc, to a text file. The second function named "OpenRead" is meant to read the content of the file. The
Chinedu Peter
Registered at MQL5.community