same strategy (different id of the strategy) on two different charts and different accounts giving the same SystemPerformance results each time.
how can i use these two different strategies and their values separately?
for each chart and account separately (CumProfit = SystemPerformance.AllTrades.TradesPerformance.Curr ency.CumProfit)

I just don't know the solution yet, do you have an idea?
?
I forgot that i had declared a static variable, removed "static", now it works. thanks again for your patience and help, i have learned a lot again
Comment