Nija

NIJA PLATFORM_ONLY Mode Guide

A+ Setups Only - Focus on BTC, ETH, SOL

Version: 1.0
Last Updated: January 30, 2026
Author: NIJA Trading Systems


Overview

PLATFORM_ONLY mode is designed for traders who want to:

This mode is perfect for traders who want maximum control and focus on the most reliable cryptocurrency markets.


Quick Start

1. Copy Configuration File

# Copy the PLATFORM_ONLY preset to your .env file
cp .env.platform_only .env

2. Add Your API Credentials

Edit .env and add your exchange API credentials:

For Coinbase:

COINBASE_API_KEY=organizations/your-org-id/apiKeys/your-api-key-id
COINBASE_API_SECRET="-----BEGIN EC PRIVATE KEY-----
YOUR_PRIVATE_KEY_HERE
-----END EC PRIVATE KEY-----"

For Kraken:

KRAKEN_PLATFORM_API_KEY=your-api-key
KRAKEN_PLATFORM_API_SECRET=your-api-secret

3. Enable Live Trading

⚠️ IMPORTANT: Only enable after you understand the risks!

# In your .env file:
LIVE_CAPITAL_VERIFIED=true

4. Start Trading

./start.sh

Configuration Details

Trading Mode

COPY_TRADING_MODE=INDEPENDENT  # No copy trading
PRO_MODE=true                   # Position rotation enabled

Position Management

MAX_CONCURRENT_POSITIONS=2  # Maximum 2 positions at once
MIN_CASH_TO_BUY=5.00        # Minimum $5 per trade
LEVERAGE_ENABLED=false      # No leverage

Symbol Whitelist

ENABLE_SYMBOL_WHITELIST=true

Only these symbols will be traded:

  1. BTC-USD (Bitcoin)
    • Highest liquidity
    • Most reliable price action
    • King of crypto
  2. ETH-USD (Ethereum)
    • Smart contract platform leader
    • Strong market structure
    • Second largest by market cap
  3. SOL-USD (Solana)
    • High-performance blockchain
    • Growing ecosystem
    • Good volatility for trading

All other altcoins are blocked - this prevents trading low-liquidity pairs that can hurt profitability.

Risk Management

MIN_TRADE_PERCENT=0.03   # 3% minimum risk per trade
MAX_TRADE_PERCENT=0.05   # 5% maximum risk per trade
DEFAULT_TRADE_PERCENT=0.04  # 4% default (midpoint)

Risk Per Trade: 3-5%

For a $74 account:

For a $100 account:

For a $250 account:

Account-Level Limits

MAX_DAILY_LOSS_PERCENT=0.10   # 10% max daily loss
MAX_TOTAL_EXPOSURE=0.35       # 35% max total exposure

A+ Setup Criteria

This configuration only trades A+ setups - the highest quality trading opportunities.

Minimum Entry Score: 8/10

Each potential trade is scored from 0-10. Only trades scoring 8 or higher are executed.

Technical Requirements

1. Strong Trend

2. Volume Confirmation

3. Volatility Check

4. RSI Alignment (Dual RSI Strategy)

5. Clean Chart Structure

Exit Strategy

Profit Targets

  1. Quick profit: 2% (take partial profits)
  2. Standard target: 5% (main exit)
  3. Extended target: 10% (let winners run)

Stop Losses

  1. Initial stop: 2.5% (protect capital)
  2. Trailing stop: 1.5% (lock in profits)

Time-Based Exits


Growth Path

Your capital growth milestones:

Starting Point: $74

This is the absolute minimum to start trading profitably with the $5 minimum trade size.

Milestone 1: $100 (+35%)

Profit Needed: $26
Strategy:

Milestone 2: $150 (+50%)

Profit Needed: $50 (from $100)
Strategy:

Milestone 3: $250 (+67%)

Profit Needed: $100 (from $150)
Strategy:

Milestone 4: $500 (+100%)

Profit Needed: $250 (from $250)
Strategy:

Time Estimates

Conservative (50% win rate, 2:1 R:R):

Total: 5-7 months to reach $500

Aggressive (60% win rate, 2:1 R:R):

Total: 2.5-4 months to reach $500


Why Only BTC, ETH, SOL?

Liquidity

Reliability

Price Action

Volume

