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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,178
» Latest member: Charlie
» Forum threads: 1,541
» Forum posts: 7,707

Full Statistics

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

Latest Threads
Gekko development status ...
Forum: Announcements
Last Post: ailynne
Yesterday, 02:45 PM
» Replies: 794
» Views: 504,228
New Gekko UI in the works
Forum: Announcements
Last Post: pmkisanstatuscheckaadharcard
Yesterday, 10:19 AM
» Replies: 133
» Views: 150,445
Gekko with malware spotte...
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:18 PM
» Replies: 125
» Views: 86,491
An official Gekko service...
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:13 PM
» Replies: 81
» Views: 135,664
Gekko 0.6 released
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:10 PM
» Replies: 104
» Views: 209,956
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 38,163
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 79,438
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 14,826
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 33,594
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 44,689

 
Question Max. amount of exchanges/pairs?
Posted by: jasurakk - 01-17-2018, 01:27 PM - Forum: General Discussion - Replies (14)

Hi all,

and thank you very much askmike for opening this forum, way to go! Big Grin 

For what I have understood, it's possible to start many runners on one Gekko instance from the "Live Gekkos"- page. But is there any limitation for the amount of pairs or exchanges, or is it just a matter of memory on the PC? I mean, could I have 10 or 50 runners at the same time, each one looking for a different coin pairs? Or even so that I have runners for 5 different exchanges, 50 pairs per each exchange etc.?


  Backtesting CommandLines vs UI
Posted by: aorfevrebr - 01-15-2018, 06:10 PM - Forum: General Discussion - Replies (1)

Hi,

I'm new to Gekko universe, and I'm facing a strange issue.

I've different results from Gekko backtesting from Command Line and UI.

First all; here is my config file : 


Code:
config.watch = {

  // see https://gekko.wizb.it/docs/introduction/supported_exchanges.html
  exchange: 'binance',
  currency: 'BTC',
  asset: 'BNB',

  // You can set your own tickrate (refresh rate).
  // If you don't set it, the defaults are 2 sec for
  // okcoin and 20 sec for all other exchanges.
  // tickrate: 20
}

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//                       CONFIGURING TRADING ADVICE
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

config.tradingAdvisor = {
  enabled: true,
  method: 'RSI',
  candleSize: 1,
  historySize: 3,
  adapter: 'sqlite'
}


As you can see; I launch it for BTC/BNB datas with strategy called RSI


Command line results gives the following : 


Code:
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) [b]start time: 2017-10-14 21:37:00[/b]
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) [b]end time: 2018-01-14 23:51:00[/b]
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) timespan: 3 months
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) sharpe ratio: -1.7844406222677447
2018-01-15 14:51:18 (INFO):
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) start price: 0.00025811 BTC
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) end price: 0.0015217 BTC
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) Market: 489.55484096%
2018-01-15 14:51:18 (INFO):
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) [b]amount of trades: 969[/b]
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) original simulated balance: 100.00025811 BTC
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) current simulated balance: 242.08398316 BTC
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) simulated profit: 142.08372505 BTC (142.08335832%)
2018-01-15 14:51:18 (INFO): (PROFIT REPORT) simulated yearly profit: 563.50627779 BTC (563.50482332%)


On the other hand; when I launch Backtest with RSI strategy on BTC/BNB (binance) on UI; I have the following result : 
https://imagebin.ca/v/3oJAHpXgOLB8

This is confusing as number of trades and profit is very different.

Anyone has an idea on the issue ?


  How does Gekko compare
Posted by: positonic - 01-15-2018, 02:35 PM - Forum: General Discussion - Replies (3)

Hey guys I'm new to Gekko. Looks good so far, and I'm a Javascript developer so looking forward to contributing...

How is it working for you? 

Is it as good at Gunbot and Haasbot? 

How much is it making for you?

Thanks for the hard work, I'm really excited!


  Trend line strategy
Posted by: positonic - 01-15-2018, 02:23 PM - Forum: Strategy Development - No Replies

I just want to make sure that there isn't currently any sort of trendline strategy in existance? Im thinking about developing one.... and don't want to re-invent the wheel...


  Persistence
Posted by: Mal - 01-14-2018, 01:58 PM - Forum: Strategy Development - Replies (2)

Hello,

Thanks for making this open source. I find this software awesome. I have one question about persistence in the parameters...

Can I manipulate the persistence to differ between up and down (buy and sell)?

What I mean is, can I use a different persistence parameter for buy that I use for sell?

For instance, I could set my buy persistence to 1 or 2 and the software would use that value for buy orders, but use a 5 or 6 for sell orders...?

Love your software Mike...Thank you.


  ISO gekko
Posted by: phoenix-blue - 01-13-2018, 08:11 AM - Forum: Technical Support - No Replies

Hello, 

After some weeks try and error work I'm not able to run it on an raspberry pi 3.
So I small question is there an JessiePixel (desktop environment for the raspberry-pi) ready for download thats working?


  Rebalancing portfolio
Posted by: bot - 01-12-2018, 09:34 PM - Forum: Feature Requests - Replies (1)

Hello guys,
Is it possible to use Gekko to automatically rebalance portfolio?
How to implement this?
Thanks for advice.


  Working Files
Posted by: cryosx - 01-11-2018, 05:40 PM - Forum: Binance - Replies (10)

Does anyone have working files for Binance? Can't seem to trade.


  Requesting New Exchange: Kucoin
Posted by: namies - 01-11-2018, 05:26 PM - Forum: Other exchanges - Replies (1)

Requesting New Exchange Platform: https://www.kucoin.com


  [Gekko on Server] 500 internal error
Posted by: Lucydlynx - 01-11-2018, 11:11 AM - Forum: Technical Support - Replies (3)

Hi guys,
I'v just installled gekko on a server following the docs on the wiki
Everything is running fine and the nginx server with the ssl auth is working

I havent any clu of where the error could come from

Thanks for the help

LL