Felipe Augusto Torres Maggico
Felipe Augusto Torres Maggico
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Felipe Augusto Torres Maggico
Added topic MQL4 - Incomplete screenshot
I have a simple code to take a screenshot, but the problem is that the screenshot is incomplete. It doesn't matter the time I use in Sleep() after the redraw. Here's the code: //+------------------------------------------------------------------+ //|
Felipe Augusto Torres Maggico
Added topic ChartApplyTemplate removes the EA
Hi, The code below removes the EA after X seconds (if you try to debug it, it closes the current chart). Just create an EA with the code, run it and press T key: void OnChartEvent ( const int id
Felipe Augusto Torres Maggico
Added topic Change a pending order to market order
Hi, is it possible to change a pending order to a market order? I tried to do it, but I receive a "no changes" return. Thank you
Felipe Augusto Torres Maggico
Added topic FileOpen() and CFilePipe::Open() do not create a pipe
Hi all, I have this simple code trying to write some text on a pipe using 2 different ways for it (using FileOpen() and CFilePipe::Open() ): #include <Files\FilePipe.mqh> //+------------------------------------------------------------------+
Felipe Augusto Torres Maggico
Added topic Using named pipes
Hi, I'm trying to use this article  https://www.mql5.com/en/articles/115  to create a named pipe, but it is not working. Actually the problem happens when I try to create it. Here's the simplified code: cnamedpipes_simple.mqh
Felipe Augusto Torres Maggico
Added topic [No prices] and [off quotes] at market order
Hi, I need help to understand why do I get [No prices] and [off quotes] returns when opening a position at market price, and the symbol ENUM_SYMBOL_TRADE_EXECUTION is SYMBOL_TRADE_EXECUTION_EXCHANGE. 2021.01.05 10:17:40.203
Felipe Augusto Torres Maggico
Added topic OnTradeTransaction() in Service
Hi, is it possible to have OnTradeTransaction()   in Service? I have a service that buys and sells (with TP and SP, and I don't need to attached it to a chart ), but I am not able to check how the position was closed. It should have the same
Felipe Augusto Torres Maggico
Added topic CTrade::PositionClosePartial() does not keep the position comment
I believe this is more a comment than an issue. .\MQL5\Include\Trade\Trade.mqh line 601, function PositionClosePartial() when calling it, the function does not keep the current position comment . I just added the line below before the return
Felipe Augusto Torres Maggico
Added topic Terminal deletes MQL5\Logs files automatically?
Hi, I'd like to know if Terminal deletes MQL5\Logs files automatically. I read the help site below, but I could not find anything about this. https://www.metatrader5.com/en/terminal/help/start_advanced/journal Thank you
Felipe Augusto Torres Maggico
Added topic MetaTrader VPS - migrate MQL5\Images folder?
Hi, I'm migrating all my terminals to MetaTrader VPS and the EA send me a current graphic window screenshot with a background image loaded from /Images folder. Even using "Migrate all" option, EA can't load this image to populate the screenshot
Felipe Augusto Torres Maggico
Added topic Set trade account login information remotely
Hi, Is it possible to set trade account  login, password and server remotely (e.g. using PHP/HTML form)? I know this information is saved at .\config\accounts.dat, but it is a binary file. I have a virtual server but I was wondering another way
Felipe Augusto Torres Maggico
Added topic Load .set file from MQL5 script
Hi, is it possible to load a .set file (from MQL5\Profiles\SymbolSets\) using a MQL5 script ? I could not find any function to do it at https://www.mql5.com/en/docs/marketinformation Thank you
Felipe Augusto Torres Maggico
Added topic H4 first opened candle
Hi, I am facing the following situation: Bovespa market (Brazil) opens at 10:00 AM (GMT-3) and closes at 17:00. When I look to a H4 graph it shows opening at 08:00 (AM), next candles are 12:00 and 16:00: Comparing to another platform, it begins the
Felipe Augusto Torres Maggico
Added topic Calling CExpert TradeEvent Functions
Hi, I'm trying to reimplement this class  //+------------------------------------------------------------------+ //|
Felipe Augusto Torres Maggico
Added topic Set "profit in pips" running with a Custom Configuration File
Hi, Is it possible to set "profit in pips" from a Custom Configuration File file? I looked into the documentation and I couldn't find it: https://www.metatrader5.com/en/terminal/help/start_advanced/start Thank you
Felipe Augusto Torres Maggico
Added topic Problem reading previous candle after re-connection
Hi, I'm facing a problem when my MT5 looses its connection and reconnects. Here is the code (simplified): //+------------------------------------------------------------------+
Felipe Augusto Torres Maggico
Added topic Create language pack for input parameters
Hi, is it possible to create language pack for input parameters ? Thank you. Best regards, Tuche
Felipe Augusto Torres Maggico
Added topic Tester agents limited to 8 at local network farm
Hi, I have 16 local cores but I can use only 8 agents at my local network farm (please check the screenshot below). I remember I could use all of them in a previous version of MetaTrader. Is it possible to expand it to 16 again? Thank you
Felipe Augusto Torres Maggico
Added topic Is it possible to know if an expert is running a genetic or complete optimization?
Hi, I know it is possible to know if an optimization is running using MQLInfoInteger(MQL_OPTIMIZATION), but is it possible to know which kind of optimization it is (e.g. genetic or complete)? Thank you, Tuche
Felipe Augusto Torres Maggico
Registered at MQL5.community