but I do not know what kind of the command to use. as I wrote in post # 10 if I use command
print ("Drawdown is: " + performance.AllTrades.TradesPerformance.Currency.D rawDown);
it works OK, I have correct result :
"Drawdown is: -1275,75"
But I don´t know how write list of periods-> day of week -> cumulative profit and draw down for each day of the week. I used the command
Print ("statistics by day of week" + Performance.AllTrades.ByDayOfWeek), but result is:
"statistics by day of week System.Collections.SortedList".
I need print only this:
Monday: cumulative profit, draw down
Tuesday: cumulative profit, draw down
Wednesday: cumulative profit, drown down
Thursday: cumulative profit, draw down
Friday: cumulative profit, draw down
Can you write me a command how can I print it? I browse all help of ninja trader but I don´t find it. I traied many of possibilities of commands but anyone print what I want. this values are certainly in results but I don´t know how to print them. Please help me.
And how is it with the saving of optimized results, what I wrote at the end of my last post. I added a screen shot to see it. After load the saved results they are not all. Saved are just a basic results. When I want to see graphs, trades, periods atc. there are no data. Can you explain to me where is the problem? Can you in the next version of NT correct problem with saving whole optimalized report with trades, graphs, periods if it is possible . If I make a mistake with saving of reports, please advise me how to do it correctly .
Big Thank You For Answering
Igipop

Comment