Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 277 online users. » 1 Member(s) | 276 Guest(s) bangla4creator
|
Latest Threads |
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 246,383
|
Gekko 0.6 released
Forum: Announcements
Last Post: Mediks
07-14-2025, 07:09 AM
» Replies: 123
» Views: 331,928
|
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 322,841
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 274,251
|
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,465,239
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 133,852
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 22,854
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 57,069
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 71,696
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 511,485
|
|
|
Request new exchanges |
Posted by: tradingthelife - 01-03-2019, 05:30 AM - Forum: Other exchanges
- Replies (1)
|
 |
Hi friends, I'm very impressed with your project so I would like to make a question or proposition if you didn't think about it...
I trade altcoins but also indices and stocks and I have my own strategies. So... Have you thought about creating new broker integrations such as IG Markets or Interactive Brokers? I think it would be a great expansion for gekko and all trading community.
I would thank you if you think about it.
Thanks a lot and best regards.
|
|
|
Start Time Question on UI |
Posted by: gkendrick - 12-31-2018, 08:21 AM - Forum: Technical Support
- Replies (12)
|
 |
On the Gekko UI I'm running a live trade bot. On the Strat runner page under the Runtime display it says: Watch Since 2018-12-25 03:57
I was running the bot based on 1 hour and I know it will start process after the warm-up period.
Does that mean its going to check a candle against my strategy at:
(A)
2018-12-25 04:57
2018-12-25 05:57
2018-12-25 06:57
etc...
or is it smart enough to
(B)
2018-12-25 05:00
2018-12-25 06:00
2018-12-25 07:00
etc... on the hour?
If it is (A) does that mean the only way to start it on the hour is to hit the start button exactly on the clocks hour?
|
|
|
What will happen if lot of trades happen in a short time? |
Posted by: hitripley - 12-24-2018, 04:08 PM - Forum: Technical Discussion
- No Replies
|
 |
I'm running gekko and it works great till now. But when I browsing gekko's code I found in the exchange/bitfinex.js (I'm dealing with that exchange) the getTrades is implemented as:
...
Trader.prototype.getTrades = function(since, callback, descending) {
......
if(since)
path += '?limit_trades=2000';
const handler = cb => this.bitfinex.trades(path, this.handleResponse('getTrades', cb));
retry(null, handler, processResponse);
......
}
...
It looks like value of "since" timestamp is skipped and it's just used to add a limit_trades=2000 to the API call. I tried to debug the code and that API call never returned entries more than 100.
I understand value of "since" is discarded because it's not supported by exchange, but what will happen if there's a flood of trades, say the trade rate reaches 1000/seconds. Given the getTrade API is call every 20 seconds by default, it looks like gekko will have a difficult time to generate correct candle in that case.
Could you guys please clarify if my speculation above is correct? It raises some concern about correctness of the trading bot .
|
|
|
A way to withdraw to and from hardware wallet |
Posted by: ampyxx - 12-20-2018, 01:33 AM - Forum: Feature Requests
- Replies (1)
|
 |
Is there any possible way to transfer to and from a hardware wallet or a web wallet? I know having this information stored on a computer is bad but if it's cryptographically protected through the application I could see it working so long as nobody knew how to get ahold of the two-way cipher. Please let me know if this is at all feasible.
Thank you Mike for this excellent program.
|
|
|
Backtest tools for Gekko: Batch / BruteForce / Import |
Posted by: nickz - 12-19-2018, 09:08 PM - Forum: Third Party Software
- Replies (2)
|
 |
Backtest tools for Gekko
CLI tools help to put together testing and optimizing strategies that extend the Gekko's Trading Bot capabilities – and thus you may get the most of it, and see what combinations were the best and the worst backed up by statistics.
The results appear in a CSV report file. It provides key statistics describing the overall performance of the selected strategies over the chosen historical timing of the simulation.
For more information, check out git repository: https://github.com/nicolay-zlobin/gekko-batcher
You can find sample file output here
|
|
|
Using Gekko for forex trading |
Posted by: Peter123 - 12-17-2018, 06:43 PM - Forum: Technical Discussion
- Replies (6)
|
 |
Hello,
since you can write your own API's for diffrent exchanges, I wondered if it would be possible to trade fiat currencys.
Would this be technicly possible?
What is about trading with margin? Can Gekko do this?
|
|
|
|