View Full Version : Multi instrument strategy results
stefy
02-20-2009, 10:05 AM
I'm running a strategy on a large universe. To have a P&L portfolio view (composite), I have to export the daily P&L to Excel and then aggregate them manually. Is there a way to print out on a file the P&L of each asset into a text (or any other format) file?
Thank you
NinjaTrader_Josh
02-20-2009, 10:07 AM
Currently there is no portfolio reporting.
stefy
02-20-2009, 10:09 AM
I realized that. Is it possible to use the Streamwriter (or anything else) to print out some field into a text file?
Thank you
NinjaTrader_Josh
02-20-2009, 10:10 AM
You can use any C# methods you want so, yes, you can use StreamWriter.
stefy
02-20-2009, 10:11 AM
Any tutorials/links/examples on how to use the StreamWriter?
Thank you
NinjaTrader_Josh
02-20-2009, 10:14 AM
Please see the reference samples section of the forums and look for the StreamWriter one.