Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 424 online users. » 0 Member(s) | 424 Guest(s)
|
Latest Threads |
Gekko development status ...
Forum: Announcements
Last Post: BeardDemon
2 hours ago
» Replies: 1,005
» Views: 930,301
|
Gekko 0.6 released
Forum: Announcements
Last Post: Pharagon
11-23-2024, 10:13 AM
» Replies: 122
» Views: 268,919
|
An official Gekko service...
Forum: Announcements
Last Post: drivemad2
11-22-2024, 07:24 AM
» Replies: 103
» Views: 189,693
|
New Gekko UI in the works
Forum: Announcements
Last Post: clduplicateremover
11-18-2024, 08:21 PM
» Replies: 174
» Views: 227,484
|
Gekko with malware spotte...
Forum: Announcements
Last Post: thesyrise
11-16-2024, 10:12 PM
» Replies: 188
» Views: 169,777
|
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 52,983
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 108,326
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 19,103
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 45,802
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 58,561
|
|
|
Error kraken exchange |
Posted by: Blade - 01-07-2018, 01:39 PM - Forum: Technical Support
- No Replies
|
|
Hello,
Here the console error:
Code: --> POST /api/getCandles 200 300ms 9.91kb
--> POST /api/getCandles 200 285ms 9.91kb
RECEIVED ERROR IN GEKKO 924062155399679
Gekko encountered an error and can't continue
Gekko encountered an error and can't continue
Error:
[kraken.js] API:Invalid nonce
Meta debug info:
Gekko version: v0.5.11
Nodejs version: v8.9.4
I'm using the dev branch. Any ideas ?
Thank you !
|
|
|
Errors |
Posted by: Drewskie - 01-07-2018, 10:18 AM - Forum: Technical Support
- No Replies
|
|
First off I am very new to crypo and Linux.
I get the following errors using Kraken exchange:
Not sure if this is an error
getPortfolio
aa { '0': null,
'1': { error: [], result: { XXBT: '0.0050000000' } } }
But this is definitely an error
(node:22051) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'name' of undefined
at Fetcher.processTrades (/home/drewskie/gekko/core/budfox/marketFetcher.js:94:29)
at bound (/home/drewskie/gekko/node_modules/lodash/dist/lodash.js:729:21)
at Trader.processResults (/home/drewskie/gekko/exchanges/kraken.js:145:21)
at bound (/home/drewskie/gekko/node_modules/lodash/dist/lodash.js:729:21)
at /home/drewskie/gekko/core/util.js:28:7
at /home/drewskie/gekko/exchanges/kraken.js:137:12
at response.then.catch.error (/home/drewskie/gekko/node_modules/kraken-api-es5/index.js:132:70)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
(node:22051) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:22051) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Any idea what I am doing wrong
|
|
|
Does Gekko poll the exchange more than once per minute? |
Posted by: redquicksilver - 01-07-2018, 07:44 AM - Forum: General Discussion
- Replies (4)
|
|
Due to the highly volatile nature of the cryptocurrency markets and that the price can fluctuate from one second to the next, I would like to ask if Gekko polls each exchange more than once per minute, particularly when it comes time to act. Once it is getting close to a 'buy' or 'sell' indicator being raised, does it poll the exchange at more regular intervals in order to get the best price?
|
|
|
Which exchange? |
Posted by: redquicksilver - 01-07-2018, 07:21 AM - Forum: General Discussion
- Replies (4)
|
|
Hi anyone who is out there,
Just wondering which exchange to use, and if any one is better than the others. Since there are 19 to choose from, I currently have an account with GDAX so just use that one. Is there such a comprehensive list to cater for people who have accounts with all these exchanges, or is one account better for some reason unknown to me?
Many thanks,
Stephen
|
|
|
Why isn't there a EMA strategy? |
Posted by: redquicksilver - 01-07-2018, 07:06 AM - Forum: Strategy Development
- Replies (8)
|
|
This is a question for askmike, but if anyone else can answer then please do:
I am fairly new to Gekko and am looking at the strategies available, the one that I am interested in is the EMA strategy after having read about it from Goomboo's posts from your recommendation. It is also available on many of the online crypto websites, (GDAX cryptowat.ch) where you can select it from the menu and the EMA will appear along with the candles on the main chart.
Whilst I have been into cryptocurrencies for about a year, I was going to write a bot myself being a software developer but someone sent me a link to yours which I am using and perhaps modifying and creating it myself, however before I do, I thought there must be a reason why you create it yourself?
|
|
|
Use of BBands on one indicator to generate advice on a different coin |
Posted by: rock5463 - 01-06-2018, 07:40 PM - Forum: Strategy Development
- No Replies
|
|
Basically, I want to create an indicator that generates buy/sell signals based on the BTC/USDT prices. Then the actual trades would be places on another coin.
What I have done so far is got BBands to work in Tulip, but i need to somehow pull the data in for BTC/USDT and use it to trade a different pair.
I have very basic coding skills so would appreciate any help I can receive. I am not even sure where to begin. I was thinking that it could all be coded into one strategy that simply does the following.
1. Pulls USDT data live
2. Runs Bollinger bands against it to generate the trading advice.
3. Executes the trades against the actual selected pair.
Please let me know what you think.
|
|
|
Sharpe Ratio |
Posted by: Blade - 01-06-2018, 01:12 PM - Forum: General Discussion
- Replies (4)
|
|
Hello,
Depends of the strategy, what are the meanings to up our sharpe ratio ? It's really hard for me to have over 0.9...
Thank you
|
|
|
view balance before any trade runs paper trader UI |
Posted by: dakkafex - 01-05-2018, 10:11 PM - Forum: Feature Requests
- No Replies
|
|
So rather simple suggestion,
The option to see the initial balance of both the currency and assets when viewing a paper trading gekko.
When making multiple paper traders I find myself not sure which one is which before the first trade run, which could take hours or days.
Being able to name them would also be super helpfull
I've tried messing about to get this working locally but I'm not used to the whole vue.js workflow
Oh and while at it, an option to cancel a paper trader, would be quite nice too.
|
|
|
[Request] Kraken 24 Hour Average Price for use in strategy |
Posted by: haccg - 01-05-2018, 05:20 PM - Forum: Strategy Development
- No Replies
|
|
Kraken API offers the 24 hour average Price over the ticker, which I would like to use in a strategy
How Do I get to use this information in my strategy?
Like I want to buy something for the average price or a price depending on the average price.
Further information regarding the API provided by Kraken.com
Get ticker information
URL: https://api.kraken.com/0/public/Ticker
Input:
pair = comma delimited list of asset pairs to get info on
Result: array of pair names and their ticker info
<pair_name> = pair name
a = ask array(, , ),
b = bid array(, , ),
c = last trade closed array(, ),
v = volume array(, <last 24 hours>),
p = volume weighted average price array(, <last 24 hours>),
t = number of trades array(, <last 24 hours>),
l = low array(, <last 24 hours>),
h = high array(, <last 24 hours>),
o = today's opening price
Note: Today's prices start at 00:00:00 UTC
|
|
|
No import of historical data |
Posted by: helmuteke - 01-05-2018, 01:20 PM - Forum: Binance
- Replies (3)
|
|
hello ,
i've already placed this on github.
But there is no import of data from binance .
Can someone tell me hw i can start to solve this ?
tnx
Helmut
|
|
|
|