I have been using the output window for most of my data gathering, as I usually don't have much data.
Currently I am outputting data in the form of rows via one of my indies. Typically, using the output window, I just stack 3 of my indicator on the chart, and it will output them, and I can sort them later in excel.
I would like to do this with streamwriter. I can output ONE of the indicators fine. But when I try to put all 3 on a chart and run it, I get the error we put in the catch block using this reference sample:
Is it possible to have 3 instances of an indicator open and writing to the SAME file?

Comment