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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,639
» Latest member: letrasbonitas
» Forum threads: 1,541
» Forum posts: 7,728

Full Statistics

Online Users
There are currently 233 online users.
» 1 Member(s) | 232 Guest(s)
letrasbonitas

Latest Threads
New Gekko UI in the works
Forum: Announcements
Last Post: ankitkkc
Yesterday, 01:09 PM
» Replies: 136
» Views: 154,374
Gekko with malware spotte...
Forum: Announcements
Last Post: alisonagron
Yesterday, 08:05 AM
» Replies: 130
» Views: 90,390
Gekko development status ...
Forum: Announcements
Last Post: ameliezilber
04-16-2024, 11:19 AM
» Replies: 805
» Views: 526,625
An official Gekko service...
Forum: Announcements
Last Post: Henery
04-08-2024, 10:56 AM
» Replies: 83
» Views: 139,116
Gekko 0.6 released
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:10 PM
» Replies: 104
» Views: 214,048
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 39,101
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 81,259
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 15,090
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 34,415
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 45,377

 
  how to see this
Posted by: futurenext - 01-19-2018, 09:26 PM - Forum: Strategy Development - Replies (1)

love the gekko: thank you, joined forum.
                                                                                                                                                                                             +++
here we go. when i backtest these parameters, the profit is anywhere between 15 and 70%

-  3 month data set from e.g. binance
- candles set to 5 or 10 minutes
- a history between 2 weeks or 1 month for warm up
- default rsi strategy applied to usd/btc

now what i'm not getting is the part that makes this too good to be true. which variable in this equation would make it hard or impossible to apply these parameters to the trading bot and gain such profits.. is it the 1 month warm up that isn't a realistic thing to do ?

forgive me for the newbie level of questioning. also, please understand i have to be kind of abstract as long as i don't fully comprehend the boundaries of applying such a strategy in reality. i'm trying to to comprehend the boundaries on a conceptual level and that way perhaps (hopefully) slowly advance my knowledge (.. mumbles)

-
best2all, futurenext
_i make a living building web apps for sme's_
_6y php/js, 16y linwin srv engineer.  sega world, champion.


  child process died on placing buy order on Binance live trading
Posted by: kymikal - 01-19-2018, 01:47 PM - Forum: Technical Support - Replies (1)

I was able to get everything set up. I downloaded the software, I was able to run a backtest and add the API. I then went to use the Autobot for a live trade. It was running for about 3 hours until it crashed. It did not make a trade the entire time. I did look at the command prompt and it seemed to not make a trade because it was not the right time for it. I could not tell if it crashed when actually making a trade. However when I try to run a live trade after the crash it says, "child process died".


Suggestions? How do I fix it?


  Backtesting crash
Posted by: Valleyman - 01-19-2018, 01:15 PM - Forum: Technical Support - Replies (9)

Hello,

When backtesting in the UI it sometimes occurs that it finishes without displaying results but when I look at the CLI the test is clearly still running. 
This used to happen mainly when working with very short candles (1-2-5 minutes) but it's been happening more recently. 

Can somebody give me some pointers on how to examine this further? 

PS: Thanks for the effort Mike!

Cheers!


  let bot choose trading pair on basis of prev market volatility
Posted by: piffpaff18 - 01-19-2018, 07:02 AM - Forum: Strategy Development - Replies (1)

Hi. First of all, Thanks a lot Gordon! Super interesting work!

I would like to try to enable the bot to choose trading pairs on basis of previous market volatility... to make the market fit the strategy so to say.
Anyone else interested in this?


  Having problems installing Gekko
Posted by: z82 - 01-18-2018, 06:16 PM - Forum: Technical Support - Replies (3)

Hi,

I'm a new user and not very good with Linux.  I cannot get Gekko to run properly and receive an error when I try to run it:

/home/john/gekko/core/error.js:3
let RetryError = function(message) {
^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:374:25)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/john/gekko/core/util.js:8:14)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)


Here are my system details:

64bit OS
16.04 LTS Ubuntu
Intel Core I5

My objective is to run it on a laptop and interact with it via my browser.

I tried following the instructions yesterday here:

https://gekko.wizb.it/docs/installation/...gekko.html

It was late at night and I might have installed nodejs after installing Gekko.  Will Gekko configure properly if nodejs is not present at install?  If Gekko is not configured properly, how do I start over? 

