PureBytes Links
Trading Reference Links
|
I figured it out. Sorry if anyone's spent time on my behalf already...
If anyone's interested, the solution is to make the first argument to
fileappend an input to a signal, call it Strategy1, and then have another
signal, call it Wrapper, have a statement like
IncludeSystem: "Strategy1", "YourPathHere"+GetSymbolName+".txt"
-Alex
-----Original Message-----
From: Alex Dannenberg [mailto:Alex@xxxxxxxxxxxxxxxxxxxxxxx]
Sent: Wednesday, August 23, 2000 6:51 PM
To: omega-list@xxxxxxxxxx
Subject: symbol as part of file name?
Hello List.
Does anyone know how to get around the Omega restriction that the filename
argument to FileAppend cannot be a variable?
I'd like to use the workspace assistant to go through a big custom symbol
list and generate a different file for each symbol in the list (with the
symbol as part of the file's name).
Any ideas for a workaround?
|