Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 207 online users. » 0 Member(s) | 207 Guest(s)
|
Latest Threads |
Gekko 0.6 released
Forum: Announcements
Last Post: lsm99dna
08-06-2025, 08:15 PM
» Replies: 124
» Views: 332,554
|
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 246,876
|
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 324,044
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 275,432
|
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,470,631
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 134,089
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 22,900
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 57,193
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 71,822
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 512,235
|
|
|
Upcoming Strategy Competition: win 0.1 BTC! |
Posted by: askmike - 10-31-2018, 09:36 AM - Forum: Strategy Development
- Replies (48)
|
 |
EDIT2:
(11-21-2018, 12:58 PM)askmike Wrote: All the accepted strategies are now running live on Gekko Plus. Visit the leaderboard here:
https://app.gekkoplus.com/
If yours is not there AND I did not email you please get in touch with me 
[EDIT]
Submissions are now closed. Thanks everyone for your submissions! In the next few days the contest will start!
[/EDIT]
As part of Gekko Plus I'll be hosting a strategy competition! In a nutshell:
- Everyone can upload strategies they created themselves (and never shared online) to Gekko Plus.
- They will stay your strategies, I won't share them with anyone else. You give me the right to run the strategy in simulations (backtests & paper traders)
- I will run all participating strategies for 25 days.
- Their results are shown in realtime in a leaderboard
- At the end of contest the creator of the strategy will win 0.1 BTC.
After the contest I'd like to keep using all strategies (but you are in control, you can delete them at any time and they are clearly marked as created by you) for the Gekko Plus platform: They will only be used for simulations but as soon as a Gekko Plus member wants to run the strategy with real funds, they can do so through the platform (not able to download it) - if they do you will get paid for this.
You can find all details here: https://app.gekkoplus.com/contest
Quote:Everyone can now sign up and submit their strategy!
Signup here: https://app.gekkoplus.com/signup
|
|
|
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.
|
|
|
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
|
|
|
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]](https://i.imgur.com/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]](https://i.imgur.com/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'
|
|
|
|