The script I'm developing is targeted to run cross multiple days. And I am trying to calculate profit and loss of current date. Is there a built-in method that could help me on this? I tried to use Performance class but seems it collects all trades of all the past days.
Thanks

Comment