flake 8
This commit is contained in:
parent
9070cd1206
commit
a1d854fd90
@ -146,8 +146,8 @@ class IStrategy(ABC):
|
|||||||
dataframe.loc['buy'] = 0
|
dataframe.loc['buy'] = 0
|
||||||
dataframe.loc['sell'] = 0
|
dataframe.loc['sell'] = 0
|
||||||
|
|
||||||
# Other Defs that want to see and run every ticker here:
|
# Other Defs in startegy that want to be called every loop here
|
||||||
# example = self.watch_ticker(do something)
|
# twitter_sell = self.watch_twitter_feed(dataframe, metadata)
|
||||||
|
|
||||||
return dataframe
|
return dataframe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user