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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 39,322
» Latest member: DishisdesignJewellery
» Forum threads: 926
» Forum posts: 6,383

Full Statistics

Online Users
There are currently 255 online users.
» 0 Member(s) | 255 Guest(s)

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,875
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,769,860
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,494
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 346,528
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,865
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,148
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 31,846
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 70,997
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,757
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,771

 
  Backctest output Error
Posted by: Kris191 - 07-15-2018, 07:27 AM - Forum: Technical Support - Replies (3)

@askmike


the new  backtest  results exporter keeps pushing out this error on completion.. Any idea how to  fix?


Code:
/root/gekko/node_modules/sqlite3/lib/trace.js:27
                   throw err;
                   ^

TypeError: process.send is not a function
   at BacktestResultExporter.finalize (/root/gekko/plugins/backtestResultExporter.js:96:11)
   at BacktestResultExporter.bound [as finalize] (/root/gekko/node_modules/lodash/dist/lodash.js:729:21)
   at /root/gekko/core/gekkoStream.js:100:25
   at /root/gekko/node_modules/async/dist/async.js:3205:16
   at replenish (/root/gekko/node_modules/async/dist/async.js:1030:17)
   at iterateeCallback (/root/gekko/node_modules/async/dist/async.js:1015:17)
   at /root/gekko/node_modules/async/dist/async.js:988:16
   at PerformanceAnalyzer.finalize (/root/gekko/plugins/performanceAnalyzer/performanceAnalyzer.js:218:3)
   at PerformanceAnalyzer.bound [as finalize] (/root/gekko/node_modules/lodash/dist/lodash.js:729:21)
   at /root/gekko/core/gekkoStream.js:100:25
--> in Database#all('\n    SELECT * from candles_BTC_BNB\n    WHERE start <= 1531008000 AND start >= 1531009800\n    ORDER BY start ASC\n  ', [Function])
   at Reader.get (/root/gekko/plugins/sqlite/reader.js:98:11)
   at Reader.bound [as get] (/root/gekko/node_modules/lodash/dist/lodash.js:729:21)
   at Market.get (/root/gekko/core/markets/backtest.js:61:15)
   at Market.bound [as get] (/root/gekko/node_modules/lodash/dist/lodash.js:729:21)
   at Market.processCandles (/root/gekko/core/markets/backtest.js:105:10)
   at bound (/root/gekko/node_modules/lodash/dist/lodash.js:729:21)
   at Statement.<anonymous> (/root/gekko/plugins/sqlite/reader.js:108:5)


  Docs/Architecture/Events.html 404
Posted by: TCMabe - 07-14-2018, 07:00 PM - Forum: General Discussion - Replies (3)

https://gekko.wizb.it/docs/architecture/events.html

Is there a different location for this file now ?

Thanks !

TC Mabe


  0.6.x strat example
Posted by: thegamecat - 07-13-2018, 07:33 PM - Forum: Strategy Development - Replies (2)

I'm not fully up to speed with what the enhancements mean we can do in strats - is there an example with all the new features used?


  Blank page with firefox on debian
Posted by: allblacks - 07-13-2018, 02:44 PM - Forum: Technical Support - Replies (1)

Hello,

When i was on v 0.5.14, i can go on gekko via firefox on debian 9.
I install new 0.6.2 and now i just have blank page.
I can connect with Firefox on windows 10 or chrome but not in debian 9.

See my screenshot in attachment.

Thank You.



Attached Files
.png   Capture du 2018-07-09 17-30-11.png (Size: 36.09 KB / Downloads: 5)

  Help with Trailing SL
Posted by: Kris191 - 07-12-2018, 03:40 PM - Forum: Strategy Development - Replies (10)

Hi all,

I want to add a trailing stoploss into a strat i have the code for both but no idea how to being them together, any tips?

Thanks


  Added new Strategy RSI_EMACrossover
Posted by: TCMabe - 07-12-2018, 05:40 AM - Forum: Strategy Development - Replies (19)

I am new to GitHub, JavaScript, Bot Trading and this forum.

I appreciate all of the hard work that has gone into this effort and this is my first attempt at a give-back.

I have modified an EMA crossover strategy to incorporate an RSI indicator and it is currently functional and working as designed.

