macpee
macpee
macpee
Added topic How to send email to my EA?
Hi guys. I know how to configure and code that emails be sent from an expert advisor to my mail.  But I do not know how to configure and code that my expert advisor receive mails from me. This is necessary to remotely control your EA's behavior
macpee
Added topic EA vs Manual Trade Operations
Hi guys. Can an EA be programmed to recognize when a user manually opens or closes a trade from the chart
macpee
Added topic IsNewBarOnTimeframe() Initial Problem detected
Hi everyone. Why does the function IsNewbarOnTimeframe return true when the program is just loaded (at the middle of the current bar)? Why not wait until the current bar (first bar) ends before returning true just like the subsequent bars? How can
macpee
Added topic Difference between OnStart() and OnTick()
I cannot seem to understand the difference between OnStart() and OnTick() event handlers. Documentation says OnStart() is for handling scripts while OnTick() is for handling NewTick event. But I use OnStart() to handle events for incoming new tick in
macpee
Added topic Any other payment options?
Any other payment options for VPS? I have exhausted my 100 USD per month for international transaction using MasterCard. Is there no wired transfer
macpee
Added topic ACCOUNT CHANGE
I want to replace my original trading account (a live account) with a new account (a demo account ) within the same VPS account. How do I go about doing it please
macpee
Added topic OrderSelect()?
Which of the two blocks of code is correct? for ( int i= 0 ; i <= OrdersTotal ()- 1 ; i++)      {        bool Select = OrderSelect (i, SELECT_BY_POS, MODE_TRADES);      ) and
macpee
Added topic How to not trade during SWAP
I don't want my EA to trade during SWAP period. It is ridiculously to trade at swap time as Spread can be as wide as a six lane express way. How can I use time to tell my EA to jump swap period say 10 minutes before and 10 minutes after swap time. A
macpee
Added topic ResetLastError()?
What is the work of the ResetLastError() function? Must one get an error to call the ResetLastError() or is it called in anticipation of an error or is it called where an error cannot be tolerated, e.g. where an open order has to close whatsoever in
macpee
Added topic Variable Initialization
Please I want to know if variables declared at global scope are initialized at the entry of every tick . But I thought they are initialized only once at the loading of the EA. Why is my variable (at global scope) always returning zero even when I
macpee
Added topic VPS: Are objects migratable?
Hi guys. Please I would like to know if the objects that I placed on my charts are also migrated to VPS. In other words, are chart objects such as VLINE, HLINE etc. migratable
macpee
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
macpee
Added topic Am I on a no help list?
Am I on a no help list
macpee
Added topic Are objects migratable?
Can chart objects be created, modified or deleted in a VPS
macpee
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
macpee
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
macpee
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
macpee
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 
macpee
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
macpee
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