More debugging

master
Mark Veidemanis 8 months ago
parent 771a944a13
commit 3d91fb394a
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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

Loading…
Cancel
Save