Skip to content

Loosen entry filters to enable trading in current market conditions#1084

Open
railway-app[bot] wants to merge 1 commit intomainfrom
railway/code-change-bHltxL
Open

Loosen entry filters to enable trading in current market conditions#1084
railway-app[bot] wants to merge 1 commit intomainfrom
railway/code-change-bHltxL

Conversation

@railway-app
Copy link
Copy Markdown

@railway-app railway-app bot commented Mar 30, 2026

Problem

Nija has not executed any trades in 24+ hours because Phase 3 (market scan) finds zero candidates that pass the current entry filters. The ADX minimum of 10, volume threshold of 10%, required signal score of 4/6, and pullback window of 0.5% are collectively too tight for current Kraken market conditions.

Solution

Loosened four entry filter thresholds in bot/apex_config.py: ADX minimum 10 → 8 (updated consistently across MARKET_FILTER, MARKET_FILTERING, and SMART_FILTERS chop detection per the file's own docstring convention), volume threshold 10% → 5%, minimum signal score 4 → 3 (in both ENTRY_CONFIG and ENTRY_TRIGGERS for long and short), and pullback threshold 0.5% → 1.0%. The core risk management, stop-loss logic, and take-profit tiers are untouched.

Changes

  • Modified bot/apex_config.py

Generated by Railway

@railway-app
Copy link
Copy Markdown
Author

railway-app bot commented Mar 30, 2026

🚅 Deployed to the Nija-pr-1084 environment in patient-compassion

Service Status Web Updated (UTC)
Nija ✅ Success (View Logs) Mar 31, 2026 at 12:00 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants