- add urls

git-svn-id: http://moon:8086/svn/projects/Stock@292 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-12-08 17:50:42 +00:00
parent 72c17e5d05
commit ca52ae8fdb
+7
View File
@@ -3,8 +3,15 @@ import numpy as np
import math
import matplotlib.pyplot as plt
# Stock Investors Financial Math
# https://www.fmlabs.com/reference/default.htm?url=SimpleMA.htm
# Alpha Vantage
# https://www.alphavantage.co/documentation/
# Pandas
# https://pandas.pydata.org/pandas-docs/stable/index.html
def sin(f, a, N):
result = np.empty(0)
for n in range(0, N):