Guilherme Mendonca
Guilherme Mendonca
5 (1)
  • Information
5+ years
experience
1
products
8
demo versions
1
jobs
1
signals
0
subscribers
I'm stock market trading since 2007.
Guilherme Mendonca
Added topic POSITION_MAGIC - Returning zero (always)
Hi folks,  My EA was working fine since last week, but now some functions it's not working anymore. Then I figure out that all my positions magic number are returning "0". As I'm using CTrade class, I inserted the following lines: ulong
Guilherme Mendonca
Added topic "Specified account has been used for subscribing to signals. Signals resale is prohibited."
Hi,  One of my account has been used for copying a signal. How much time it will be necessary until it is possible to available to public access? Or, will it never be possible again
Guilherme Mendonca
Added topic Mark price on foreground scale
Is it possible to put the price value in the foreground scale price witheout a H_Line Object? Like you can see below. Or, is it possible to hide the line of the H_Line object and keep only the price value
Guilherme Mendonca
Added topic Optimization modeling
Hi folks,  I've tried to find some function to return the type of modeling (OHLC, EveryTick, Every Real tick ...) during the strategy testing. But did not found it! Is there any way (function) to return this kind of information
Guilherme Mendonca
Added topic MQL5 Cloud Network (Agents) DOWN ?
I'm trying to connect to MQL5 Cloud Network in order to make some optimization, but there is no connection in any server (USA, EUROPE and EUROPE2)
Guilherme Mendonca
Added topic New Build 2900
Hi, I can’t find the topic about the new features of the MT5  build 2900. Is there anyone? 
Guilherme Mendonca
Added topic Popup window with already opened chart
Hi folks,  Is there any function to maximize or "bring to front" or "pop up" a chart window inside of MT5?  I don't want to open a new chart ( ChartOpen function ), I just want to show a specific chart in case it already opened at my MT5
Guilherme Mendonca
Left feedback to developer for job Inserting features - CTable (EasyAndFastGui).
Guilherme Mendonca
Added topic Is there a limited amount of objects per window?
Hello folks,  I'm developing a complex trading panel for more than 20 symbols. Do you know if is there any kind of limited of the number of objects per Panel? It looks like it is stucked in 350 CButtons or CLabels
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
123