diff --git a/core/trading/market.py b/core/trading/market.py index e08d068..01d578a 100644 --- a/core/trading/market.py +++ b/core/trading/market.py @@ -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