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.

Comments

Popular posts from this blog

Algo Trading Banknifty python | Bank nifty futures moving average crossover strategy

Algorithmic Trading using Python , Data type [str, int, float, bool] in python

Algorithm Trading using Python in Hindi