Forum

Possible mistake in Standard Library - Array Class

Hello, I would like to report a possible mistake in the Standard Library, Array Class. In my editor, the following function is written in the ArrayDouble class as follows: int CArrayDouble::Maximum(const int start,const int count) const { return(ArrayMaximum(m_data,start,count)); } In the

Acquiring indicator handle inside an indicator

Hello, I would like to ask a question about an issue with which I struggle for some time. I have written an indicator(no.1), which I would like to use in another indicator(no.2). If I place the iCustom function of this indicator(no.1) in the OnInit function of the other indicator(no.2), there is no

Attaching the same custom indicator to a chart more than once with different settings

Hello, I try to write a custom indicator . I have done quite well, but I noticed a strange thing. If I try to attach my custom indicator to the same chart more than once, with different settings, the second indicator window does not print any value. If I attach to the chart the indicator only once