Settings & Profiles

Validation

Configuration validates successfully.

Profiles

  • Default Paper

Profiles are created when you save from the Setup Wizard.

Current Config

{
  "alerts": {
    "email_enabled": false,
    "email_to": "",
    "telegram_bot_token": "",
    "telegram_chat_id": "",
    "telegram_daily_summary": true,
    "telegram_enabled": false,
    "telegram_on_daily_limit": true,
    "telegram_on_entry": true,
    "telegram_on_exit": true,
    "telegram_on_kill_switch": true,
    "telegram_on_rule_violation": true,
    "telegram_on_sl_hit": true,
    "telegram_on_token_expiry": true
  },
  "analytics": {
    "daily_weekly_reports_enabled": false,
    "drawdown_chart_enabled": true,
    "equity_curve_enabled": true,
    "expectancy_calculator_enabled": true,
    "live_pnl_chart_enabled": true,
    "mae_mfe_analysis_enabled": false,
    "performance_by_strategy_enabled": true,
    "trade_journal_allow_notes": true,
    "trade_journal_allow_tags": true,
    "trade_journal_enhanced_enabled": false,
    "win_rate_heatmap_enabled": false
  },
  "broker": {
    "api_key": "2prseoovkgg67cl9",
    "api_secret": "zl59lsqz2ku6bf9ddlzvjzgk5h81bsk2",
    "name": "KITE",
    "redirect_url": "https://rohittrades.mooo.com/api/kite-callback",
    "token_file": "kite_access_token.txt"
  },
  "dashboard": {
    "auto_refresh_sec": 5,
    "news_block_minutes_after": 5,
    "news_block_minutes_before": 15,
    "news_filter_enabled": false,
    "regime_detection_enabled": false,
    "websocket_live_enabled": true
  },
  "execution": {
    "bracket_orders_enabled": true,
    "bracket_sl_pct": 1.0,
    "bracket_target1_exit_pct": 50,
    "bracket_target1_pct": 1.5,
    "bracket_target2_pct": 3.0,
    "cancel_replace": true,
    "fill_timeout_sec": 8,
    "ladder_bps": [
      5,
      10,
      15
    ],
    "max_slippage_bps": 40,
    "max_spread_pct": 0.8,
    "order_type": "LIMIT_LADDER",
    "partial_fill_policy": "REPRICE",
    "partial_profit_enabled": true,
    "partial_profit_targets": [
      {
        "exit_pct": 50,
        "pct": 1.0
      },
      {
        "exit_pct": 25,
        "pct": 2.0
      }
    ],
    "smart_routing_enabled": true,
    "smart_routing_spread_threshold_bps": 15,
    "trailing_sl_activate_after_pct": 0.5,
    "trailing_sl_atr_multiplier": 2.0,
    "trailing_sl_enabled": true,
    "trailing_sl_tick_offset": 10,
    "trailing_sl_type": "ATR"
  },
  "instrument": {
    "direction_mode": "AUTO",
    "exchange": "NSE",
    "expiry_mode": "NEAREST",
    "premium_band_max": 0,
    "premium_band_min": 0,
    "segment": "OPTIONS",
    "strike_distance": 0,
    "strike_mode": "ATM",
    "underlying": "NIFTY"
  },
  "prop_firm": {
    "challenge_duration_days": 30,
    "challenge_max_daily_loss_pct": 5.0,
    "challenge_max_drawdown_pct": 10.0,
    "challenge_min_trading_days": 5,
    "challenge_mode_enabled": false,
    "challenge_profit_target_pct": 10.0,
    "challenge_start_date": "",
    "consistency_max_single_day_pct": 30,
    "consistency_score_enabled": true,
    "profit_target_amount": 20000,
    "profit_target_tracker_enabled": true,
    "rule_violation_alerts_enabled": true,
    "rule_violation_warn_at_pct": 80,
    "scaling_plan_enabled": false,
    "scaling_plan_increase_pct": 25,
    "scaling_plan_months_profitable": 3
  },
  "risk": {
    "auto_position_sizing_enabled": false,
    "capital": 200000,
    "capital_floor_disable": 10000,
    "consecutive_loss_limit": 3,
    "correlation_block_same_direction": true,
    "correlation_check_enabled": false,
    "hard_sl_pct": 15,
    "loss_throttle_after_consecutive": 2,
    "loss_throttle_enabled": false,
    "loss_throttle_reduce_pct": 50,
    "lot_size": 75,
    "lots": 3,
    "margin_utilization_enabled": false,
    "margin_utilization_max_pct": 80,
    "max_daily_loss": 10000,
    "max_daily_loss_pct": 5.0,
    "max_drawdown_enabled": true,
    "max_drawdown_pct": 12.0,
    "max_lots": 10,
    "max_trades_per_day": 10,
    "risk_pct_per_trade": 1.0,
    "risk_per_trade": 5000,
    "sizing_mode": "FIXED_LOTS",
    "trailing_drawdown_enabled": true,
    "trailing_drawdown_pct": 10.0,
    "trailing_drawdown_type": "TRAILING"
  },
  "runtime": {
    "allow_live_orders": false,
    "auto_start_engine": false,
    "cooldown_sec": 5,
    "loop_sleep_sec": 5,
    "mode": "PAPER"
  },
  "strategy": {
    "adx_threshold": 18,
    "allow_reentry": true,
    "allow_reversal": true,
    "atr_max_pct": 5.0,
    "atr_min_pct": 0.05,
    "entry_confirm_1m": true,
    "entry_confirm_3m": true,
    "entry_score_threshold": 70,
    "exit_trigger_1m_or_3m": true,
    "flatten_before_close": true,
    "reentry_cooldown_sec": 30,
    "rsi_threshold": 0.7,
    "session_end": "15:20",
    "session_start": "09:15"
  },
  "system": {
    "host": "0.0.0.0",
    "port": 8000,
    "public_url": "https://rohittrades.mooo.com",
    "restart_on_crash": true,
    "run_on_boot": true
  }
}