Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticker no found for + bitmex_testnetETHUSD #27

Closed
ghost opened this issue Apr 13, 2019 · 1 comment
Closed

Ticker no found for + bitmex_testnetETHUSD #27

ghost opened this issue Apr 13, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 13, 2019

Hi there,

first of all, thank you very much for publishing your development! Very much appreciate it!

However, I just gave it a first try on the bitmex testate. However with the following instance.js I get the following error message very time the system creates a new candle/tick?:
"Ticker no found for + bitmex_testnetETHUSD"

Does anybody have an idea what the issue is here?
I have guessed that setting the state to trade would be the correct way to get it start trading.

My instance.js looks like this:

`// bitmex testnet
let l = [
'ETHUSD'
]

l.forEach((pair) => {
c.symbols.push({
'symbol': pair,
'periods': ['1m'],
'exchange': 'bitmex_testnet',
'state': 'trade',
'extra': {
'bitmex_leverage': 3,
},
'trade': {
'capital': 50,
},
'strategies': [
{
'strategy': 'cci',
'options': {
'period': '1m'
}
},
]
})
})`

@ghost
Copy link
Author

ghost commented Apr 13, 2019

Solution: State has to be 'watch' during startup than the error is gone.

@ghost ghost closed this as completed Apr 13, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants