I guess can only back test it using the replay connection and run it to see the outcome. Correct?
If correct, how can I evaluate some of the statistics of it's performance? I have the impression that I must write a second strategy code that monitors the P&L using the AccountStatusUpdate() or the example code at https://ninjatrader.com/support/help...ount_class.htm
With it I could write the account variation to a file and then do some analysis with Excel.
I could do it by running just one symbol at the time.
But maybe there is a way to get the P&L for each symbol imagining I run 3 symbols at the same time using 3 separate charts.
Is my thinking correct or are there some partial solution already in the forum that I couldn't locate?
There used to be in NT7 the Executions.txt file to log the trades, does NT8 have something similar that I can analyze?
Thank you!

Comment