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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,566
» Latest member: AdultAd
» Forum threads: 1,541
» Forum posts: 7,724

Full Statistics

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

Latest Threads
Gekko development status ...
Forum: Announcements
Last Post: ameliezilber
1 hour ago
» Replies: 805
» Views: 523,655
Gekko with malware spotte...
Forum: Announcements
Last Post: ladyjames6600
04-12-2024, 03:23 AM
» Replies: 129
» Views: 89,969
An official Gekko service...
Forum: Announcements
Last Post: Henery
04-08-2024, 10:56 AM
» Replies: 83
» Views: 138,712
New Gekko UI in the works
Forum: Announcements
Last Post: pmkisanstatuscheckaadharcard
03-28-2024, 10:19 AM
» Replies: 133
» Views: 153,870
Gekko 0.6 released
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:10 PM
» Replies: 104
» Views: 213,483
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 39,007
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 81,039
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 15,053
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 34,308
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 45,293

 
  Advice Event Trigger field?
Posted by: Gryphon - 10-30-2018, 01:44 PM - Forum: Technical Discussion - Replies (21)

Currently the documentation states that this is always "trailingStop". Is there a way to write info to this?

I was looking at how I could get a message from the strategy to an event as when a strategy is running multiple indicators and stop loss/take profit it would be nice to know what has triggered the current advice. Obviously I'm not the only one to think this as there is a field for it... Is it possible to yet?

I was thinking something like this:

Code:
// this.advice('advice', 'optional message');
this.advice('short', `${takeProfitPercent}% Take Profit Triggered`);

Thanks.


  Trade canceled and remade every minute
Posted by: Indigo - 10-30-2018, 11:16 AM - Forum: General Discussion - Replies (2)

Hi askmike or anyone who can help me  Smile

First of all, I love your code. And I love the idea of GekkoPlus.

I backtested and now live. The issue is when my bot wants to buy at, let's say, 10. The market is not liquid enough so I'm waiting on the queue.

BUT, every minute, my order is canceled, and just after that re-made for 10. 

SO, I lost my place in the queue and become last again...

Do you how to easily say to the bot in the js : "Please until the situation changed, stick to your order" ?    Huh


Thanks for your time   Shy


  IS THIS POSSIBLE?
Posted by: bitsnpcs - 10-29-2018, 03:41 PM - Forum: Strategy Development - Replies (9)

Hi there wanted to ask if this is possible with GEKKO or could be when GEKKO PLUS arrives?

So lets say I have a tip of a coin worth a punt

lets say 

buy price is 0.100 

stop loss is 5%, 6% for example (can this be used or does it have to be a number) or 0.095

target 1 is 0.105  target 2 is 0.110  target 3 is 0.115 for example (can we set the strat to adjust up, in other words we have the target 1 price set and as soon as it hits then the stop loss will move up and the target price will adjust?

Thanks


  Binance
Posted by: pudly - 10-28-2018, 11:29 PM - Forum: General Discussion - Replies (10)

I just got gekko installed. But when I go there, to the imports, the drop down menu for the markets is blank. Also, the only API key I can add is for Polienex. I use Binance. How do I get Binance on Gekko?


  What makes a strategy good?
Posted by: CryptoSia - 10-26-2018, 11:49 AM - Forum: General Discussion - No Replies

Hi all,

I found gekko two weeks ago and it has consumed my time since, im loving it.
The past week I've been working on my strategy and I think I am done with it now. 

Currently i am back testing and tweaking it to give better results, and would like to try a live run soon. This is my first time writing a strategy and as i mentioned i think i am done, but not really sure. 

So I was just wandering what are the main things you guys are looking for when creating a strategy.
Should it beat the market, stop you out of bad trades, have perfect entries/exits or simply be profitable?

Thanks  Smile


  Market price instead of limit order?
Posted by: pure-eyes - 10-25-2018, 03:52 PM - Forum: Technical Discussion - Replies (2)

Is it possible for gekko to buy at market price instead of limit order? If yes, then how can I change it and in which script?


Question Tradebot not working
Posted by: pure-eyes - 10-25-2018, 12:34 AM - Forum: Technical Support - Replies (2)

Hello everyone. I have a problem with my tradebot. It is not making any trades, while papertrader with the same strategy and started at the same time is making trades. I have added API keys through the UI and in the config.js script, changed "enabled: false" to "enabled: true" as well.

[Image: IJClrsw.jpg]

I wanted my tradebot to buy using market price, not limit order, so I've changed the config.js file. But still don't know if I should change the "quantity" section, if I want my tradebot to use all my BTC I have? Or there should be "amount" as it is now?:

[Image: 6mb6c7N.jpg]

My strategy (RSI_BULL_BEAR_ADX), 1 minute, 10 minutes warmup:


Code:
[SMA]
long = 6
short = 3

[BULL]
rsi = 4
high = 68
low = 33
mod_high = 5
mod_low = -5

[BEAR]
rsi = 2
high = 90
low = 5
mod_high = 15
mod_low  = -5

[ADX]
adx = 15
high = 44
low = 21



Is there something I am doing wrong, so my tradebot is not making any trades? How can I fix that?


  Please help fatal error
Posted by: NeonRon - 10-24-2018, 10:58 PM - Forum: Technical Support - Replies (6)

{ buyParams:
   { price: '0.83',
     size: '131.03581763',
     product_id: 'ZRX-USD',
     post_only: true,
     side: 'buy' } } 'HTTP 400 Error: size is too accurate. Smallest unit is 0.00001000'


  RangeError
Posted by: reck1 - 10-24-2018, 04:26 AM - Forum: Technical Support - Replies (7)

Hello,

when I try paper trader in CLI, I get a "RangeError: Maximum call stack size exceeded" error.
 If I lower the trading advisor required history size below 4000, the paper trader will work, but over this number I will get an error. Any way around this? 

I need the history size to be high because I am running a strategy that utilizes multiple candle sizes in the strategy.

I am running this on Windows 10 and installed without bash. 


events.js:156
EventEmitter.prototype.emit = function emit(type) {
                                           ^
RangeError: Maximum call stack size exceeded


any ideas?
thanks



Attached Files
.txt   log.txt (Size: 5.36 KB / Downloads: 3)

  noob issues im having
Posted by: jaypeg - 10-23-2018, 08:22 AM - Forum: Technical Support - Replies (5)

Here are some things I don't know how to fix

1. CMD says something about a vulnerability and doesnt look like it install the decencies

2. Tried to run it anyways and the importer has no options for any exchanges. I tried to use gekko before and this was always an issue i had no idea how to resolve in the past.



Attached Files
.png   cmd.PNG (Size: 15.21 KB / Downloads: 6)
.png   Capture1.PNG (Size: 17.35 KB / Downloads: 5)