I also tried installing Gekko using Docker and no luck there either.   Since I couldn't get it to do anything, I uninstalled Docker.


  Try to understand how trend work
Posted by: joyNstay - 01-18-2018, 12:26 PM - Forum: Strategy Development - Replies (2)

Hello, I am trying to understand CCI strategy and I have some questions that I cannot answer.

In every strategy there is this code

Code:
 this.trend = {
   direction: 'undefined',
   duration: 0,
   persisted: false,
   adviced: false
 };

My problem is that I cannot be sure what persisted and advice do exactly.
Can anyone help me?


  Got my gekko running live papertrades but doesn't want to start actual bot.. binance
Posted by: kenny1309 - 01-18-2018, 10:51 AM - Forum: Technical Support - Replies (1)

hey guys,

i got my gekko installed on my pi, all working well (import date, live runners,...)
only isseu is that i can't start a trading bot... i can papertrade without isseu...
i'd like to set the but on BTC - XVG (i do have xvg on my binance but low on btc might this be the isseu?)
I did set my api keys for binance, but i hit an error:

Gekko 166573169671184 started
  --> POST /api/startGekko 200 39ms 369b
RECEIVED ERROR IN GEKKO 166573169671184


Gekko encountered an error and can't continue


Gekko encountered an error and can't continue

Error:

[binance.js] Response code 400

Meta debug info:

Gekko version: v0.5.12
Nodejs version: v6.12.3


  VWP (Volume Weighted Price)
Posted by: bpc555 - 01-18-2018, 07:13 AM - Forum: General Discussion - Replies (2)

I would like to know how BudFox is calculating VWP.

The Documentation for BudFox states that its output is JSON objects such as:


Code:
{"start":"2015-02-02T23:08:00.000Z","open":238.21,"high":239.35,"low":238.21,"close":238.66,"vwp":8743.778447997309,"volume":203.6969347,"trades":56}


where I assume "vwp" is Volume Weighted Price.  However, it seems to me that the actual values of VWP disagrees with other data (specifically price and volume) from that same record of trades.  

Given that

[Image: vwap.gif]


I presume then that VWP = VWAP * Total Share Bought = VWAP * Total Volume.

So, from the data from the sample record above, VMP = 8743.79 and volume = 203.70 which implies VWAP = 8743.79/203.70 = 42.92
But 42.92 is outside the high..low for that trading period (239.35 .. 238.21).

What am I missing?

Thanks in advance,
Brenton

BTW.  I checked the code [gekko/core/budfox/candleCreator.js: 149 and 152] and it does appear to be creating a VWAP correctly.  Perhaps the data is bad in the example?


Sad Strategy - GA
Posted by: aleep - 01-18-2018, 03:26 AM - Forum: Technical Support - Replies (1)

Hello, fist , I am sorry for my bad English and second Gekko is the best!!!


I am working in a strategy, who use HMA and it use Tulip. Its run in backtest OK, with this config


Strategy

Code:
this.addTulipIndicator('hull1', 'hma', this.settings.hull1);
this.addTulipIndicator('hull2', 'hma', this.settings.hull2);

In gekko\config\strategies
Code:
[hull1]
optInTimePeriod = 7
[hull2]
optInTimePeriod = 14

And in sample-config
Code:
 hull1 : {      optInTimePeriod: 7      },
 hull2 : {      optInTimePeriod: 14      },


Now i Am traing to use this excelente idea (http://gekkowarez.com/gekko-genetic-algorithm/)

But it dosent work!! I have this error in command
Quote:Gekko was unable to configure Tulip Indicators:
        hma requires optInTimePeriod.
  xxx POST /api/backtest 500 909ms -

My Porblem (i Think) is in the file your.new.js 

Code:
getProperties: ()


i tried with everythings, but I don't how I need to put the variables, I  try whit this for example
Code:
hull1.optInTimePeriod: randomExt.integer(15,5),


it is not working.

can you help me?????

Smile Smile Smile Smile Smile


  nodeSource 6.x installation failure
Posted by: ankasem - 01-17-2018, 10:07 PM - Forum: Technical Support - Replies (1)

hi

https://gekko.wizb.it/docs/installation/...ws_10.html


NodeSource installation failure


Code:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -


Code:
npm install --only=production
gives a loading error

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

Working properly