开始使用免费开始使用

Using chart.Posn()

One of the most enlightening things about a trading system is exploring what positions it took over the course of the trading simulation, as well as when it had its profits and drawdowns. Looking at a picture of the performance can deliver a great deal of insight in terms of refining similar trading systems in the future.

In this exercise, you will use the chart.Posn() function. This generates a crisp and informative visualization of the performance of your trading system over the course of the simulation.

Your portfolio strategy (portfolio.st) is preloaded into your environment.

本练习是课程的一部分

Financial Trading in R

查看课程

练习说明

  • Use chart.Posn() to view your trading system's performance over the course of the simulation for SPY.

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Use chart.Posn to view your system's performance on SPY
chart.Posn(Portfolio = ___, Symbol = "___")
编辑并运行代码