how many buffur may used in an indicator ?

 
how  many  buffur may used in an indicator ? in updated MQL ?
 

512

 
int OnInit()
  {
//--- indicator buffers mapping

   IndicatorBuffers(512);

.........................................................

?

 
YALEWANG: how many buffur may used in an indicator ? in updated MQL ?
honest_knave: 512
YALEWANG: ?
In the link provided, what part of

Note

The amount of buffers cannot exceed 512 and be less than the value set in #property indicator_buffers.
was unclear?
 

yes ,thanks

i made an indicator ,use 30  buffurs , it may may pass compile , but no line showed ,on chart .

 

Did you declare 30 dynamic arrays, bind each buffer to an array, specify the style for each buffer, and finally assign values to the buffers?

Everything is rather vague without any code... 

Reason: