Skip to content

Instantly share code, notes, and snippets.

@ramene
Last active July 19, 2023 03:44
Show Gist options
  • Save ramene/8a6a4d0c1c1f6dac7dbfee27c1cdeb8b to your computer and use it in GitHub Desktop.
Save ramene/8a6a4d0c1c1f6dac7dbfee27c1cdeb8b to your computer and use it in GitHub Desktop.
zenbot simulations
./zenbot.sh sim gdax.BTC-EUR --avg_slippage_pct=0.045 --avgpoints=2064 --avgpoints2=718 --buy_stop_pct=42 --lastpoints=122 --lastpoints2=74 --markdown_buy_pct=4.729487024913039 --markup_pct=undefined --markup_sell_pct=-0.7752129835541433 --max_sell_loss_pct=25 --max_slippage_pct=5 --min_periods=166 --order_type=taker --period=178m --periodLength=178m --profit_stop_enable_pct=0 --profit_stop_pct=16 --rsi_periods=14 --sell_stop_pct=43 --strategy=trendline --days=14
docker-compose exec server zenbot sim gdax.LTC-USD --days=60 --filename none --strategy=trend_ema --periodLength=33m --min_periods=108 --markup_pct=undefined --order_type=taker --sell_stop_pct=23 --buy_stop_pct=0 --profit_stop_enable_pct=4 --profit_stop_pct=8 --lastpoints=313 --avgpoints=610 --lastpoints2=292 --avgpoints2=470 --markdown_buy_pct=0.572148671655925 --markup_sell_pct=1.8578730802765167
# Neural training...
docker-compose exec server ./scripts/genetic_backtester/darwin.js --selector="gdax.BTC-USD" --days=1 --currency_capital=1000 --use_strategies=all
# XRP-BTC
docker-compose exec server zenbot trade --paper --asset_capital=1754.690414 --currency_capital=0.14566970 binance.XRP-BTC
docker-compose exec server zenbot trade --paper --asset_capital=12.33072398 --currency_capital=3147.70000000 gdax.LTC-USD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment