CodeBeckZero / rl_stock_agents

Analysis of different RL stock trading agents
2 stars 1 forks source link

Create Visualization of trading performance #3

Open CodeBeckZero opened 10 months ago

CodeBeckZero commented 10 months ago

Visualization of Trading Performance:

Performance DataFrame

CodeBeckZero commented 10 months ago

Finished, need to add maximum drawdown and annualized return to agentperfm.py

CodeBeckZero commented 10 months ago

ISSUE: Trade statistics count the number of trades, not the number of buy-sell groupings.