Chinedu Peter
Chinedu Peter
  • Information
1 year
experience
4
products
8
demo versions
0
jobs
0
signals
0
subscribers
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