Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 39,322
» Latest member: DishisdesignJewellery
» Forum threads: 929
» Forum posts: 6,493

Full Statistics

Online Users
There are currently 438 online users.
» 0 Member(s) | 438 Guest(s)

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 245,454
Gekko 0.6 released
Forum: Announcements
Last Post: Mediks
07-14-2025, 07:09 AM
» Replies: 123
» Views: 330,782
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 321,424
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 272,772
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,454,792
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 133,316
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 22,786
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 56,882
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 71,506
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 510,059

 
  noob question regarding config file
Posted by: elvolvis - 05-01-2019, 03:03 PM - Forum: Technical Support - Replies (1)

Hi guys,

Can anyone clear this up for me..

If im using the web ui, do I still have to configure the config.js file?

I,e. Do I have to put my API keys and tell it which exchange/pair to use etc..

Im puzzled by this because obviously you have to add API in the web ui.. also to setup gmail alerts is done within config.js..

So basically, do you only edit the config.js if you plan on just using CLI? 

Thanks


  CLI Data Question
Posted by: gkendrick - 05-01-2019, 02:42 AM - Forum: Technical Support - No Replies

I'm trying to figure out what the info/debug is saying (see screen shot). And what do I need to do to get the correct data problem. 

.png   Screen Shot 05-02-19 at 10.05 PM.PNG (Size: 70.03 KB / Downloads: 20)

In my config.js

config.tradingAdvisor = {
  enabled: true,
  method: 'BBO',
  candleSize: 240,  // 4 hours
  historySize: 20,
}


  When would Gekko Plus subscription be available
Posted by: lukav - 04-26-2019, 12:21 PM - Forum: General Discussion - Replies (2)

When you try to purchase subscription for Gekku plus you only get a message that you will get invitaion soon. 
Does anyone know how long does it take?
Or if anyone had received one?


  What does gekko siglas means??
Posted by: MagicElectricnight - 04-24-2019, 07:07 AM - Forum: General Discussion - No Replies

Hi evearybody.

I've found gekko since 24hs ago and it is an amazing tool!!! 
Well, i'd like to know... what does gekko means?
I refear to the word gekko. Does it have a significance or it is just a name as 'Steve'....?
Thank you all. Have nice!


  Dropdowns don't work
Posted by: Lucifer - 04-22-2019, 01:36 AM - Forum: Technical Discussion - No Replies

I just installed gekko, and it started up in Firefox.  I tried to make it work, but when I tried configuring (and everything else), none of the dropdown menus worked.  If I let it go to the default, it went into polinex without any way to change it.  npm reports no errors or vulnerabilities.  It's running on Ubuntu 18.04 that's fully up to date and freshly installed.

Please help?


  Hummingbot
Posted by: david.jirovec - 04-17-2019, 05:11 PM - Forum: Alternative Software - Replies (2)

Anybody tried https://github.com/CoinAlpha/hummingbot ?


  Issues with importing historical data
Posted by: Mathewsa05 - 04-16-2019, 12:38 PM - Forum: Technical Support - Replies (2)

Attempting to import historical data using the UI importer.  Importing from binance works fine but not with other exchanges.  My target exchange is kraken but have tested with others available in the list is not working.  I see a 200 in putty  once I click to start the import but it seems to die immediately.  The UI claims import is complete but the data never shows as available during a scan of local data.   If I go back to the importer screen, kraken imports show in the list of currently running imports.  Clicking on of the 'currently running' imports takes me to a screen that says the import is complete.  Any help is much appreciated.


  API Keys
Posted by: ciro@voixy.com.br - 04-15-2019, 11:06 PM - Forum: Binance - Replies (2)

please, where can i config binance API key and secret ? 
I read the lots of documents and dont find this config.


  Help with understanding Alpha in Profit Report
Posted by: wilbertvdl - 04-14-2019, 04:26 PM - Forum: General Discussion - Replies (1)

Hi all,

To my understanding, the Alpha metric reflects how a strategy performs against the market but I still have some difficulties interpreting the following:

Profit report
Start balance
0.38469

Current balance
0.41706

Market
0.00087 ETH (2.74146 %)

Profit
0.03237 ETH (8.41522 %)

Alpha
-2.70908 ETH


So initially I would assume that my strategy outperforms the market quite nicely, but I still end up with a negative Alpha.

Can someone please shed some light on this?

Thanks in advance!

Cheers,
Wilbert


  I do not manage to get processTradeCompleted event working, can you please help?
Posted by: philipina - 04-14-2019, 06:31 AM - Forum: Technical Support - Replies (4)

Hello,

I now study Gekko for 2 weeks and have written my first strategy.
It is working in general but I would like to monitor processTradeCompleted event to make  sure that my strategy can react properly in case of error (e.g. trade cancelled, errored).

I have to say that I'm not a javaScript specialist, so, I probably did not code the implementation properly.

When my code runs I do not have exceptions but also I do not get the processTradeCompleted event,

Here attached I have attached my strategy. There are lots of comment in it and I hope it is easy to understand.
Could someone help me to solve my problem? This should not be a big issue. So far you could take a look at the "Plugin.prototype.processTradeCompleted" in the attached strategy.

Thanks in advance for your support and thanks again GEKKO Smile



Attached Files
.zip   myStrategy.zip (Size: 10.77 KB / Downloads: 21)