Guilherme Mendonca
Guilherme Mendonca
5 (1)
  • Information
7+ years
experience
1
products
8
demo versions
1
jobs
0
signals
0
subscribers
I'm stock market trading since 2007.
Guilherme Mendonca
Added topic Trading style has changed. Part of history is not included in statistics.
Hi, I was collecting information from one of my accounts at mql5 "signals", but since yesterday all my growth was erased and started to count again. They putted the following message: " T rading style has changed. Part of history is not included
Guilherme Mendonca
Added topic US500 - 1m History with REALVOLUME
Hi,  Do you guys know any broker which have at least the last 2 years of US500 history data with Real Volume
Guilherme Mendonca
Added topic Notification if VPS still working
Hi folks,  I would like to check every hour or every 30 minutes if VPS I'm using for my EA is working. I wrote the following code, but I think there is some better way to input "times" every time that the function was called, instead of one line
Guilherme Mendonca
Added topic Sending Orders - BEST and FAST way (OPINION)
Hi folks,  From the last 3 years, for all my EAs I've been using "Ctrade" include structure to open, modify and close trade positions. I'm using it in Future markets, not forex! #include <Trade/Trade.mqh> CTrade Trade; //--- Example void
Guilherme Mendonca
Left feedback to developer for job Insert new feature to an existing EA.
Guilherme Mendonca
Added topic Selecting symbols on History function that contains specific letters.
Hi folks,  I would like to select in Deals or Orders History any symbol that begins with "EUR" letters.  Even if my EA is on " EURUSD " chart, I would like to get "history deals" from "EURCAD" for example, or any symbol that begins with
Guilherme Mendonca
Left feedback to developer for job Expert based in some indicator
Guilherme Mendonca
Left feedback to developer for job Part of a code to implement in my EA
Guilherme Mendonca
Added topic MetaQuotes-Demo
Hi folks, Is there anyone who knows the MT5 Demo address server? I'm trying to add a new account, but I can't find MetaQuotes MT5 demo
Guilherme Mendonca
Added topic Every tick without bid/ask prices
Hi folks, I use to run backtests only in " Every tick based on real tick", but I was checking the database of my broker and I found that Bid/Ask prices are very unsatisfying, there is much much less data about it comparing to "last price" data. So, I
Guilherme Mendonca
Added topic Delay Getting History Informations in OnTick() ?
Hi Folks, It seems like sometimes my EA is taking a little more time to send an order. As I'm trading in a very short of time (Scalping), I'm loosing money sometimes. So I'm trying to figure out if is there any part of my code is wasting time. The
Guilherme Mendonca
Added topic VPS deleting my EA after some minutes
Hello,  I'm facing an issue with my EA. It's working for months, but since today the VPS Brazil Metaquotes server is deleting and showing this message:   The following is my code: void OnTick ()   {       int
Guilherme Mendonca
Added topic Signal tab do not working - MT4 - Windows10
Hi folks,  Since I updated my Windows from W7 to W10, I can't access signal using my MT4 from signal tab of Terminal. Can anyone know how to solve it? Market tab is working fine
Guilherme Mendonca
Added topic Indicators problems
Hi folks,  I'm using a personal EA more than 6 months, but recently I'm facing a problem, because suddenly it stops to work. The EA is working in a metaquotes VPS.  When I realize that it's not working anymore, I need to reload the EA and
Guilherme Mendonca
Added topic How to treat candles (chart) by seconds
Hello folks,  Is there anyone have tried this? Could anyone show me a part of an example code? I'm coding an EA using 5 minutes chart and depending of the conditions, it will open new orders. As a result all the orders time are opened by