fix: typo spelling grammar

This commit is contained in:
slowy07
2021-08-16 19:16:24 +07:00
parent 4115121c24
commit f24a951ec5
12 changed files with 15 additions and 15 deletions

View File

@@ -776,7 +776,7 @@ class RPC:
if has_content:
dataframe.loc[:, '__date_ts'] = dataframe.loc[:, 'date'].view(int64) // 1000 // 1000
# Move open to seperate column when signal for easy plotting
# Move open to separate column when signal for easy plotting
if 'buy' in dataframe.columns:
buy_mask = (dataframe['buy'] == 1)
buy_signals = int(buy_mask.sum())