Edge cli drafted

This commit is contained in:
misagh
2018-11-14 12:37:15 +01:00
parent 5c8544a425
commit cf974168e9
3 changed files with 156 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ class Edge():
'pair_info',
['stoploss', 'winrate', 'risk_reward_ratio', 'required_risk_reward', 'expectancy'])
def __init__(self, config: Dict[str, Any], exchange, strategy) -> None:
def __init__(self, config: Dict[str, Any], exchange, strategy, refresh_pairs=True) -> None:
self.config = config
self.exchange = exchange