- add urls
git-svn-id: http://moon:8086/svn/projects/Stock@292 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -3,8 +3,15 @@ import numpy as np
|
|||||||
import math
|
import math
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
|
||||||
|
# Stock Investors Financial Math
|
||||||
# https://www.fmlabs.com/reference/default.htm?url=SimpleMA.htm
|
# 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):
|
def sin(f, a, N):
|
||||||
result = np.empty(0)
|
result = np.empty(0)
|
||||||
for n in range(0, N):
|
for n in range(0, N):
|
||||||
|
|||||||
Reference in New Issue
Block a user