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: 929
» Forum posts: 6,493

Full Statistics

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.


  Problem installing Gekko Broker's dependencies
Posted by: Spliffer10 - 01-01-2019, 07:59 PM - Forum: Technical Support - Replies (1)

When I install Gekko Broker's dependencies on cmd.exe there's an error message and I can't install it. I'm attaching the log of the failed installation and I'm waiting for your help.
Thanks,



Attached Files
.docx   log.docx (Size: 35.02 KB / Downloads: 15)

  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?


  Backtesting Tool XFFFF issues
Posted by: Piff_Sara - 12-29-2018, 06:24 PM - Forum: General Discussion - Replies (1)

Hi guys,
I've installed the Backtesting Tool of XFFFF and it's GREAT, but i have some issues:

1) The backtesting itself works but not at 100%. Everytime in 1 run i execute 1 backtest (therefore i just run 1 backtest, on 1 pair, on 1 exchange, on 1 time window), i see the following errors. This doesn't appear if in 1 run i execute >1 backtests (e.g. when i vary the values of a parameter in the strategy from X to Y). 



.jpg   Backtesting.jpg (Size: 260.61 KB / Downloads: 12)

2) The second issue I'm facing regards the importing function that just doesn't work. The program get stuck during importing. The only thing i changed in the code is a pair of lines because i saw that the system was pointing towards the wrong folders (this is what i did --> https://github.com/xFFFFF/Gekko-BacktestTool/issues/45). Unfortunately this was not enough and i still get stuck.


.jpg   Importing.jpg (Size: 34.35 KB / Downloads: 10)


3) And finally, the BT tool cannot generate a CSV file. It generates a file, but not a CSV. It generates like a blank file that put into Excel gives a very messy table that must be clean.

I'm pretty sure the installing went well, because the backtest itself works... but the rest just works bad or not at all.
Can please anyone help me?? Sad

Cheers!


  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 .


Question Ability to monitor top 24h coins and auto choose one to start trading
Posted by: raveitsdave - 12-22-2018, 03:58 AM - Forum: General Discussion - Replies (8)

I'm surprised I wasn't able to find anything on this topic, maybe I'm blind or it's so obvious that it's embarrassing to ask, either way it's the internet so here goes: 

I'm looking for Gekko to monitor the top 3 performers on Binance (highest 24 hour rise in price). If one of the coins meets my requirements (very simple requirements), Gekko will auto start my trading strategy for that coin, otherwise it will remain idle and continue to monitor. 

Is this possible? and if so could you point me in the right direction. I don't mind a challenge if it will be difficult to achieve. 

Thanks so much for your development. Gordon would be proud Tongue


  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?


  TSI + Stop loss
Posted by: andyH0r - 12-17-2018, 04:57 PM - Forum: Strategy Development - Replies (1)

Hi! 
Could you please tell me how I can add function Stop Loss into TSI strategy.
Thanks!