I wrote up a very basic bit of HTML that shows multiple Z strategy logs on the same page:

Code:
<html>
<head>
<title>Zorro Panel</title>
<style type="text/css">
    iframe {
        width: 33%;
        height: 100%;
    }
</style>
</head>
<body>
    <iframe src="Z12.htm"></iframe>
    <iframe src="Z3.htm"></iframe>
    <iframe src="Z7.htm"></iframe>
</body>
</html>



If you're running multiple Z strategies on a VPS or something, using IIS to serve the log folder, you can put this in a .htm beside the Z1/2/3/7/12.htm files and open it instead.

Pretty basic and probably something only a few people will care about but thought I'd share it nonetheless.

Last edited by Veratyr; 01/16/16 23:25.