More debugging
This commit is contained in:
@@ -376,7 +376,9 @@ def execute_strategy(callback, strategy, func):
|
||||
# Check if we are trading against the trend
|
||||
within_trends = checks.within_trends(strategy, symbol, direction)
|
||||
if not within_trends:
|
||||
print("NOT WITHIN TRENDS")
|
||||
return
|
||||
print("IS WITHIN TRENDS")
|
||||
|
||||
type = strategy.order_settings.order_type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user