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: 926
» Forum posts: 6,383

Full Statistics

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

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,539
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,767,729
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,260
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 345,963
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,407
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,113
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 31,835
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 70,988
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,730
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,726

 
Exclamation Need help I don't know if my bot is working UI
Posted by: leoaimeiii - 02-07-2018, 07:32 PM - Forum: Technical Support - Replies (4)

I use the UI with (default) StochSRI, my bittrex api keys are entered in correctly, all is well. But im not getting any trades in. I moved my money out of BTC till i further investigate.

https://www.photobox.co.uk/my/photo/full...0564387500
My Log File


  Very Wrong date
Posted by: Daniel Moura - 02-07-2018, 01:07 PM - Forum: Technical Discussion - Replies (3)

Hello, 

Anybody can help me, then and interval date very strange, the bottrade bought 2018-02-05 14:05 and Selling 2018-02-07 08:19, but UI show me this:

[Image: errordate.png]


The server DATE is OK, i´m using a VPS Server, CentOS. I´m using UTC in server !


  Is BTC markets supported?
Posted by: Storm-E - 02-07-2018, 11:51 AM - Forum: Other exchanges - Replies (2)

Before you say read the site. Smile

It's in the list of supported exchanges but there was a bit of a cryptic comment about some errors with it.
and I'm not sure if it was fixed.

I'm in Australia and have a preference for BTC but don't want to point Gekko and find out too late that doesn't work. Sad

Thanks for the advice!
John


  Access PerformanceAnalyzer Statistics in Plugins
Posted by: rkingy - 02-07-2018, 07:13 AM - Forum: Technical Discussion - Replies (4)

I've changed my setup recently from using the UI to running Command Line Gekko as a proper service on my linux box.. which has added benefits of starting and stopping many different strategies, but on the downside I've found the reporting really average.

I've been scrolling through a log file looking for the Buy and Sell to figure out whats going on.
Surely there is a better way? Maybe I've missed something??

Anyway I've enabled the Pushover app plugin which seems to be good but very limited info...

My question is can I access the PerformanceAnalyser plugin and statistics functions from within the Pushover plugin?

Ideally every time I go long I want just a message saying that I've gone long at price X.
And every time I go short it should tell me the sell price, my current trade profit/loss and the total portfolio profit/loss since starting the strategy. 

Keen to get some thoughts on the best approach here before I start coding.. as it seems difficult to easily test this without actually starting the bot and hoping for the best.

Ideas?


  Interact with the UI
Posted by: tommiehansen - 02-06-2018, 06:25 PM - Forum: Technical Discussion - Replies (6)

Any way to post things to ui; any way to hook into it and perform stuff?

I'm thinking like this (this will not work, but example...):

var strat = {

 end: function()
 {
   alert('Finished in in X time');
 }

}

This could further be expanded and do more useful things such as this:

var strat = {

  say: function( text )
  {
    if ('speechSynthesis' in window)
    {
      let utterance = new SpeechSynthesisUtterance(text);
      utterance.lang = 'en-US';
      speechSynthesis.speak(utterance);
    }
  },

  end: function()
  {
    this.say('Finished in X time');
  }


} // strat{}


Codepen demo:
https://codepen.io/tommiehansen/pen/NyRgBP

Input something into input and press return.
If your browser has support for speechSynthisis it will say what you wrote.


  Gekko with malware spotted in the wild
Posted by: askmike - 02-06-2018, 06:06 AM - Forum: Announcements - Replies (216)

Gekko is a free and open source tool, it doesn't cost any money to download and you don't need to register anywhere.

The only official way of downloading it is via the official Github repo here:

https://github.com/askmike/gekko

Find all information about different official versions and releases here:

https://gekko.wizb.it/docs/installation/...ding-Gekko

If you download Gekko from any other source you might get infected with malware. Today I discovered a youtube video with a download link to a malware loaded version of Gekko, you can find the details here (but be sure to NOT download from any of the links found there).

