Henrique Vilela
Henrique Vilela
  • Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Desenvolvedor de Robôs Investidores at http://vilela.one/
Henrique Vilela
Added topic Remove All Indicators
Hi, There's a way to iterate over all indicators to remove them all? Thanks. 
Henrique Vilela
Added topic How to access the data from the new Times&Sales window?
The last MQL5 build has this new Times&Sales chart attached to the  Depth Of Market windows. How to access this data by code
Henrique Vilela
Added topic Deviation (slippage) Limitation and Strategy Tester Random Delay Mode
Hi, I'm setting the request deviation variable of the MqlTradeRequest structure before send an order and testing my EA with the Random Delay Mode enabled on the Strategy Tester. The problem is that the order is been executed with slippgages much
Henrique Vilela
Added topic #if with logical operators
#ifdef X || Y Compiles, but do not work #if defined (X) || defined (y)  Does not compile. ('#if' - invalid preprocessor command)   There's a way to do that? 
Henrique Vilela
Added topic Empty space on the right
Hi Guys, When I zoom in a chart, move it as far as I can to the left then zoom out, I can get a lot of empty space at his right side. Like this:  But when I perform any action on the chart it get's back to his original position. I know there's a
Henrique Vilela
Added topic CiMA applied to CiCCI
Hi, When I create a MA by code and apply it to (let's say) an ATR, it's presented as expected during visual strategy testing. CiATR atr; atr.Create( _Symbol , Period (), 14 ); CiMA; ma.Create(_Symbol, Period (), 21 , 0 , MODE_SMA , atr.Handle() ));
Henrique Vilela
Added topic CEdit max input size
Hi, I'm trying to use the standard library controls (Include\Controls\) to create a form, but for some reason the CEdit control (Include\Controls\Edit.mqh) limits the entry in 63 chars. How to bypass this limitation? 
Henrique Vilela
Added topic CDatePicker
Hi, I'm trying to use the CDatePicker control from the standard library (Controls\DatePicker.mqh) but I can't find any documentation or any code or even a small snippet using it. I was able to add it to the screen and set it's value by code, but then
Henrique Vilela
Added topic Prompt for information
Hi all, I would like to create a script just to make  some calculations based on some user inputs. I don't want to create an expert advisor for it, I wouldn't like to request the user to add it to a chart to be able to use it. The ideal would be
Henrique Vilela
Added topic Access to the #property version value
Hi, I would like to add the expert advisor version ( #property version ) to the comment of his orders. Is it possible to access this information thought code
Henrique Vilela
Added topic #undef
'#undef' - invalid preprocessor command  Looks like the undef directive was removed from the language, but the documentation still there . I'm I right
Henrique Vilela
Added topic Strategy Tester Visual Mode and Indicators
Hi Guys, When I backtest my EA in visual mode sometimes it shows the used indicators and sometimes not. I'm not recompiling the EA or anything, I just stop the test and start it again many times and sometimes the indicators are present and sometimes
Henrique Vilela
Added topic MQL5 EA providing MQL4 signal
Hi,   I created and expert advisor in MQL5, and now I want to share the result as a signal. The number os subscribers for MQL5 signals is really small if compared with MQL4, so it would be great if I could provide it for booth platforms. Migrate
Henrique Vilela
Registered at MQL5.community
Henrique Vilela
Added topic Bollinger Bands Mismatch
I'm trying to use iBands to retrieve the Bollinger Bands lower and upper values but for some reason the data does not march the visual chart (created by the same iBands function call). Sometimes it's above, sometimes it's below... doesn't seams to
Henrique Vilela
Added topic Expert Properties Input
There is any "ready to use" function to print the current expert advisor configuration just like it's presented in the "input" column in the "optimization results" tab
Henrique Vilela
Added topic MQL4 code to get EA Name
Is it possible, by code, to retrieve the EA name
Henrique Vilela
Added topic Decompilation
Hi, I would like to have access to decompilers. I do not want to stole anyone code, I just want to look how my EA looks like when decompiled. Someone could point me the direction or this is prohibited subject here? (if it is, I will understand)
123