|
buffers
forgot to mention, i also //'ed the 2nd setindex just in case it was causing the error.... its buffer 0 i'm trying to reference anyway......
and good luck tommorrow to all yall news traders.....h
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_LINE);
SetIndexBuffer(0,ExtMapBuffer1);
//SetIndexStyle(1,DRAW_LINE);
//SetIndexBuffer(1,ExtMapBuffer2);
//----
return(0);
}
|