Robert Northen
Robert Northen
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
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