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

sim for alternate currencies #33

Closed
BarnumD opened this issue Aug 21, 2016 · 1 comment
Closed

sim for alternate currencies #33

BarnumD opened this issue Aug 21, 2016 · 1 comment

Comments

@BarnumD
Copy link
Contributor

BarnumD commented Aug 21, 2016

I am attempting to run sim for alternative assets (ETH instead of BTC). My settings are as follows:

c.assets = [
//"BTC",
"ETH",
//"LTC",
]
c.currencies = [
//"CNY",
//"EUR",
"USD",
//"USDT",
//"BTC"
]
// will require(plugins/{name}/_codemap or {name}/_codemap)
// to watch an exchange, uncomment it from the list below.
c.enabled_plugins = [
"bitfinex",
"gdax",
//"kraken",
//"poloniex",
"server"
]

I've also changed:

c.graph_selectors = [
//"gdax.BTC-USD",
"gdax.ETH-USD",

c.price_reporter_selector = "gdax.ETH-USD"

However, when I run zenbot sim I don't get any trading results. Instead the output says the asset is BTC and the selector is data.trades.gdax.BTC-USD. Is zenbot not set up for backtesting in alternate assets?

@BarnumD
Copy link
Contributor Author

BarnumD commented Aug 21, 2016

I found I needed to change rsi.asset in default_logic.js.

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

No branches or pull requests

1 participant