Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 303 online users. » 0 Member(s) | 303 Guest(s)
|
Latest Threads |
Gekko development status ...
Forum: Announcements
Last Post: kontho
10 hours ago
» Replies: 1,010
» Views: 938,253
|
Gekko with malware spotte...
Forum: Announcements
Last Post: adeldoors
Today, 06:45 AM
» Replies: 192
» Views: 171,114
|
Gekko 0.6 released
Forum: Announcements
Last Post: Pharagon
11-23-2024, 10:13 AM
» Replies: 122
» Views: 269,867
|
An official Gekko service...
Forum: Announcements
Last Post: drivemad2
11-22-2024, 07:24 AM
» Replies: 103
» Views: 190,528
|
New Gekko UI in the works
Forum: Announcements
Last Post: clduplicateremover
11-18-2024, 08:21 PM
» Replies: 174
» Views: 228,666
|
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 53,070
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 108,482
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 19,137
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 45,864
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 58,620
|
|
|
Unable to install Sqlite3 on unbuntu Mate |
Posted by: Kris191 - 11-05-2018, 06:27 AM - Forum: Technical Support
- Replies (2)
|
|
Hi all,
I have Ubuntu Mate running on a Pi3, i'm trying to install Sqlite3 but it seeks hanging on install (see code below) can anyone help?
Code: > sqlite3@3.1.4 install /home/kris/gekko/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build
node-pre-gyp info it worked if it ends with ok
node-pre-gyp verb cli [ '/usr/bin/node',
node-pre-gyp verb cli '/home/kris/gekko/node_modules/sqlite3/node_modules/.bin/node-pre-gyp',
node-pre-gyp verb cli 'install',
node-pre-gyp verb cli '--fallback-to-build' ]
node-pre-gyp info using node-pre-gyp@0.6.28
node-pre-gyp info using node@10.13.0 | linux | arm
node-pre-gyp verb command install []
node-pre-gyp info check checked for "/home/kris/gekko/node_modules/sqlite3/lib/binding/node-v64-linux-arm/node_sqlite3.node" (not found)
node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.4/node-v64-linux-arm.tar.gz
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.4/node-v64-linux-arm.tar.gz
node-pre-gyp ERR! Tried to download: https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.4/node-v64-linux-arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.4 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.4/node-v64-linux-arm.tar.gz
node-pre-gyp verb command build [ 'rebuild' ]
node-pre-gyp ERR! Tried to download: https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.4/node-v64-linux-arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.4 and node@10.13.0 (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
node-pre-gyp verb command build [ 'rebuild' ]
make: Entering directory '/home/kris/gekko/node_modules/sqlite3/build'
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3090100/sqlite3.c
make: Entering directory '/home/kris/gekko/node_modules/sqlite3/build'
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3090100/sqlite3.c
TOUCH Release/obj.target/deps/action_before_build.stamp
TOUCH Release/obj.target/deps/action_before_build.stamp
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3090100/sqlite3.o
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3090100/sqlite3.o
Any help would be great as google searching doesnt bring up an answer.
Thanks
|
|
|
Time aspect of indicators |
Posted by: Hrondor - 11-02-2018, 03:33 PM - Forum: Technical Discussion
- Replies (66)
|
|
Hello,
does strategy take realtime value of indicator? For example: I have strategy to buy under 10 RSI. In graph you could see that some old candles ended with RSI 12, but in realtime they could go under 10, because they could have some spike and RSI could go under 10. My question: Does Gekko watch indicators and execute orders in process of candles or does Gekko wait until the end of candle and then evaluates possibly trades.
Thx
|
|
|
Bitstamp support |
Posted by: thaal - 11-02-2018, 12:32 PM - Forum: Other exchanges
- Replies (1)
|
|
In the documentation, Bitstamp is listed as a compatible exchange but apparently it has been disabled since. Is it like a permanent drop or is it coming back at some point ?
Thanks
|
|
|
Listening for trade events in strategy ? |
Posted by: wereii - 11-02-2018, 07:59 AM - Forum: Technical Support
- Replies (4)
|
|
Hello,
how am I supposed to register handler for `tradeInitialized`, `tradeCompleted`... events within my strategy file?
I have tried this.on('tradeInitialized', <callback>) and this.addListener('tradeInitialized', <callback>) but nothing gets ever called, I have console.log() in the callback function but it never writes to console.
Thx for any advice
|
|
|
Help for beginner |
Posted by: Hrondor - 11-01-2018, 10:53 AM - Forum: General Discussion
- Replies (3)
|
|
Hello,
is there any list with gekko commands in JS(like this.Advice etc)? The second thing is if someone can give me some good link to learn JS as fast as possible, because I have strategy, Im trading for few years, but my skills in JS arent good enough to write my own code... :
Thank you
|
|
|
Upcoming Strategy Competition: win 0.1 BTC! |
Posted by: askmike - 10-31-2018, 09:36 AM - Forum: Strategy Development
- Replies (48)
|
|
EDIT2:
(11-21-2018, 12:58 PM)askmike Wrote: All the accepted strategies are now running live on Gekko Plus. Visit the leaderboard here:
https://app.gekkoplus.com/
If yours is not there AND I did not email you please get in touch with me
[EDIT]
Submissions are now closed. Thanks everyone for your submissions! In the next few days the contest will start!
[/EDIT]
As part of Gekko Plus I'll be hosting a strategy competition! In a nutshell:
- Everyone can upload strategies they created themselves (and never shared online) to Gekko Plus.
- They will stay your strategies, I won't share them with anyone else. You give me the right to run the strategy in simulations (backtests & paper traders)
- I will run all participating strategies for 25 days.
- Their results are shown in realtime in a leaderboard
- At the end of contest the creator of the strategy will win 0.1 BTC.
After the contest I'd like to keep using all strategies (but you are in control, you can delete them at any time and they are clearly marked as created by you) for the Gekko Plus platform: They will only be used for simulations but as soon as a Gekko Plus member wants to run the strategy with real funds, they can do so through the platform (not able to download it) - if they do you will get paid for this.
You can find all details here: https://app.gekkoplus.com/contest
Quote:Everyone can now sign up and submit their strategy!
Signup here: https://app.gekkoplus.com/signup
|
|
|
|