Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 304 online users. » 1 Member(s) | 303 Guest(s) kontho
|
Latest Threads |
Gekko development status ...
Forum: Announcements
Last Post: kontho
7 minutes ago
» Replies: 1,012
» Views: 939,981
|
Gekko with malware spotte...
Forum: Announcements
Last Post: adeldoors
Yesterday, 06:45 AM
» Replies: 192
» Views: 171,422
|
Gekko 0.6 released
Forum: Announcements
Last Post: Pharagon
11-23-2024, 10:13 AM
» Replies: 122
» Views: 270,022
|
An official Gekko service...
Forum: Announcements
Last Post: drivemad2
11-22-2024, 07:24 AM
» Replies: 103
» Views: 190,767
|
New Gekko UI in the works
Forum: Announcements
Last Post: clduplicateremover
11-18-2024, 08:21 PM
» Replies: 174
» Views: 229,010
|
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 53,169
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 108,518
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 19,145
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 45,940
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 58,645
|
|
|
time zone Question |
Posted by: TiberiusMC - 03-23-2019, 02:50 PM - Forum: General Discussion
- No Replies
|
|
Hello everybody.
i am new to gekko and after some good backtesting i tried to trade live. but i don't get a trade going. i realised that my "Recieved data until xxx is one hour of my local time. is this a problem or intended.
second question, (already asked in another thread) what do i need to own, to start trading. ex.: bnb vs btc. does it matter, what i have, or does the bot figure it out itself.
sorry for the noob questions.
cheers. TiberiusMC
|
|
|
New UI? |
Posted by: rdeman - 03-22-2019, 08:43 PM - Forum: General Discussion
- Replies (1)
|
|
Hi all - is the new UI of GekkoPlus also available on Open Gekko? Or is OpenGekko still running the old UI?
|
|
|
Adding lots of indicators with dynamic settings |
Posted by: scnonah - 03-20-2019, 02:28 AM - Forum: Strategy Development
- Replies (2)
|
|
Hello. This is my first post here. I found a nice strat on trading view that I want to convert from pine script. The problem is the way the define and use different indicators, i'm finding it hard to recreate this strat in gekko and tulind. I know gekko has the addIndicator and addTuIndicator (spelling from memory), but they are required to be created in the init function. But the script I'm converting uses some of the indicator results as parameters for other indicator instantiations.
For example something like below.
//SRSI
smoothK = 3
smoothD = 3
lengthRSI = 9
lengthStoch = 9
rsi1 = rsi(price, lengthRSI)
k = sma(stoch(rsi1, rsi1, rsi1, lengthStoch), smoothK)
d = sma(k, smoothD)
//DEMA TEMA
e1 = ema(price, 9)
e2 = ema(e1, 9)
ema1 = ema(price, 9)
ema2 = ema(ema1, 9)
ema3 = ema(ema2, 9)
tema = 3 * (ema1 - ema2) + ema3
dema = 2 * e1 - e2
avda = avg(dema,tema)
Whats the best way to instantiate many tulind indicators?
Please let me know if you need more details.
|
|
|
Date or timezone error |
Posted by: Mrducky1982 - 03-20-2019, 01:34 AM - Forum: Technical Support
- No Replies
|
|
Hi guys,
I've been running Gekko succesufully in CLI mode for some weeks now, but on every trade made I get this:
date:
Moment {
_isAMomentObject: true,
_i: 1552842091039,
_isUTC: false,
_pf:
{ empty: false,
unusedTokens: [],
unusedInput: [],
overflow: -2,
charsLeftOver: 0,
nullInput: false,
invalidMonth: null,
invalidFormat: false,
userInvalidated: false,
iso: false,
parsedDateParts: [],
meridiem: null,
rfc2822: false,
weekdayMismatch: false },
_locale:
Locale {
_calendar: [Object],
_longDateFormat: [Object],
_invalidDate: 'Invalid date',
ordinal: [Function: ordinal],
_dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
_relativeTime: [Object],
_months: [Array],
_monthsShort: [Array],
_week: [Object],
_weekdays: [Array],
_weekdaysMin: [Array],
_weekdaysShort: [Array],
_meridiemParse: /[ap]\.?m?\.?/i,
_abbr: 'en',
_config: [Object],
_dayOfMonthOrdinalParseLenient: /\d{1,2}(th|st|nd|rd)|\d{1,2}/ },
_d: 2019-03-17T17:01:31.039Z,
_isValid: true },
side: 'sell',
orders: 1,
fees: { BNB: 0.00026979, ETH: 0.00262393 },
feePercent: 0.001 }
Anyone got an idea of what is causing this? I'm running on Ubuntu 18.04.1.
Thx!
|
|
|
workaround for this issue |
Posted by: batssmasher - 03-19-2019, 11:45 AM - Forum: Strategy Development
- No Replies
|
|
I am using EMA 200 for 4H so once i start gekko it took almost 10-15 mins using that data to build the strat . and while gekko is doing that i lose all the real time data while it is calculating . sometimes the delay is 20 mins .
so is there any workaround for this ?.
|
|
|
Running into problems with my first strategy |
Posted by: catorRunner - 03-14-2019, 07:22 AM - Forum: Strategy Development
- No Replies
|
|
First, I am know close to nothing about JS (I am taking a online course at the moment)
The simple strategy I am attempting to create uses Tulip HMA and WMA (and I 'll add some other stuff later)
I used the "moon" strategy (from the intro video) as my base to and I am attempting to add WMA to it but for some reason, parameter for WMA I set in .toml file is not read.
Code: strat.init = function() {
...
this.addTulipIndicator('wmaS', 'wma', {
optInTimePeriod: this.settings.wmaS
});
and in my toml file, I got wmaS = 21
The error I receive is:
Quote:Error: Gekko was unable to configure Tulip Indicators:
optInTimePeriod needs to be a number
What am I missing?
|
|
|
Beginners walk through ABSOUTE STARTER |
Posted by: PsykoNerd - 03-10-2019, 06:44 PM - Forum: General Discussion
- Replies (1)
|
|
Hey all, I would like to receive a TOTAL starters guide to Gekko. I had a NERDY friend to install Gekko on my Raspberry PI, but I don't know where to go from there, and which buttons to press. Can anyone help me on these regards ??
Where do I put the code, is there a newby guide ??
|
|
|
Cisco VPN Specialist |
Posted by: Meghanaa - 03-08-2019, 10:17 AM - Forum: General Discussion
- No Replies
|
|
Besides deploying maintain VPN networks, specialists configure and implement IT devices and equipment and handle inventory tracking.
Specialists plan, prepare, and deploy changes on Cisco 2 and Layer 3 switches, routers of Cisco and Juniper Routers, maintain all routers and switches models of Cisco so that they can provide higher design related support to the team that manages incidents.
Specialists assist in assessing and providing creative solutions to Security Endpoint products. They also help in designing and deploying them. They probe into emerging network technologies and make suggestions for the business needs of the future. Cisco VPN Engineers assess tests, recommend and execute specialized network solutions.
Know more: cisco vpn skills
|
|
|
|