View Full Version : data dump
lgarcia3
05-09-2008, 04:43 PM
I need to dump some data of indicators to a csv file. I think I saw a code sample here on how to do that.
Can anyone, please, tell me?
Thanks!
NinjaTrader_Dierk
05-09-2008, 11:09 PM
May be the "search" function on the forum helps.
lgarcia3
05-09-2008, 11:20 PM
Thanks! Did that in several search patterns and did not get to it... I thought I may ask... hope it was not bother to anyone...
NinjaTrader_Josh
05-10-2008, 05:35 AM
You may be able to adapt the reference samples on StreamWriter and StreamReader in the Reference Sample section of the forum to do what you want.
lgarcia3
05-10-2008, 07:51 AM
Thanks Josh! yes, that is what I needed! I was having problems with the file not closing and the trick is in that Dispose method you guys have there.
Thanks again!