| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 267 online users. » 0 Member(s) | 267 Guest(s)
|
| Latest Threads |
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,875
|
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,769,860
|
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,494
|
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 346,528
|
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,865
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,148
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 31,846
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 70,997
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,757
|
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,771
|
|
|
| Changing DB |
|
Posted by: cthulhu - 07-18-2018, 05:35 PM - Forum: General Discussion
- No Replies
|
 |
Hello,
i just tried for hours to change the database,
but i am not getting it...
in the
web/vue/dist/UIconfig.js
i change the adapter to postgresql
after starting the gekko i can browser the ui and import etc. without getting an error.
till now i did not enter any username and pw for the db!?
why the ui does not use the configured adapter?
tried the same with mongo. everytime i entered not user and pw and the database was not running.
getting no error!?
how can I change the database for everything?
|
|
|
|
Debug backtest |
|
Posted by: codinghamster - 07-18-2018, 05:11 PM - Forum: Technical Support
- Replies (2)
|
 |
Hi, I'm not seeing any debug info in the console when I run a backtest. I tried adding log.debug('hello world'); right below the log import at the top of my custom file to test logging, but can't get it working.
Thanks
|
|
|
|
Telegram notifications workaround (Binance only) |
|
Posted by: bishop - 07-18-2018, 04:15 PM - Forum: Custom Systems
- Replies (2)
|
 |
Currently Gekko supports Telegram notifications via CLI only.
I'm running tradebot (Web UI) during a week now, and wanted to be notified about live trades.
The solutions (Binance only) is the following: https://github.com/andresilvasantos/bitprophet
As soon as you have BitProphet installed, open node_modules/bitprophet/bitprophet.js and find the following string:
Code: chatBot.sendMessage(emojiStr + " " + oType + type + " - " + vars.pairs[symbol].chatName() + "\t" + side + " "+
quantityFixed + "@" + exchUtils.fixPrice(symbol, price) + fill)
Replace it with:
Code: if((vars.pairs[symbol].chatName()=="#SNT/ETH")&&(type=="Traded")){
chatBot.sendMessage(emojiStr + " " + oType + type + " - " + vars.pairs[symbol].chatName() + "\t" + side + " "+
quantityFixed + "@" + exchUtils.fixPrice(symbol, price) + fill)}
}
Where "#SNT/ETH" is pair your are trading and want to be notified about.
After that run BitProphet as a service, similar to: https://github.com/askmike/gekko/wiki/Ge...th-Systemd
Hope it would be helpful not only for me
|
|
|
|
| Exchange import not supported? |
|
Posted by: mark.sch - 07-16-2018, 01:11 PM - Forum: Other exchanges
- Replies (4)
|
 |
Today I added HuobiPro and OKEX support to Gekko, watching the market goes fine but during history --import implementation it seems, the API is not exposing trade history. Or at least not more than the last 2000 trades. Am I missing something?
https://gekko.wizb.it/docs/introduction/...anges.html
On the supported exchange list there a several exchanges listed without an --import possibility. Did anyone implemented an universal importer taking history data from coinmarketcap for examble? Or how do you bridge the history gap for backtesting an exchange without import?
|
|
|
|
|