Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

sim and trade differ #296

Closed
chriscrutt opened this issue Jun 16, 2017 · 2 comments
Closed

sim and trade differ #296

chriscrutt opened this issue Jun 16, 2017 · 2 comments
Labels

Comments

@chriscrutt
Copy link

I ran sim using:

docker run --rm --link zenbot_mongodb_1:mongodb -it zenbot_server ./zenbot.sh sim --enable_profit_stop_pct=10 --profit_stop_pct=4 --trend_ema=36 --sell_rate=-0.006 poloniex.ETH-BTC

I ran trade using:

docker run --rm --link zenbot_mongodb_1:mongodb -it zenbot_server ./zenbot.sh trade --enable_profit_stop_pct=10 --profit_stop_pct=4 --trend_ema=36 --sell_rate=-0.006 poloniex.ETH-BTC

The only difference is i replaced sim with trade.

what ends up happening is it does what i specify for sim, but in trade it uses the defaults

@chriscrutt
Copy link
Author

it seems to be fixed after i rebuild it and etc

@arpheno
Copy link

arpheno commented Jun 16, 2017

Most likely due to slippage. The real slippage is often much higher than what the sims assume

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants