Rodrigo Malacarne
Rodrigo Malacarne
  • Information
11+ years
experience
0
products
0
demo versions
61
jobs
0
signals
0
subscribers
Rodrigo Malacarne
Added topic Matrix dimensions
Hi, suppose I have a matrix defined this way: #define DIMENSION_2   1 //--- Inside OnTimer( ) double matrix[][DIMENSION_2]; If I want to set the first dimension of the matrix, I can simply use, for instance, ArrayResize (matrix, 4 );
Rodrigo Malacarne
Rodrigo Malacarne
Manic-depressive markets... :-)
Rodrigo Malacarne
Published screenshot
temp_file_screenshot_23409.png
EURUSD, H1Alparitemp_file_screenshot_23409.png
Rodrigo Malacarne
Rodrigo Malacarne 2014.01.23
News about DeltaTrader TimesAndSales: volumes are now printed with "K" or "M" at the end to indicate thousands and millions.
Rodrigo Malacarne
Published screenshot
temp_file_screenshot_9792.png
PETR4, M1XP Investimentos CCTVM S/Atemp_file_screenshot_9792.png
Rodrigo Malacarne
Rodrigo Malacarne
Ibovespa heatmap.
Rogerio Figurelli
Rogerio Figurelli 2014.01.22
Very good, can you describe if this is an MT5 EA output or just a web page client from some database?
Rodrigo Malacarne
Rodrigo Malacarne 2014.01.22
This is not a MT5-generated output... I use other softwares to exchange information with MT5, but this is not MT5.
Rogerio Figurelli
Rogerio Figurelli 2014.01.23
Thanks, anyway it would be nice have it as an indicator.
Rodrigo Malacarne
Added topic Upgrades and number of available installations for products
Does anybody know if a product upgrade affects the number of available installation for products, like indicators, for instance? Thanks in advance, Rodrigo
Rodrigo Malacarne
Published code Simple Display Panel
The code is designed to be a simple reference of how to create movable (drag) panels and populate it with information.
Rodrigo Malacarne
Left feedback to customer for job Criar EA a partir do indicador livre X-Bars_fractal
Rodrigo Malacarne
Published screenshot
temp_file_screenshot_29012.png
WING14, M1XP Investimentos CCTVM S/Atemp_file_screenshot_29012.png
Rodrigo Malacarne
Published screenshot
temp_file_screenshot_569.png
WDOF14, H1XP Investimentos CCTVM S/Atemp_file_screenshot_569.png
Rodrigo Malacarne
Rodrigo Malacarne 2013.12.18
Dólar futuro na máxima do dia.
Rodrigo Malacarne
Rodrigo Malacarne 2013.12.18
BRLUSD at daily high.
Rodrigo Malacarne
Published screenshot
temp_file_screenshot_13035.png
WINZ13, H1XP Investimentos CCTVM S/Atemp_file_screenshot_13035.png
Rodrigo Malacarne
Rodrigo Malacarne 2013.12.17
New product: DeltaTrader Times&Sales ! Arriving soon to the MQL5 market!
Novo producot: DeltaTrader Times&Sales ! Em breve disponível no mercado MQL5!
Rogerio Figurelli
Rogerio Figurelli 2013.12.18
Muito bom, parabéns!
Rodrigo Malacarne
Added topic Can an indicator get best ask/bid volume in real time?
I'm trying to create a simple panel/indicator that retrieves the best ask volume and the best bid volume  in real time... However, after reading the MQL5 docs I found the information that OnBookEvent( ) works only for expert advisors, but not
Rodrigo Malacarne
Added topic How to move objects inside a panel together with the panel itself?
Hi, I'm trying to create a simple panel with texts, colors and dynamic information inside it... I'm using MQL5's standard library to do most of the tasks, and I'm actually able to create the panel itself and some content inside the panel. However
Rodrigo Malacarne
Added topic How fast is OnCalculate( ) ?
Hello, I'm trying to develop a tick indicator which will be used to determine if ticks are ocurring at bid , at ask or between quotes, as well as their volumes. However, I'm having several problems when running the indicator, mainly because the
Rodrigo Malacarne
Published screenshot
Mini-Índice Bovespa (setup de...
WINZ13, M1XP Investimentos CCTVM S/AMini-Índice Bovespa (setup de operações)
Rogerio Figurelli
Rogerio Figurelli 2013.12.06
Muito bom, ótimo trabalho Rodrigo!
Rodrigo Malacarne
Rodrigo Malacarne 2013.12.06
Obrigado Figurelli ! Em breve vou disponibilizar esse setup para operações em modo automático... apenas finalizando alguns "pequenos" detalhes... :-)
Rodrigo Malacarne
Published screenshot
TradeSizeDistribution Free (EURUSD only)
EURUSD, M1AlpariTradeSizeDistribution Free (EURUSD only)
Rodrigo Malacarne
Added topic How to search an array with string values?
Suppose I have an array called StringArray[ ] filled with five string values like shown below: StringArray[ 5 ] = { "ABC100" , "XYZ100" , "ABC200" , "XYZ200" , "ABC300" } I want to search this array for all string values starting with "ABC". The
Rodrigo Malacarne
Added topic Indicator plots (DataWindow + SubWindow)
Is it possible to plot indicator values on the DataWindow but not  on the SubWindow? When you set PlotIndexSetInteger ( 0 , PLOT_SHOW_DATA , false ); the indicator values are excluded both  from the indicator SubWindow and  from the
Rodrigo Malacarne
Added topic Best way to count the number of opened charts
I have searched the docs, but couldn't find any specific function to count the number of opened charts on MT5 terminal. To solve this problem I came up with this solution: string ChartIdList[]; // To be called as a global variable for ( int i= 1
Rodrigo Malacarne
Added topic How to change Initial Deposit of real accounts
Hello, I have a real account and I use MetaTrader as a tool for automated trading. After some tests, I decided to connect my real account with the MQL5 website, so that all my trades could be automatically pushed (registered) to MQL5.com. My