Nesto Pro Strategy Configs
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.
📄 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
📖 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. SeeDISCLAIMER.mdandSTRATEGY_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.