I have already create custom optimizer value for something (such as unrealized maximum PNL) and I store that in a variable that I can optimize on... and I would like this to be on the summary page as well, but I don't see how this is possible with the custom performance metrics because I cannot access this value (although its in the strategy) its not part of the trades object.
So for example, the sample acum profit is great basic performance metrics example, but that value is not part of of any accessible object I know of to assign anything I would want from the strategy.
Say for example throughout the lifecycle of the entire strategy history... you maintained maybe the average EMA value at the time of each and every trade you entered... so you stored that in a custom Value[20] = Stuff variable... Then later on the performance summary where you can display custom performance metrics, would you somehow be able to reference that value? This would be a global value throughout the entire lifecycle, so wouldn't need to be aggregated.
Thanks,
Chad

Comment