Rodrigo Malacarne
Rodrigo Malacarne
4.8 (63)
  • Information
12+ years
experience
0
products
0
demo versions
61
jobs
0
signals
0
subscribers
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