remove unuse code and fix coding conventions

This commit is contained in:
sonnhfit
2022-08-16 09:30:35 +07:00
committed by robcaulk
parent d60a166fbf
commit 0475b7cb18
6 changed files with 23 additions and 29 deletions

View File

@@ -62,7 +62,6 @@ class ReinforcementLearningExample3ac(IStrategy):
coin = pair.split('/')[0]
if informative is None:
informative = self.dp.get_pair_dataframe(pair, tf)

View File

@@ -62,7 +62,6 @@ class ReinforcementLearningExample5ac(IStrategy):
coin = pair.split('/')[0]
if informative is None:
informative = self.dp.get_pair_dataframe(pair, tf)