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 to access objects from a non current chart
How can I access the properties of an object that is located on a non current chart? That is, how to access the properties of an object whose chart is different from the one upon which the EA is attached. Any function please
Chinedu Peter
Added topic Are objects migratable?
Can chart objects be created, modified or deleted in a VPS
Chinedu Peter
Added topic HELP NEEDED: EA user files don't seem to be migrating to VPS
Good day all and complement of the Season. My EA user-created files don't seem to be migrating to VPS. This is the file I created using the FileWrite() command. Please any reason and a possible way out. Can someone give me an example of how to use
Chinedu Peter
Added topic (Error) Not enough space for notification!
(Error) Not enough space for notification! Please what does it mean and how can I solve it permanently? Sometimes it occurred even when I have few charts open and just one or two orders to notify about
Chinedu Peter
Added topic Help needed: Using Files instead of Global Variables
Since VPS does not accept global variables, do they accept files or not? I need a variable that will be retained even when I shut down MT4/5 and not just a variable that will be remembered within function calls. And I think file processing can handle
Chinedu Peter
Added topic Eliminating global variables for VPS-friendly EAs
It is like starting afresh. Now, my EA is attached to more than one charts. So they won't all access the same static variable (with global scope). But they will all access the same global variable. How can I make my static variable accessible
Chinedu Peter
Added topic Why Only MQL5 community?
It seems MQL5 community is the only VPS hosting company there is. Moreover, they are linked to all the brokers' MT4 and MT5 trading platforms I have tried. Or are they linked to Metaquote who produce the platforms? This may not be the place to ask
Chinedu Peter
Added topic VPS: Error sending message to server
I am trying to renew my VPS subscription as follows: 1. Open MT4. 2. Right click on my real account on navigation panel. 3. Click on register virtual server . 4. Choose amount (One yr subsc.) 5. Select card payment (Visa) 6. Enter card details 7
Chinedu Peter
Added topic What is a current chart?
Which one of these is a current hart 1. The chart upon which the EA is attached. 2. The chart that is last clicked on the window. A little confused here. Any help
Chinedu Peter
Added topic IsNewCandle not branching to true
Hi guys and complements. The following is a code is designed to show true if a new candle is seen for the given time frame (Not necessarily the current timeframe ) . However it does not branch to the 'true' section, only to all the 'false' sections
Chinedu Peter
Added topic Error 138
My EA tried to OrderSend(...) a direct order (OP_BUY) and encountered Error 138: Reference cannot be initialized. Please what is the meaning of the error and how can I get rid of it? Thanks
Chinedu Peter
Added topic Possible loss of data due to type conversion
Hi guys, I don't seem to be comfortable with the warning " Possible loss of data due to type conversion". See the code below: int PriceLeftShift = GlobalVariableGet ( StringConcatenate ( "LineVert " , Symbol (), " " , ChartPeriod ())); I understand
Chinedu Peter
Added topic Why am I getting the warning "implicit conversion from 'string' to 'number"?
//Trying to get the shift value of a vertical line whose name is stored in the variable VertName. long PriceDateLong = ObjectGetInteger ( 0 ,VertName, OBJPROP_TIME , 0 ); long PriceDateString = IntegerToString
Chinedu Peter
Added topic How to get the date or shift coordinate of OBJ_VLINE
Hi guys, I have a VLINE ( vertical line ) that I want to obtain the date or shift value. I tried the following functions but to no avail. Please I need your support. Thanks datetime VLineDate = ObjectGet( "My VLine" ,OBJPROP_TIME1); datetime
: