working on refacturing of the strategy class

This commit is contained in:
Gert Wohlgemuth
2018-06-14 20:27:41 -07:00
parent bd6ed3ada4
commit 179b10e6e7
4 changed files with 71 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ def load_dataframe_pair(pairs):
dataframe = ld[pairs[0]]
analyze = Analyze({'strategy': 'DefaultStrategy'})
dataframe = analyze.analyze_ticker(dataframe)
dataframe = analyze.analyze_ticker(dataframe, pairs[0])
return dataframe