Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 198 online users. » 0 Member(s) | 198 Guest(s)
|
Latest Threads |
Gekko 0.6 released
Forum: Announcements
Last Post: lsm99dna
08-06-2025, 08:15 PM
» Replies: 124
» Views: 332,535
|
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 246,854
|
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 324,006
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 275,378
|
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,470,521
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 134,083
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 22,899
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 57,186
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 71,813
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 512,215
|
|
|
Volume as an Indicator |
Posted by: BlackWinter - 11-08-2018, 02:07 AM - Forum: Strategy Development
- No Replies
|
 |
Hello everyone,
I am trying to incorporate Volume traded as part of my strategy. How can I implement this into my code? So basically along with SMA & RSI, if current candle volume is higher than previous candle by x% then buy for example
Any help would be appreciated.
Thank You
|
|
|
Feature for "Panic Sell/Buy Dynamic" |
Posted by: TOM38 - 11-06-2018, 03:22 AM - Forum: Strategy Development
- No Replies
|
 |
Hi guys
I would like to know only if it is possible to create a feature for "Panic Sell / Buy Dynamic" - in case something goes wrong, this feature will initiate an automatic replacement of your sell/buy order so that your order always keep first book of offers.
For this, with each candle closure, the algorithm checks the order book and detects the quantity of btc or wall of purchase / sale, placing the purchase order always first.
I would like any help or idea and am willing to pay for this service if need be.
Thanks in advance
|
|
|
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
|
|
|
|