type fix
This commit is contained in:
parent
1c81ec6016
commit
cf0731095f
@ -11,7 +11,7 @@ from freqtrade.strategy import DecimalParameter, IntParameter, IStrategy, merge_
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class RLExample3ac(IStrategy):
|
||||
class ReinforcementLearningExample3ac(IStrategy):
|
||||
"""
|
||||
Test strategy - used for testing freqAI functionalities.
|
||||
DO not use in production.
|
||||
|
@ -11,7 +11,7 @@ from freqtrade.strategy import DecimalParameter, IntParameter, IStrategy, merge_
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class RLExample5ac(IStrategy):
|
||||
class ReinforcementLearningExample5ac(IStrategy):
|
||||
"""
|
||||
Test strategy - used for testing freqAI functionalities.
|
||||
DO not use in production.
|
||||
|
Loading…
Reference in New Issue
Block a user