Be smart and safe everyone! Even if you download from the official repo it is still advised to not run any software on systems that also contain other private information (like crypto wallets) or not to connect it to your exchange account unless you fully understand what you are doing. Gekko is great at simulating trades with fake money, and it runs great in a VM as well.


  Increase performance?
Posted by: tommiehansen - 02-05-2018, 06:09 PM - Forum: Technical Discussion - Replies (6)

Any idea where to start to debug performance when backtesting?


e.g. i see that moment.js is used and also seems to be used on every candle which would seem to possibly be one of the culprints?

Article, Moment.js vs Native Performance:
https://medium.com/@jerrylowm/moment-js-...85d6518014


  NaN on PerformanceAnalyzer log
Posted by: Lucas - 02-05-2018, 04:19 PM - Forum: Technical Support - Replies (6)

Hi, after some weeks of paper trading, today I started to use gekko for real trading with trader plugin on bitstamp exchange.
I noticed a problem on log produced by performanceAnalyzer plugin:
P&L and profit columns reports NaN value.

Code:
(PROFIT REPORT) original simulated balance:      1000.00000000 USD
(PROFIT REPORT) current simulated balance:       1033.44000000 USD
(PROFIT REPORT) simulated profit:                33.44000000 USD (3.34400000%)
(ROUNDTRIP) entry date (UTC)    exit date (UTC)         exposed duration        P&L     profit
(ROUNDTRIP) 2018-02-05 00:28    2018-02-05 01:04        36 minutes              NaN     NaN

It's my problem or common problem?
How can I solve?

Thanks in advance.

PS: - with paperTrader I can see correct numerical values
- I'm running the stable branch (1cde4c4) on raspberry


  Problems with coinfalcon
Posted by: compilur - 02-05-2018, 04:00 PM - Forum: Other exchanges - Replies (9)

Hi folks,
I did some mess there. I opened a ticket for an issue on github for coinfalcon live-trading, but then after an update of gekko I recognized I even can't import data from coinfalcon. My bad, I also deleted my old log-files. So I can't reproduce this and can't you show any logs.


Here's the old issue
https://github.com/askmike/gekko/issues/1867

BUT: I can show you how to reproduce this bug (coinfalcon data-importing bug):
https://github.com/askmike/gekko/issues/1867


Exclamation An official Gekko service is coming soon: gekkoplus.com
Posted by: askmike - 02-05-2018, 02:47 PM - Forum: Announcements - Replies (113)

Even with the web UI Gekko is still a pretty technical tool: Installing it requires installing development environments (like nodejs and npm) over the commandline. Even if you're able to do this you still need to run Gekko 24/7 if you actively want to run it over the live crypto markets, raising the barrier even more. Finally I want to do something with the strategies, whenever people ask for "successful" strategies the answer is always "nobody will share them because why would they?".

In order to make Gekko more accessable for everyone (also non technical users) I am going to make an online web service where users can sign up and manage their own Gekkos. No installation or complicated configuration (no more config files)! No more need to keep your computer running at night to run Gekko.

[Image: 38608697-41c9306a-3da6-11e8-94c2-c3c5b9d6b4a1.png]

This will be a paid service, with the money earned I can justify working on Gekko a lot more (It's getting a bit out of hand with constantly growing community). Note that this will in no (negative) way impact the free and open source version of Gekko. Gekko will always stay free to download and use as a standalone tool.

I am still ironing out the details and will post more here as soon as I know it!

To be sure to stay up to date regarding subscribe on the Gekkoplus Website here.

EDIT:

Quote:I just released the public alpha here!

It's quite static still but over the next few days I have some massive updates planned!

Link: https://app.gekkoplus.com/
News article: https://app.gekkoplus.com/news/gekko-plu...ompetition
Youtube explanation: https://youtu.be/AFyU16l6Q6c