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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,638
» Latest member: go4explore
» Forum threads: 1,541
» Forum posts: 7,728

Full Statistics

Online Users
There are currently 220 online users.
» 2 Member(s) | 218 Guest(s)
go4explore, sportsnews

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

 
  Error compiling gekko bot please help!!!!!!
Posted by: kirillkiselev82 - 11-23-2019, 09:22 AM - Forum: Technical Discussion - Replies (2)

While trying to compile gekko bot under manjaro linux I the error I get please any suggestion?



Attached Files
.jpeg   WhatsApp Image 2019-11-22 at 12.16.18 (1).jpeg (Size: 258.25 KB / Downloads: 16)

  Show OHLC graph when Backtesting
Posted by: peterdehondt - 11-20-2019, 11:21 PM - Forum: Technical Discussion - No Replies

Hi, as far as i can see there is no possibility in the current version to show a OHLC graph when backtesting.
This would really be useful when developing strategies.

Where do i need to look when i want to add a OHLC graph in the code.

As far as i can tell the charts are being made in :

gekko/web/vue/src/d3/chart3.js

so i would need to create a similar setup which renders a OHLC chart.
But from where does the chart3.js function get the data needed to chart?


  How to trade BTC/USDT (so use BTC as currency and USDT as asset?)
Posted by: opoloko - 11-18-2019, 04:49 PM - Forum: General Discussion - No Replies

Hi all

possibly a newbie question but I can't see how to do it (or if it's simply not needed)..I updated the currencies in Gekko (latest) with the script for my exchange, they got updated (Binance by the way) but I can't find a way to select BTC as currency and USDT as asset.

I basically want to accumulate USDT using BTC.

How to do that? I have BTC already on the exchange, so I'd like first trade to be a sell and for Gekko to maximise and calculate my profit/loss considering the USDT amount...


  Extract difficult market situation timeframes
Posted by: mczero - 11-18-2019, 10:34 AM - Forum: Strategy Development - Replies (2)

Hey crypto trading guys,

I am experimenting a bit with japonicus (brute force strategy parameters with a genetic evolution approach). 
There often seem to be problems with overfitting while using gekko in live trading (I am still only backtesting).


Now I had the idea (link to japonicus issue on github) to improve japonicus to do the following:
not only backtest for a specific timeframe, but also mixing in 5% or 10% into the tests with
timeframes that are particular difficult to handle for strategies. 

For this, we have to get our hands on market times that match this criteria. How do we get there?

Say, we have a strategy relying on the RSI indicator, and parameters for a specific timeframe, three month, one year, whatever.
It is doing extremely good (overfitted?) in that specific timeframe, and when we look at the trading history, 
there are some days (or a week) in the timeframe where it does particularly bad, no matter how good this strategy/parameter pair was
at the end. 

Then we have a second strategy, based on Bollinger Bands, and parameters that are very good for a specific timeframe, too.
But even there are times when the strategy isn't working very good with the market situation.

Perhaps the code of those strategies could be modified to write time periods to CSV when it is not doing a good job.

Then, when some CSVs are collected, they could be run through a script which overlays the data of all CSVs and looks for equality.
The result of this could then be fed to japonicus as particular difficult market times.

Therefore, I am interested in thoughts on this approach and how a strategy could be modified to write out such a CSV.
And perhaps some strategy/parameter pairs that did very well in the past, with the specific timeframe they were used and measured at. 
Can be from 2018/2017, so no one has to reveal his strategy portfolio that he uses today.

Of course it could be that my thinking is too complicated and there is an easier solution for this. I am just beginning with gekko and getting to a
viable live trading solution, so bear with me.

Have a nice week!


  Gekko Email orders
Posted by: Neil - 11-16-2019, 01:59 PM - Forum: General Discussion - Replies (2)

Good morning all,

Do you think it would be possible to trigger the purchase or sale through an email alert, (tradingview alerts for example).

For example as did the developer below :

https://github.com/jsappme/tradingview-a...nce-trader

Thank you in advance for your answers !


  tulip
Posted by: heffzz - 11-14-2019, 11:48 PM - Forum: Technical Support - Replies (2)

Error: non-error thrown: 
   ERROR: Tulip indicators is not enabled
  
      at Object.onerror (/home/pi/gekko/node_modules/koa/lib/context.js:105:40)
      at <anonymous>
      at process._tickCallback (internal/process/next_tick.js:189:7)

uncaughtException TypeError: Cannot read property 'tsf' of null
    at AsyncIndicatorRunner.addTulipIndicator (/home/pi/gekko/plugins/tradingAdvisor/asyncIndicatorRunner.js:145:16)
    at Base.addTulipIndicator (/home/pi/gekko/plugins/tradingAdvisor/baseTradingMethod.js:226:29)
    at Base.bound [as addTulipIndicator] (/home/pi/gekko/node_modules/lodash/dist/lodash.js:729:21)
    at Base.init (/home/pi/gekko/strategies/VmaPredict2.js:75:14)
    at Base.bound [as init] (/home/pi/gekko/node_modules/lodash/dist/lodash.js:729:21)
    at new Base (/home/pi/gekko/plugins/tradingAdvisor/baseTradingMethod.js:69:8)
    at Actor.setupStrategy (/home/pi/gekko/plugins/tradingAdvisor/tradingAdvisor.js:61:19)
    at Actor.bound [as setupStrategy] (/home/pi/gekko/node_modules/lodash/dist/lodash.js:729:21)
    at new Actor (/home/pi/gekko/plugins/tradingAdvisor/tradingAdvisor.js:23:8)
    at load (/home/pi/gekko/core/pluginUtil.js:98:22)


  CryptoTab Browser
Posted by: LBN - 11-14-2019, 12:36 AM - Forum: General Discussion - No Replies

Hello Gekko community,

Nice to meet you, this is my first thread and post on this forum !
I want to talk you about CryptoTab!
It's a easy way to earn free BTC each day while you navigate on internet!

Instead of using Google Chrome, Mozilla, Lilo or an other Web Browser, you can use CryptoTab and start mining BTC everyday!

I discovered it yesterday and I wanna to share it with you and get your feedback for those who already know it!
If you want to try you have my link in my signature or my bio!
Have a good day!

LBN Cool


  Packers And Movers Best Relocation Services
Posted by: zoeymalik - 11-13-2019, 09:56 AM - Forum: General Discussion - Replies (5)

The hectic tasks of comparing between different packers and movers made easy. No need of spying about every packer and mover or making people bored asking the same question, to select one simply. Find Packers can be the one-stop destination in this regard. We provide the complete list of Packers and Movers in Delhi NCR, along with the entire list about them that one would wish to know.

Each year, a lot of people shift to a new location. There can be a lot of reasons behind this. Are you planning for shifting? Managing all the task related to shifting can be very difficult for you. That’s why you should take help of best Packers and Movers in Pune. With experts, you can make the entire process a lot easier and will enjoy hassle-free shifting.


  Issue : sometimes, Gekko only sells part of portfolio
Posted by: npuchois - 11-11-2019, 06:56 PM - Forum: Technical Discussion - No Replies

Greetings,

This is my first post/thread on this forum, I'm glad such a community exists !

I've been running a tradebot since a couple of weeks now, and i'm facing an issue when Gekko tries to sell my portofolio.

Sometimes, only a part of my assets is sold, and then... nothing...
The tradabot is still running, but no errors shown in log, no roundtrip information, not even a red dot on the chart.
And the worst : no more trades

Then, I waste hours and days. 
Even if a buy or sell condition seems to be triggered, nah, just my market watcher updating and nothing more...
My bot becomes zombified, and I have to restart a new one.

I'm using, I guess, the latest version of Gekko v0.6.8, on Linux Mint, my exchange is Kraken, on EUR/BTC

Is this issue known ? And is there anything to do to get fix it ?

Thanks for your answers and support !


  Importing csv files to Gekko
Posted by: Humpty1988 - 11-10-2019, 04:31 PM - Forum: Feature Requests - No Replies

Hello Community,

I wanted to ask if it is possible to feed historical data in csv format?

Thank you guys.