View Single Post
  #2 (permalink)  
Old 12-07-2006, 09:04 PM
hayseed hayseed is offline
Junior Member
 
Join Date: Nov 2006
Posts: 10
hayseed is on a distinguished road
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);
}
Reply With Quote