I am trying to create a loop, that loops thru all the prices, Gets The Date of 
Each Bar and the closing price. How would I do that. Thanks

for(i=0;i<BarCount;i++)
{
      //How do i get the Date?
}

Reply via email to