Portfolio Processor Performance

Posted By: therealLeon

Portfolio Processor Performance - 02/20/17 15:17

Hello,

does it make a performance difference to open a Zorro Client for each strategie or to open only one Zorro Client and to gather all strategies in one code script?

Asking because my Zorro Server Performance is at its limit...

BR

Leon

Posted By: firecrest

Re: Portfolio Processor Performance - 02/21/17 02:19

Hi Leon,

I am opening each account within the same broker for each strategy.

Hope this help.

Regards
Posted By: therealLeon

Re: Portfolio Processor Performance - 02/21/17 08:27

Hello,

thanks for your reply. Sadly it isnt exactly what im searching for:

My problem is that the server im running my Zorro Clients on is at almost 100% operating grade. Every Strategy is getting its Zorro Client here.
And i wondered if it is possible to make it more efficent if i drop code of several strategies into one script. Will this help reduce the Server operating grade?
Posted By: jcl

Re: Portfolio Processor Performance - 02/21/17 09:07

Several strategies in one script is normally preferable, not for server performance, but for connection bandwidth reasons. It will improve server performance only when the server has less than 4 cores.
Posted By: therealLeon

Re: Portfolio Processor Performance - 02/22/17 09:39

Hello jcl,

thanks for your reply.

For... connection bandwidth reason ... what takes benefit from this?
Im not sure to understand that right.
Posted By: jcl

Re: Portfolio Processor Performance - 02/22/17 17:09

Every trading Zorro opens a connection to the broker's server. The more connections, the higher the traffic.
Posted By: therealLeon

Re: Portfolio Processor Performance - 02/22/17 21:19

Thanks a lot for the explanation! laugh
© 2024 lite-C Forums