Example
sw.WriteLine(Time[0] + "," + Open[0] + "," + High[0] + "," + Low[0] + "," + Close[0] + "," + EMA(21)[0] + "," + DrawObjects[0]);
Adding the DrawObjects[0] doesn't work since it expects the tag name but hopefully that illustrates what I am trying to do. Any help would be appreciated. Thanks!

Comment