The strategy uses an EMA 3 period and EMA 50 period in conjunction with an RSI 9 period.
If the EMA-3 is above the EMA-50 and the RSI-9 is 60 or higher then we enter a long position (Buy).
If the EMA-50 is above the EMA-3 then we enter a short position (Sell).
I have been live trading it against XRP-USDT on Binance with 15 minute intervals.
It is functioning as designed and holding fairly steady in a sideways market.


https://github.com/TCMabe/Gekko-Share
[url=https://github.com/TCMabe/Gekko-Share][/url]
I am looking for suggestions on how best to share … hopefully this fairly simple tweak of an existing strategy helps someone as new as me …

Thanks !

TC Mabe


  Candlestick Pattern Recognition ?
Posted by: TCMabe - 07-12-2018, 12:15 AM - Forum: Strategy Development - Replies (5)

Do we have access to candlestick pattern recognition if the TA-Lib has been installed ?

If so how do we refer to them in a strategy development ?

From the TA-Lib:

function_names = ['CDL2CROWS', 'CDL3BLACKCROWS', 'CDL3INSIDE', 'CDL3LINESTRIKE', 'CDL3OUTSIDE', 'CDL3STARSINSOUTH', 'CDL3WHITESOLDIERS', 'CDLABANDONEDBABY', 'CDLADVANCEBLOCK', 'CDLBELTHOLD', 'CDLBREAKAWAY', 'CDLCLOSINGMARUBOZU', 'CDLCONCEALBABYSWALL', 'CDLCOUNTERATTACK', 'CDLDARKCLOUDCOVER', 'CDLDOJI', 'CDLDOJISTAR', 'CDLDRAGONFLYDOJI', 'CDLENGULFING', 'CDLEVENINGDOJISTAR', 'CDLEVENINGSTAR', 'CDLGAPSIDESIDEWHITE', 'CDLGRAVESTONEDOJI', 'CDLHAMMER', 'CDLHANGINGMAN', 'CDLHARAMI', 'CDLHARAMICROSS', 'CDLHIGHWAVE', 'CDLHIKKAKE', 'CDLHIKKAKEMOD', 'CDLHOMINGPIGEON', 'CDLIDENTICAL3CROWS', 'CDLINNECK', 'CDLINVERTEDHAMMER', 'CDLKICKING', 'CDLKICKINGBYLENGTH', 'CDLLADDERBOTTOM', 'CDLLONGLEGGEDDOJI', 'CDLLONGLINE', 'CDLMARUBOZU', 'CDLMATCHINGLOW', 'CDLMATHOLD', 'CDLMORNINGDOJISTAR', 'CDLMORNINGSTAR', 'CDLONNECK', 'CDLPIERCING', 'CDLRICKSHAWMAN', 'CDLRISEFALL3METHODS', 'CDLSEPARATINGLINES', 'CDLSHOOTINGSTAR', 'CDLSHORTLINE', 'CDLSPINNINGTOP', 'CDLSTALLEDPATTERN', 'CDLSTICKSANDWICH', 'CDLTAKURI', 'CDLTASUKIGAP', 'CDLTHRUSTING', 'CDLTRISTAR', 'CDLUNIQUE3RIVER', 'CDLUPSIDEGAP2CROWS', 'CDLXSIDEGAP3METHODS']


Any simple example would be appreciated.... 

Thanks,

TC Mabe


  Limit/Market Trades
Posted by: mr.davis - 07-11-2018, 10:52 AM - Forum: General Discussion - Replies (5)

Hey everybody,

I used the search function but couldn't find any thread about this.
For my live Gekko I changed in the bitfinex.js the code from "exchange limit" to "exchange market".
One friend who is into coding and all the stuff told me, that he looked up into the Gekko source code and that Gekko only can run on limit market trades. Is that right?

Thanks for your help.
Asmike thanks for such a great tool!


  OBV
Posted by: Kris191 - 07-10-2018, 12:17 PM - Forum: Strategy Development - Replies (1)

Hi all,

Has anyone ever put OBV in a strategy? If so how or where can i find the indicator file.

Thanks


  RSI_BULL_BEAR_ADX doesn't work
Posted by: chico - 07-09-2018, 06:39 PM - Forum: Strategy Development - Replies (9)

Hi,
i'm running gekko in a docker on MAC OS X.

I have installed new strategies and when i do backtest, RSI_BULL_BEAR is working fine.

RSI_BULL_BEAR_ADX doesn't work.
It starts and immediately stop without any result.

Talib and Tulind have been installed

Can somebody help?
Thank you