| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello List!
My modest contribution:
	to convert any .OMZ file into ASCII do the follows:
		empty the Global Server (export and save its content),
		import the .OMZ file
 	
		write the the signal/strategy with single operator 
		FileAppend and take all needed filds into it
		open the new chart window
		choose format/symbol and insert the (first) symbol from
		the Global Server
		set needed resolution and retrospective
		select Run workspace assistant mode and tune it to the 
		last workspace
		run workspace assistant
Done. You have the commaseperated file as You specified in the
FileAppend operator.
Regards,
Pavel Kotulsky
 
 |