← Back to all products

Nesto Pro Strategy Configs

$79

Tuned strategy configuration presets plus a strategy guide for the Nesto Perps Bot. Adapt the risk, filters, and timeframes to your own account. Requires the Nesto Perps Bot.

📁 12 files
MarkdownYAML

📄 Product Preview

Try the interactive reader and demo tools below, or get the full product with all content unlocked.

📖 Interactive Reader (Free Preview) ⚙ Try Demo Tools 📦 Download Free Sample

📁 File Structure 12 files

nesto-pro-configs/ ├── DISCLAIMER.md ├── LICENSE ├── README.md ├── STRATEGY_GUIDE.md ├── configs/ │ └── pro_daily_short_tilt.yaml ├── free-sample.zip ├── guide/ │ ├── 01-config-structure.md │ ├── 02-strategy-parameters.md │ ├── 03-leverage-mgmt.md │ ├── 04-portfolio-allocation.md │ └── 05-backtesting.md └── index.html

📖 Documentation Preview README excerpt

Nesto Perps Bot — Pro Strategy Configs

A documented, ready-to-run strategy preset for the Nesto Perps Bot base

product: a daily-timeframe, regime-gated (ADX ≥ 25), short-tilted trend

configuration on a basket of liquid majors, with a full exit stack

(ATR stop, take-profit ladder, breakeven, trailing, time stop).

Requires the Nesto Perps Bot base product. This pack is configuration +
documentation only — it does not include the bot engine itself.
No guaranteed profit. This is a strategy configuration, not a money
machine. Perps are leveraged and can be liquidated. Backtests describe the
past, not your future. See DISCLAIMER.md and STRATEGY_GUIDE.md.

What's inside


configs/pro_daily_short_tilt.yaml   # the preset (drop into your bot's config/)
STRATEGY_GUIDE.md                   # why every parameter is set the way it is
DISCLAIMER.md                       # risk disclosure
LICENSE                             # proprietary, single-user

Install

1. Own and install the Nesto Perps Bot base product.

2. Copy the preset into your bot's config directory:


   cp configs/pro_daily_short_tilt.yaml /path/to/nesto-perps-bot/config/

3. Paper-trade it first, then backtest, then graduate toward live exactly as

described in STRATEGY_GUIDE.md §4.


perps-bot run --mode paper --config config/pro_daily_short_tilt.yaml

Who this is for

Owners of the base bot who would rather start from a worked, documented edge than

tune from scratch — and who understand that any configuration can lose money and

must be validated on their own account size and risk tolerance.

Read STRATEGY_GUIDE.md end to end before going live.

📄 Code Sample .yaml preview

configs/pro_daily_short_tilt.yaml # ───────────────────────────────────────────────────────────────────────────── # PRO PRESET: Daily short-tilt trend strategy # # For use with the Nesto Perps Bot (base product). Drop this file in your # bot's config/ directory and run: # # perps-bot run --mode live-auto --config config/pro_daily_short_tilt.yaml \ # --confirm-live-auto # # This preset deep-merges over default.yaml and overrides only the deltas that # implement a daily-timeframe, regime-gated, short-tilted trend edge. # # ── What this preset encodes ────────────────────────────────────────────────── # 1. Daily (1d) timeframe trend-following # 2. ADX>=25 regime gate (only trade when a trend is actually present) # 3. Short-only directional bias # 4. Volatility bands + an ATR-based stop and a 3-rung take-profit ladder # 5. Conservative risk sizing you are expected to tune to YOUR account # # ── Backtest context (NOT a promise of future results) ──────────────────────── # Tested on BTC/ETH/SOL plus a 14-coin basket across 2021-2026: # • The ADX>=25 regime gate is the key driver of expectancy # • Walk-forward out-of-sample held up better than in-sample (not overfit) # • The edge is short-concentrated # KNOWN RISK: short strategies lose during sustained broad bull markets # (e.g. a calendar year of grinding upside can bleed this book). Backtests # and walk-forward analysis do NOT predict live results. You can lose money. # See DISCLAIMER.md and STRATEGY_GUIDE.md before going live. # # IMPORTANT — sizing is yours to set. The risk knobs below are deliberately # conservative. Position notional must clear your exchange's minimum order # value; if your account is small you may need to raise max_risk_per_trade_pct # (which raises risk). Read STRATEGY_GUIDE.md "Sizing for your account size". # ───────────────────────────────────────────────────────────────────────────── mode: run_mode: live-auto allow_new_entries: true allow_reduce_only_exits: true exchange: use_websocket: false # Retry SDK construction with capped backoff so a restart during an # exchange-side rate-limit ban waits it out and self-heals instead of crashing. # Positions stay protected by server-side stop/TP orders throughout. startup_max_retries: 480 risk: # Conservative default. Absolute risk per trade = equity * this %. # Raise ONLY if your position notional does not clear the exchange minimum, # ... 66 more lines ...
Buy Now — $79 Back to Products