Back Testing Strategy [Back End]
STEPS : When you're working on a backtesting framework for coding, it's smart to break down the problems into smaller parts. This makes it easier to manage and reuse your code. In Backtesting, you usually deal with three main things: price data (the information about prices), a virtual exchange (where you handle entry, exit, and updates), and finally, a metric to evaluate how well your trading logic performs. Do watch our series.