For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Finding the winner on a larger number of securities
-
I'm running my strategies across a large number of securities (200+) I know that some are better than others for some type of systems. I dont have to trade them all, I just want the 30 top performers. What would the best way be to find out which ones my strategy have worked the best on. Would I write the transaction to a CSV-file and sort into Excel or something like that?
Thanks!