• Information
1 year
experience
6
products
13
demo versions
0
jobs
0
signals
0
subscribers
Robert Northen
Added topic Grouping Controls on a CAppDialog
Hello I would like to have a group of controls on a CAppDialog that I can make visible/invisible and replace with another group of controls on the same CAppDialog. So, the main AppDialog would have a group of buttons below the caption that control
Robert Northen
Added topic CComboBox List Element Index
How do I retrieve the index of the currently selected list element? Thank you
Robert Northen
Added topic DLL Library Dependencies File Location?
Hi I have written a .dll library for my EA, using Visual Studio 2019 that has a dependency on another dll,  System.Text.Json.dll. Where should I place this dependency dll? I have tried copying it to MT5\Libraries, but get a File Not Found
Robert Northen
Added topic CopyTicks unexpected results
Hello Why does CopyTicks return ticks that are older than the [in] date parameter? From the documentation: [in]   The date from which you want to request ticks. In milliseconds since 1970.01.01. If   from =0, the last   count  
Robert Northen
Added topic Drawn Chart Objects Flickering When Chart Scrolled Since Build 2485 Update
Hello I have an indicator that draws several rectangle objects across the chart as part of support/resistance lines. These objects are drawn in the OnChartEvent when id = CHARTEVENT_CHART_CHANGE. The indicator has been recompiled for the latest
Robert Northen
Added topic How to Add Text to a Graphic on a Chart Sub Window?
I have a chart sub window that draws a curve using the CurveAdd function of the CGraphic class in the Graphics Library. I would like to add some text to this curve, such as a label in the top left of the window. I have tried using AddLabelObject but
Robert Northen
Added topic Is this a bug in Series.mqh?
I believe this to be a bug in Include\Indicators\Series.mqh method CheckLoadHistory currently: if ( MQL5InfoInteger ( MQL5_PROGRAM_TYPE )== PROGRAM_INDICATOR && Period ()==m_period && Symbol ()==m_symbol)
Robert Northen
Added topic When CopyBuffer returns -1 and market is closed at end of day or weekend
I have an indicator that uses iCustom and CopyBuffer to load the data from another indicator (same symbol, different timeframe). CopyBuffer will usually return -1 on the first call of OnCalculate(), meaning data is not yet available. This is not
Robert Northen
Added topic How does one contact Service Desk?
I have discovered a bug in one of the Standard Libraries: \Include\Indicators\Series.mqh in function CheckLoadHistory. How do I contact Service Desk? There is no link for Service Desk on my profile menu as some pages indicate. Other pages tell me to
Robert Northen
Added topic Recommended Articles for writing an EA for Strategy Testing and Automated Trading
Hi, I'm a veteran programmer but relative newbie to MQL5. I have written my indicators and now need some documentation, help, guidance etc on writing an EA for strategy testing and automated trading. Please can someone provide some links for articles
Robert Northen
Added topic Buffer Number and Plot Index. What's the connection?
For example, the following code works as expected. The first plot, with plot index 0 uses data from buffer 0 and the second plot with index 1 uses data from buffer 1. Does this mean that the plot is associated with it's buffer by it's index number
Robert Northen
Added topic Is it possible to Load or Save a Template without chart objects, or remove them after it loads?
I have an indicator that creates several chart objects as part of the indicator, OBJ_TREND, OBJ_HLINE, etc. I then create a template of a chart using this indicator. I then open a new chart on the same or different timeframe and load this template
Robert Northen
Added topic Why is Oncalculate() called twice with prev_calculated = 0 when client terminal starts up
If you close the client terminal with a chart and indicator open and then re-open the client terminal, the chart with indicator will appear as expected. The indicator will receive its first call to OnCalculate with prev_calculated  = 0 as
Robert Northen
Added topic Max bars in chart and how it affects rates_total, prev_calculated and the time series arrays?
There is a setting in the client terminal to limit the number of bars on the chart . Mine is currently set to 100,000. How does this affect rates_total, prev_calculated and the time series arrays passed to OnCalculate? For most on the calls
Robert Northen
Added topic CPU intensive indicator for use in EA
Hi. I have written a complex cpu intensive indicator that takes a relatively long time to run - perhaps 2 minutes for 100,000 bars. I would like to make this custom indicator available to an EA using iCustom and CopyBuffer. However, my understanding
Robert Northen
Registered at MQL5.community
12