Add figures to report to finish project 6
This commit is contained in:
@@ -2,7 +2,7 @@ import pandas as pd
|
|||||||
import datetime as dt
|
import datetime as dt
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import TheoreticallyOptimalStrategy as tos
|
import TheoreticallyOptimalStrategy as tos
|
||||||
from util import plot_data, get_data
|
from util import get_data
|
||||||
from marketsim.marketsim import compute_portvals
|
from marketsim.marketsim import compute_portvals
|
||||||
from optimize_something.optimization import calculate_stats
|
from optimize_something.optimization import calculate_stats
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,24 @@
|
|||||||
# Indicators
|
# Indicators
|
||||||
|
|
||||||
|
## SMA and EMA
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## SMA/Price
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Bollinger Band
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## RSI
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## MACD
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
# Optimal Strategy
|
# Optimal Strategy
|
||||||
|
|||||||
Reference in New Issue
Block a user