Add figures to report to finish project 6
This commit is contained in:
parent
9464943f75
commit
66ffe6d11b
@ -2,7 +2,7 @@ import pandas as pd
|
||||
import datetime as dt
|
||||
import matplotlib.pyplot as plt
|
||||
import TheoreticallyOptimalStrategy as tos
|
||||
from util import plot_data, get_data
|
||||
from util import get_data
|
||||
from marketsim.marketsim import compute_portvals
|
||||
from optimize_something.optimization import calculate_stats
|
||||
|
||||
|
@ -1,6 +1,24 @@
|
||||
# Indicators
|
||||
|
||||
## SMA and EMA
|
||||
|
||||
![SMA and EMA](figure_1.png)
|
||||
|
||||
## SMA/Price
|
||||
|
||||
![SMA/Price](figure_2.png)
|
||||
|
||||
## Bollinger Band
|
||||
|
||||
![Bollinger Band](figure_3.png)
|
||||
|
||||
## RSI
|
||||
|
||||
![RSI](figure_4.png)
|
||||
|
||||
## MACD
|
||||
|
||||
![MACD](figure_5.png)
|
||||
|
||||
|
||||
# Optimal Strategy
|
||||
|
Loading…
Reference in New Issue
Block a user