I want to print the name of the strategy that is running, and not manually type it in. THis was when tracking my results, i know what is coming from each strategy version.
e.g.
File.AppendAllText(path,ToDay(Time[0]).ToString() +" " + results.ToString(("#0.00"))+" "+ Instrument.FullName + " "+ STRATEGYTHATTHISFUNCTIONISCALLEDFROM+ Environment.NewLine );
Thanks

Comment