Gekko Forum
Advice and Trade logs - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html)
+--- Thread: Advice and Trade logs (/thread-56587.html)



Advice and Trade logs - Kris191 - 03-20-2018

Hi All,

where are all the trades made by the bots logged i'm running 2 bots in CLI and get advice via email but it doesn't log the trade anywhere, Advicelogger is active also.

Please help i'm looking to track these trades from Gekko rather than pulling directly form the exchanges.

Thanks


RE: Advice and Trade logs - askmike - 03-21-2018

If you are running the CLI version everything gets logged in stdout, you can pipe the output into a file or use something like PM2 to store these logs. Do you want the trades in raw log files or a more workable data format?


RE: Advice and Trade logs - Kris191 - 03-21-2018

Raw logs will work i can exact the info from it, i'm sorry but what is stdout? my coding knowledge is limited, i'm surprised i got Gekko working to be honest.


RE: Advice and Trade logs - askmike - 03-21-2018

(03-21-2018, 05:15 AM)Kris191 Wrote: Raw logs will work i can exact the info from it, i'm sorry but what is stdout? my coding knowledge is limited, i'm surprised i got Gekko working to be honest.

Ah stdout simply means in the terminal/console window. If you start the gekko process it will simply log everything there.


RE: Advice and Trade logs - Kris191 - 03-21-2018

I see, i do scroll back in the terminal and have emails in bound but it only goes back so far, if i run the UI is logs all info in the log folder is there a away to do this whilst running in CLI? Otherwise does anyone know of a program that can pull trade data from a exchange API into a csv type of file without having to pay for a subscription?


RE: Advice and Trade logs - Kris191 - 03-24-2018

bump on this one any got some ideas that i can use


RE: Advice and Trade logs - Gryphon - 03-26-2018

I was looking for exactly the same thing and didn't find one, so I wrote a google forms plugin. It's pretty untested and setup is a little involved, but you're welcome to give it a shot: https://github.com/RJPGriffin/google-forms-gekko-plugin

Each trade, it updates a google sheet. One form will work for all trade bots as it creates a new sheet for every different pair/exchange combination.


RE: Advice and Trade logs - Kris191 - 03-26-2018

Gryphon, awesome thank you i will give it a look.