- Number of Triggers
- Number of Trades
- Number of Wins
- Number of Losses
I've just gotten to the stage where I unlock my strategies and have dabbled in code. Comparing variables and such like. But I'm unsure how to get the above info
For counting the triggers, I can manage to create a variable and increment it everytime the trigger conditions are met and then print this out at the end. But the other information above can be accessed another way for efficiently correct?

Comment