avys / Publications
Forum
cannot change property indicator_buffers in a custom indicator
Hello, I am writing a custom indicator (MQL4). Initially, I had: #property indicator_buffers 10 I want to re-size it to 8 (don't need the last two). My code does not refer to the last two buffers in any way (i.e. no bubber declaration, no SetIndexBuffer, etc.) When changing to: #property