How to get Trade Analysis for Multiple DataFeed using TradeAnalyser?
-
Hi Team
I want to know how can I get Trade Analysis for Multiple DataFeed using TradeAnalyser?
I am looking for Total trades , Total Won, Total Loose and other analysis for each stocks I pass through the data feed.
Thanks and Regards!
-
@coder1111 Trade analysis prepares a full result for a backtest and is cannot be used as is for individual stocks. If you are running your backtest one stock at a time, then yes, you can save the TradeAnalyzer at the end of each backtest. If you have multiple stocks as part of a portfolio inside a test, you will have to make a custom analyzer to get the data you want for each stock.
-
@run-out Thank You for the help. I have now created a custom analyser for my work.
Thanks Again
-
@coder1111 Can you share your custom analyzer ?