WladBlank

Results 105 comments of WladBlank

I didn't get to finish this yet, I had to wipe my system for a client.

Thank me later.. instance.js ```var c = module.exports = {} c.symbols = [] const InstanceUtil = require('./src/utils/instance_util'); c.init = async () => { c.symbols.push(...(await InstanceUtil.binanceInitSpotUsd(pair => { pair.periods = ['1m',...

Are you using npm run or docker-compose?

the problem only appears with docker, I started the bot using screen and "npm run start"

Key in plural?The bot doesn't support multiple keys Am 07.05.2021 11:01 schrieb Shimoli ***@***.***>: I have spend endless hours trying to find where to put bitmex api keys and secrets...

feel free to edit the strategies. You are not forced to use them as they are. Also this project is open source, please do the effort to read the code...

I had a similar idea too, but not sure how to create a pullrequest here... Also not yet 100% sure where it picks up the watchdogs, as they are checked...

I didn't even start yet, Try to create one, I am sure half the code can be used from the stoploss feature

I have no need for a take profit automation yet. So I never wrote one

Interesting find. I never noticed that. It may be due to the signal itself, looking at the prices it did make a profit there.