How to backtest my trading strategy ?

2 ビュー (過去 30 日間)
Rizwan Khan
Rizwan Khan 2020 年 9 月 17 日
回答済み: Puru Kathuria 2021 年 3 月 8 日
I have a strategy that buys/sells based on a criteria. I would like to back test it, to understand how good/bad it works.
How can i program matlab to back test and record the results?
Please view the two charts below to understand the strategy.
Basically when the detrended data chart reached to the level of -125 (bottom red line) then buy the stock, and when it reaches to a level of +125 (top red line) sell it.
Stock data chart
Detrended data chart

回答 (1 件)

Puru Kathuria
Puru Kathuria 2021 年 3 月 8 日
Have a look at the documentation of backtestStrategy which will help you in creating a backtestStrategy object where you can define your portfolio allocation strategy.
Also, have a look at this interesting thread, which talks about a simple backtest strategy.

カテゴリ

Help Center および File ExchangeTransaction Cost Analysis についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by