Low Risk of Scams

Avoiding low-cap altcoins prevents:


What Is an “A+ Setup”?

An A+ setup is a trade that meets all of these criteria:

  1. Strong trend (ADX > 25)
  2. High volume (≥ 100% average)
  3. Clean chart (no chop/range)
  4. RSI alignment (both RSI_9 and RSI_14 oversold)
  5. Good volatility (ATR 1.5%-10%)
  6. Entry score ≥ 8/10

Example A+ Setup: BTC-USD

✅ ADX: 32 (strong uptrend)
✅ Volume: 120% of average
✅ Clean chart: Clear higher lows
✅ RSI_9: 28 (oversold)
✅ RSI_14: 33 (oversold)
✅ ATR: 2.3% (good movement)
✅ Entry Score: 9/10

→ ENTRY TRIGGERED

Example Non-A+ Setup: ETH-USD

❌ ADX: 18 (weak trend)
❌ Volume: 65% of average (low)
❌ Chart: Choppy/ranging
✅ RSI_9: 29 (oversold)
✅ RSI_14: 34 (oversold)
✅ ATR: 1.8% (acceptable)
❌ Entry Score: 5/10

→ ENTRY SKIPPED (not A+ quality)

Risk Management Best Practices

Never Risk More Than You Can Afford to Lose

Follow the Limits

Take Breaks After Losses

Celebrate Wins Properly


Common Questions

Q: Why only 2 positions?

A: With a small account, focus beats diversification. Two high-quality A+ setups will outperform five mediocre trades. Plus, it’s easier to manage and monitor.

Q: Why not trade more altcoins?

A: Most altcoins have:

BTC, ETH, and SOL have none of these issues.

Q: Can I use leverage?

A: NO. This configuration explicitly disables leverage. For small accounts, leverage is extremely dangerous and can wipe out your capital quickly.

Q: How does independent trading differ from other modes?

A: PLATFORM_ONLY mode means your account evaluates markets independently using the NIJA algorithm. Each account makes its own trading decisions based on risk-gated execution. Results may differ per account due to timing, balance, and market conditions.

Q: Why 3-5% risk per trade?

A: For small accounts ($74-$500), this provides:

Lower risk (1-2%) is too slow for small accounts. Higher risk (10%+) is too dangerous.

Q: How long to reach each milestone?

A: It depends on:

Realistic timeline: 5-7 months from $74 to $500 with consistent trading.

Q: What if I don’t have $74?

A: Unfortunately, $74 is the practical minimum for profitable trading with:

Below $74, fees eat too much profit. Consider saving more first.


Monitoring Your Progress

Daily Checklist

Weekly Review

Monthly Review


Safety Tips

🔐 Security

⚠️ Risk Warnings

🛡️ Protection


Troubleshooting

“No trades executing”

Check:

  1. Is LIVE_CAPITAL_VERIFIED=true?
  2. Is ENABLE_SYMBOL_WHITELIST=true?
  3. Are you monitoring BTC, ETH, or SOL?
  4. Is MIN_ENTRY_SCORE set correctly (8)?
  5. Check logs for entry score reasons

“Trades too small”

Check:

  1. Account balance ≥ $74?
  2. MIN_CASH_TO_BUY = 5.00?
  3. MIN_TRADE_PERCENT = 0.03?

Increase account balance if needed.

“Position cap reached”

This is normal! MAX_CONCURRENT_POSITIONS=2 means only 2 positions at once. Wait for a position to close before entering new trades.

“Symbol not whitelisted”

This is correct! Only BTC-USD, ETH-USD, SOL-USD are allowed. All other symbols are intentionally blocked.


Advanced Tips

Optimize for Your Schedule

Scale Up Gradually

Don’t jump from $74 to huge positions. Follow the growth path:

  1. Master $74-$100 first
  2. Then $100-$150
  3. Then $150-$250
  4. Finally $250-$500

Each milestone teaches new lessons.

Learn From Every Trade

Stay Disciplined


Support and Resources

Documentation

Configuration Files

Community


Conclusion

PLATFORM_ONLY mode is designed for traders who want:

Follow the rules, stay disciplined, and you’ll reach your milestones.

Remember:

Happy trading! 🚀


Version: 1.0
Last Updated: January 30, 2026
Author: NIJA Trading Systems