Thank you everyone for the responses but I was asking a different thing.
I'm using this tool in backtesting
Using it 100 times for example. How can I at the end check the total result of my testing (these 100 times Long / Short position tools)
https://postimg.cc/YGF6DcrzSince you did it manually, it means even reading the results will be done manually. Tradingview won't save the results.
If you have some knowledge about pine script language, or you can even learn it. You can actually code and automate your strategy and then backtest it using the strategy tester which is available on trading view. You will be able to automatically see the results.
There are also some open-source strategies already available in the trading view public library. You can get one which is closest to your strategy, modify it and the back test it.
This is how the strategy tester will show the results of your strategy;


