This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bot not trading #109
Comments
Remove your Key/Secret/Passphrase from the config file and see if the Adviser mode bot runs/makes fake trades.
I would also check and confirm the API key you made in GDAX is for View and Trade.
…On Wed, Jan 25, 2017 at 11:08 AM, Albert Olivé ***@***.***> wrote:
Hi,
It has been a week since I started to collect data needed for the bot
starting to trade but nothing happened. Maybe I'm missing something so
let's see if someone can help me.
I'm running the bot in heroku and saving to a mongodb of them.
I'm running this script to start the bot:
./zenbot launch map --backfill reduce run server --config
config_btc_eur.js --rs btc_eur
*config_btc_eur.js*
var c = module.exports = require('./config')
c.assets = [
"BTC"
]
c.currencies = [
"EUR",
"BTC"
]
// default selector for indicators, etc
c.default_selector = "gdax.BTC-EUR"
*config.js*
var c = module.exports = require('./config_defaults')()
// mongo stuff
c.mongo_url = "heroku mongodb" // change if your mongo server isn't local
c.mongo_username = null // normally not needed
c.mongo_password = null
c.gdax_key = 'key' // TO ENABLE BOT TRADING: set this to GDAX api key,
c.gdax_secret = 'secret' // set this to GDAX api secret,
c.gdax_passphrase = 'pass' // set this to GDAX api passphrase.
c.trade_log = true // log new trades as they come in.
// watch these exchanges
c.watch_exchanges = [
//"bitfinex",
"gdax",
//"kraken",
//"poloniex"
]
// selector for indicators, trading, etc
c.default_selector = "gdax.BTC-EUR"
// add selectors in the format "{exchange-slug}.{asset}-{currency}" to graph them
c.graph_selectors = [
c.default_selector,
"gdax.ETH-BTC",
"gdax.ETH-EUR"
]
// trade logic
c.logic = require('./eur_logic')
*eur_logic*
Big file, I got it from another post
<#25>
The logs are saying that n/a ROI:n/a:
[image: screen shot 2017-01-25 at 20 03 56]
<https://cloud.githubusercontent.com/assets/1182864/22304855/88ccab04-e339-11e6-9eac-9ee53b46aced.png>
If you see, I have placed 18€ just to try if it's working. Before that, I
had all this money in BTC.
And, finally, my db data:
[image: screen shot 2017-01-25 at 20 07 30]
<https://cloud.githubusercontent.com/assets/1182864/22304960/0153654a-e33a-11e6-98e1-936cf72dc659.png>
Anyone can help me please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#109>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJqpeXZmFw2jJrX-An3qC-eUbaU8vKFbks5rV52xgaJpZM4Lt38m>
.
|
I have switched to default_logic and now I have ROI at 1.000. Let's see if finally it trades. |
Cleaning up old 3.x issues |
This was referenced Jul 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It has been a week since I started to collect data needed for the bot starting to trade but nothing happened. Maybe I'm missing something so let's see if someone can help me.
I'm running the bot in heroku and saving to a mongodb of them.
I'm running this script to start the bot:
./zenbot launch map --backfill reduce run server --config config_btc_eur.js --rs btc_eur
config_btc_eur.js
config.js
eur_logic
Big file, I got it from another post
The logs are saying that n/a ROI:n/a:
If you see, I have placed 18€ just to try if it's working. Before that, I had all this money in BTC.
And, finally, my db data:
Anyone can help me please?
The text was updated successfully, but these errors were encountered: