How to find Strategy name in a Scorecard?
Author: abegy
Creation Date: 2/10/2012 2:16 AM
profile picture

abegy

#1
I'm working to create my personal scorecard DLL. As I would like to save the result in file, I would like to have access to the strategy name performing during the scorecard ?

As I don't want to change strategy script, I would like to know if there is a way to find the strategy name ?

Thanks in advance.
profile picture

Eugene

#2
public override void PopulateScorecard(System.Windows.Forms.ListViewItem lvi, SystemPerformance performance)

->

SystemPerformance.Strategy.Name
profile picture

abegy

#3
Thank you very much
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).