Skip to content

Loosen entry score and pullback threshold to enable trading#1085

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

Loosen entry score and pullback threshold to enable trading#1085
railway-app[bot] wants to merge 1 commit intomainfrom
railway/code-change-qp_9wa

Conversation

@railway-app
Copy link
Copy Markdown

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

Problem

Nija has not executed any trades in 24+ hours because Phase 3 (market scan) finds zero candidates meeting the entry criteria. The required signal score of 4/5 conditions combined with a tight 0.5% pullback zone is filtering out all viable setups in current market conditions.

Solution

Lowered ENTRY_CONFIG['min_signal_score'] from 4 to 3, and set required_conditions to 3 for both long and short triggers in ENTRY_TRIGGERS. Also widened pullback_threshold from 0.005 (0.5%) to 0.010 (1.0%) to expand the valid entry zone around EMA21/VWAP. ADX threshold (10), volume threshold (10%), all stop-loss, and all take-profit settings are unchanged.

Changes

  • Modified bot/apex_config.py

Generated by Railway

@railway-app
Copy link
Copy Markdown
Author

railway-app bot commented Mar 31, 2026

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

Service Status Web Updated (UTC)
Nija ✅ Success (View Logs) Mar 31, 2026 at 12:03 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