Skip to content

v0.3.1 - Jesse integration

Choose a tag to compare

@augiemazza augiemazza released this 08 Mar 22:56
· 32 commits to main since this release

Jesse trading bot integration

varrd.jesse generates ready-to-run Jesse Strategy files from VARRD-validated hypotheses -- same pattern as varrd.freqtrade.

New

  • generate_strategy() -- Jesse Strategy class + routes.py with ATR SL/TP, risk-based sizing, time exits
  • validate_strategy() -- parse existing Jesse strategies and validate through VARRD
  • Translator -- markets (BTC_daily -> BTC-USDT), timeframes (daily -> 1D), indicators, entry logic

Usage

from varrd.jesse import generate_strategy
strategy_code, routes_code = generate_strategy(hypothesis, setup_code=code)
pip install --upgrade varrd