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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 17,100
» Latest member: Talic_pyen
» Forum threads: 1,550
» Forum posts: 7,521

Full Statistics

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

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: jhonndavid
10-03-2023, 04:49 PM
» Replies: 61
» Views: 105,041
Gekko development status ...
Forum: Announcements
Last Post: zerzamilmu
09-28-2023, 08:06 AM
» Replies: 689
» Views: 323,325
Gekko with malware spotte...
Forum: Announcements
Last Post: sunglassesmud
09-25-2023, 08:23 AM
» Replies: 92
» Views: 57,778
New Gekko UI in the works
Forum: Announcements
Last Post: preeti123
09-21-2023, 09:34 AM
» Replies: 103
» Views: 117,090
Gekko 0.6 released
Forum: Announcements
Last Post: OKBET
08-23-2023, 07:36 AM
» Replies: 94
» Views: 181,592
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 30,143
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 64,077
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 12,804
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 26,846
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 38,677

 
  Creating New Strategy Tutorial?
Posted by: jholley1 - 01-04-2018, 05:16 PM - Forum: Automated Trading - Replies (4)

Greetings, 

Could someone create a tutorial on how to create and implement a new strategy from scratch? I am a complete noob and need all of the help I can get. I think this project is awesome and the potential for something great is definitely here, I just need some step by step help getting this bot started. 

Thanks in advance for your reply, anything that could even point me in the right direction would be great. 

NOTE: I have read the documentation throughly and I am learning javascript but a Gekko specific tutorial would be awesome!


  advice indicator graph
Posted by: Joris tsja - 01-04-2018, 12:27 PM - Forum: General Discussion - Replies (1)

Hi, Is it possible to give sell advice multiple times in a row. 
So lets say you have amount in BTC and you want to sell 20% when you think you detected a peak and than again at the next peak?


Bug Requesting New Exchange: huobi.pro
Posted by: jaguar666 - 01-04-2018, 11:58 AM - Forum: Other exchanges - No Replies

Requesting New Exchange Platform: https://www.huobi.pro


  How long to import data ?!
Posted by: Blade - 01-04-2018, 09:58 AM - Forum: Kraken - Replies (5)

Hello,
do you have problem while importing data from kraken ? I try to import 1 month and I can't, it's hang on 1.84% and no error in the shell.
Thank you !

Edit1: Maybe this error is the problem:
(node:22427) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'date' of undefined
(node:22427) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.


  Stop Limit on Exchanges Supporting it
Posted by: cubanhacker - 01-04-2018, 09:42 AM - Forum: Feature Requests - Replies (1)

We need stop limit capabilities, many exchanges implement this feature via API , I am a developer myself and can probably help ? However, need a basic understanding on where the code is to get involved...

https://www.investopedia.com/terms/s/sto...torder.asp

I would like to see it implemented on the exchange side rather than telling on Gekko to place the stop limit at market price using strategies. Proper portfolio risk management requires this feature in order to limit potential loses making them instead calculated risks. If you enter the market at a position regardless of the uptrend or downtrend, you should be able to set "set in stone" from the moment you take the position how much are you willing to lose on that bet.


  Requested New Exchange: Cryptopia
Posted by: md3inaustin - 01-04-2018, 03:12 AM - Forum: Other exchanges - Replies (7)

Requested New Exchange: https://www.cryptopia.co.nz


  Advanced Portfilio and Trade Management
Posted by: werkkrew - 01-03-2018, 10:34 PM - Forum: Feature Requests - Replies (3)

Just wanted to collect some Github feature requests and put them in one place as well as add some of my thoughts on the subject.  I encourage others to add to my lists of potential features.

I will likely attempt to work on this myself and submit a pull request when I can, unless someone else volunteers.

Corresponding Github Issues:

https://github.com/askmike/gekko/issues/1619
https://github.com/askmike/gekko/issues/1608
https://github.com/askmike/gekko/issues/1116
https://github.com/askmike/gekko/issues/937
https://github.com/askmike/gekko/issues/484

Summary: Allow for Advanced Portfolio Management - Either through the primary configuration of an instance of the bot, in a strategy itself, or both.

Details:

Portfolio Management - Should probably be configured on a per strategy runner/trader/strategy basis

  • Allow configuration of a percentage of the balance as is seen when the bot is started.  For example, you have 1 BTC and want the bot to use 20%.  When the bot starts it will take 20% of the 1 BTC and trade with a starting balance of 0.2 BTC.  Any profits or losses will belong to that instance of the bot.  If it makes money, it will have the new higher balance to work with.  Optionally, allow the calculation to be dynamic or static, meaning it will only ever use 20% of the starting balance even if it makes profit or allow it to use its own profits.
  • Similar to the above, give the bot a fixed amount of your balance to work with, example you have 1 BTC and want an instance of the bot to use 0.3 BTC, you can define that.
  • Similar to the above, give the bot a maximum it can work with.  For example, my entire portfolio except 0.1 BTC.
Trade Management - Should probably be configured per strategy
  • Limit amount per trade - example, only submit trades for 0.01 BTC each and limit it to X trades per time period or only submit new trades once price has moved by X
  • Proportional trade amount - example, trade with a minimum of X and a maximum of Y depending on trend strength
  • Match pings or don't - example, ensure pongs (round trip completions) from a specific ping match the traded amount of the ping or allow pongs to be calculated in the same way as pings based on trend strength
Example Use Cases:
  • Multiple Instances of the bot running against same asset or currency each given a proportion of the balance to work with
  • Not going all in on trends which are no strong
  • Stash profits away from bot so they are safe
  • Prevent too much directional trading
  • Allow for multiple round trips to be open at once
  • Allow for trading on both sides of the market
  • etc.


  Problems with coding my strategy
Posted by: lasseb - 01-03-2018, 06:49 PM - Forum: Automated Trading - Replies (1)

Hi

Congratz on new forum!

I have been trying for days \ weeks now to "program" the standard DEMA strategy like i want it. But cant seem to get it right and i have deleted all and trying to start all over again. Would be soooo gratefull if you could help me. 

So i have a clean standard DEMA strategy from you when i download right now. 

Im using Gdax for my exchange. I would like to use ema 12 \ ema 26 like its shown on gdax. 

My meaning about uptrend is when ema 12 is greather then ema 26, same with downtrend when ema 12 is less then ema 26


My problem and what i want the bot to do is: 
When ema 12 crosses ema 26 in a downtrend and ema 12 is 50 less then the crosspoint SELL,
So its not about the marketprice but about the crosspoint of the emas. . forexample if ema 12 crosses ema 26 at 12.000 i would like to sell at 11 950. But if  it dosent hit 11950 i dont want it to sell.

Same when buy: When ema 12 crosses ema 26 in a uptrend and ema 12 is greather then the crosspoint BUY. 
So if ema 12 crosses ema 26 in a uptrend at 12000 and ema 12 goes up to 12050 it BUYS. 


And when this is corrent, i would like the bot to buy and sell with limits.  Hope you can help


Do you have any soloution for me? cause im going crazy :p Huh



Attached Files
.png   my toughts.png (Size: 107.08 KB / Downloads: 38)

  Gekko Forum is now live!
Posted by: askmike - 01-03-2018, 04:18 PM - Forum: Announcements - No Replies

Long overdue is a place where people can discuss anything related to Gekko or automated trading, but it's finally here!

This forum will be a place for: discussions and support (in installing and creating algorithmic trading systems).