Tradebot with PostgreSQL - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Tradebot with PostgreSQL (/thread-85.html) |
Tradebot with PostgreSQL - Plat - 01-28-2018 Hey SQLite was not working for me, the bot crashes everytime I try to use it with tradebot...works great with everything else ...getting child errors etc...So I want to try postgresql but I’m not familiar with it...I downloaded the newest postgresql and have the server running...edited the uiconfig and base config but still not luck...this is on windows 10 running gekko in UI mode..any ideas? From what I’ve read SQLite is too weak to handle tradebot so therefore I wanna try postgresql Code: c:\Users\Plat\Downloads\gekko-stable\gekko-stable>node gekko --ui RE: Tradebot with PostgreSQL - susitronix - 01-28-2018 hi Plat Try stop Gekko -ctrl.+C -cd gekko try this: npm install sqlite3 //now it should install... RE: Tradebot with PostgreSQL - Plat - 01-28-2018 (01-28-2018, 03:09 PM)susitronix Wrote: hi Plat SQLITE works thats not the issue...it just doesn't work with Tradebot when I go live. ... seems like it cannot handle it...which is why i want to try Postgresql... RE: Tradebot with PostgreSQL - blizzfire101 - 05-07-2018 (01-28-2018, 09:52 PM)Plat Wrote:(01-28-2018, 03:09 PM)susitronix Wrote: hi Plat Hi! I have the same issue and was able to setup the use of Postgres but the created database does not contain any table. Have you experienced the same issue? Anyways, were you able to properly use Postgres with gekko? If so, could you share details on your setup? Cheers, blizzfire101 RE: Tradebot with PostgreSQL - whoodat - 06-01-2018 (05-07-2018, 12:42 PM)blizzfire101 Wrote:(01-28-2018, 09:52 PM)Plat Wrote:(01-28-2018, 03:09 PM)susitronix Wrote: hi Plat Does anyone have this working on postgresql? RE: Tradebot with PostgreSQL - Ballsy - 06-02-2018 To get around that error (windows 7) I had to open up the task manager (cntl-alt-del) and close all currently running sqlite tasks/services then restart Gekko. If you then run a live bot and also try to import data for backtesting etc it might hang up again. Sorry this doesn't help with Postgresql but should hopefully fix the sqlite bug |