dcstoyanov / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
dcstoyanov
Added topic CCheckGroup returns ''array out of range'' when trying to check items not visible
This is the same example from the library https://www.mql5.com/en/docs/standardlibrary/controls/ccheckgroup with the highlighted lines changed in order to produce the issue in question. I'm trying to initialize all the check-boxes as checked, even
dcstoyanov
Added topic How to bond a CGraphics chart to a CAppDialog window
Hi, I can't figure out how to bond a CGraphics chart to a CAppDialog window so that it follows the window when it is moved. The following is a minimal code: //+------------------------------------------------------------------+
dcstoyanov
Added topic Dialog takes always close event
Hi, the minimal example shown here is an AppDialog with a Button which should create a separate Dialog with a second Button. The problem is that clicking on any area of the Dialog (except the caption) set the Dialog to be Visible(false). I've checked
dcstoyanov
Added topic Loop with iCustom in Expert Advisor and in Indicator
Hi, I have an Expert Advisor which retrieves, with iCustom() , values from two buffers calculated by an Indicator: one buffer is associated with data get from the current Symbol() , while the other one uses iCustom() to get data from a different
dcstoyanov
Added topic ArrayInitialize() does not initialize buffers when rates_total diminish
Hi, I have an indicator which prints alternatively on the chart, that is if one buffer has a value the other one has an empty value. Values are printed till the second last bar (current bar 0 is the rightmost bar), only when a new bar appears on the
: