Code Monkey home page Code Monkey logo

zenbot's Introduction

docker run --rm -v /mnt/c/w/mongodb:/data/db frkr/zenbot
docker run -it --rm -v /mnt/c/w/mongodb:/data/db --entrypoint=/bin/bash frkr/zenbot
#docker run --rm -v /mnt/c/w/mongodb:/data/db frkr/zenbot ./start.sh trade \
#-e ZENBOT_BINANCE_API_KEY= \
#-e ZENBOT_BINANCE_SECRET= \
#-e ZENBOT_MONGODB_HOST= \
#2048
#4096
#8192

docker run -d --rm --name mongodb \
-v /mnt/c/w/mongodb:/data/db frkr/zenbot \
./mongodb.sh


docker run --rm --name btc \
--link mongodb:mongodb \
-e ZENBOT_MONGODB_HOST=mongodb \
-e NODE_OPTIONS="--max-old-space-size=2048" \
-p 17365:17365 \
frkr/zenbot \
./zenbot.sh trade \
--paper binance.BTC-USDT \
--strategy ti_stoch_bollinger \
--use_fee_asset BNB \
--buy_pct 10 \
--profit_stop_enable_pct 10 \
--profit_stop_pct 4 \
--sell_stop_pct 4

docker run --rm --name btc -e ZENBOT_BINANCE_API_KEY=api -e ZENBOT_BINANCE_SECRET=secret -e NODE_OPTIONS="--max-old-space-size=2048" -p 17365:17365 frkr/zenbot ./zenbot.sh trade --paper binance.BTC-USDT --strategy ti_stoch_bollinger --use_fee_asset BNB --buy_pct 10 --profit_stop_enable_pct 10 --profit_stop_pct 4 --sell_stop_pct 4


Opcoes --

  • buy_pct 10
  • period=15m
  • period=1h
  • profit_stop_enable_pct 10
  • profit_stop_pct 10
  • overbought_rsi 15

Anotacoes

trend_ema_rate zenbot sim --days 90 --profit_stop_enable_pct=10 --profit_stop_pct=1 --sell_rate=-0.006 --trend_ema=36 --period=1h

profit_stop_pct=4

zenbot's People

Contributors

frkr avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.