| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 273 online users. » 0 Member(s) | 273 Guest(s)
|
| Latest Threads |
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,825
|
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,769,644
|
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,484
|
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 346,493
|
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,836
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,145
|
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,996
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,753
|
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,755
|
|
|
| Gekko Buy/sell starting position |
|
Posted by: Kris191 - 05-16-2018, 01:27 PM - Forum: Feature Requests
- Replies (1)
|
 |
Hi all,
One feature i think is needed is the ability for gekko to decide if long or short is the 1st trade to use, when you fire up gekko, currently it chooses to short each time you fire it up even when there is nothing to short.
Having gekko check if the balance is in favor of the asset or currency on start up then adjust the 1st trade would be ideal.
Thanks
|
|
|
|
| Remote manual override |
|
Posted by: CMyers - 05-15-2018, 06:46 PM - Forum: Feature Requests
- No Replies
|
 |
Here's what I would find most useful - the ability to manually do four things, remotely by email or phone app, in a secure way:
1. Send buy advice to my trader
2. Send sell advice to my trader
3. Pause my trader, but keep watching the market
4. Restart my trader from a paused state
With my (lack of) skills, I'd probably have the trader watching an email address like complexpassword@gmail.com for instructions, but I'm sure there's a more crypto-savvy way of implementing this.
Trading on based on charts is better than guessing, but sometimes you see a shift in the fundamentals (block reward halving, for example) and want to manually take action or prevent buying into a bull trap, etc.
I'd put up a bounty, but I have a new baby on the way in 4 weeks...
|
|
|
|
| Ultra Profit Strategie! 2 month= +116874% |
|
Posted by: susitronix - 05-12-2018, 11:35 PM - Forum: General Discussion
- Replies (8)
|
 |
Hi i made theese profitable Backtests.
Ultra Strat Profit
But in real live what happen?
Does it trade like that?
Well this is a very volatile Pair.
In order to Buy/Sell successful, someone must fullfill our Gekko´s order.
Otherwise Gekko would just stuck in the trade and EVENTUALLY CRASH.
What do we do about it?
I found out that its hard to make a strat with candlesize 1-3 profitable over time.
BUT there is a simple trick from forum-mate xFFFFF you could try for medium volatile pairs
Binance:
first i use tickrate: 2sec instead of 20sec
Why? because Gekko, if not able to fullfil the order, it will remove it, calculate new price and place a new order...
Code: C:\Users\blip\gekko\core\budfox\heart.js
then read here the article:
xFFFFF
i tried it and it works! Right now im not using it because of semi-volatile pair, but i see gekko has more trouble to trade, then with it.
cheers.p
|
|
|
|
| What exchange do you use? |
|
Posted by: Ballsy - 05-12-2018, 10:43 PM - Forum: General Discussion
- Replies (5)
|
 |
Hi,
Just wondering what exchanges people are using and if they have any pro's/con's to help others choose.
I'm currently only using GDax/Coinbase, this was simply because when I very first started looking into investing Coinbase looked very straightforward, quickly gravitated to GDax when I started to understand more.
Ideally I'd like an exchange that I can put strategy graphs onto back data, GDax lacks a lot in this area.
|
|
|
|
| Signal Code Help |
|
Posted by: Kris191 - 05-12-2018, 05:12 AM - Forum: Technical Discussion
- Replies (5)
|
 |
HI all,
I want to add "successful Sell" signal to an output for the IRC bot, but im struggleing...
I have tried adding checkOrder and log.info to the output section but the bot doesn't understand the command. Can anyone help?
thanks
|
|
|
|
| Help with charting |
|
Posted by: Henry151 - 05-11-2018, 06:43 PM - Forum: Automated Trading
- No Replies
|
 |
Hi guys,
So I'm trying to make a chart to help me visualize backtest data;
I've got the detailed_exposures.csv file, which as you know is structured like
Code: Entry at (UTC) Exit at (UTC) Exposure Entry balance Exit balance P&L Profit
2017-08-26 05:00 2017-08-28 05:10 2 days 99.7 98.899 0.8 -0.80%
2017-08-28 20:40 2017-08-29 13:40 17 hours 98.603 105.704 7.1 7.20%
2017-08-29 18:30 2017-09-02 11:00 4 days 105.387 107.681 2.29 2.18%
2017-09-03 13:40 2017-09-03 15:10 2 hours 107.358 110.483 3.12 2.91%
I'm trying to figure out how I can chart it so that I've got an X axis that is "Time" and a Y axis that is "Balance."
So i would take a chart that has "time" on the bottom, and take each "entry at" and "entry balance" and plot them onto the chart, and each "exit at" and "exit balance" and plot them onto the chart. I think. But I'm not sure. And how the heck would I do that anyway?
Any help much appreciated. Or any guidance at all about how I can chart this data in an insightful or meaningful way.
|
|
|
|
|