Gekko Forum
What strategie use actually ? - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html)
+--- Thread: What strategie use actually ? (/thread-2108.html)



What strategie use actually ? - bourriket - 03-02-2018

hi allbody !!

I'v now a gekko server on docker ready to work !

After read this post on the forum : https://forum.gekko.wizb.it/thread-100.html?highlight=RSI_BULL_BEAR,  i'm exciting by the result of the backtest.
More than 62000% on ETH-USDT: 2016-01-01 - 2017-10-05. That is uncredible.

i'm ready to try this strategie in live but before i would like ask you if for you there is not a better choice to a strategie ?

Thanks askmike and the community for this work !


RE: What strategie use actually ? - Greg L. - 03-08-2018

You can have way better results on some other pairs, as USD/BTC and USD/ETH drain a lot of bot strategies.
However, keep in mind that these long tests have good results because of market peaks and price drops during the said period, but current market is sideways. You'd better analyse how your strategy behaves on a flat market, or a market that is on a slow uptrend/downtrend.

It's quite easy to beat the market when it's in uptrend/bullish. Getting money from a bearish market is another story.


RE: What strategie use actually ? - susitronix - 04-25-2018

Hi
after testing all these indicators i developed my own trendline indicator.
The strat is based on a RSI trader but for the extrem stepup/down the realtime signal crosses the trend vectors.
Makes it MUCH faster than eny indicator signal-averaging process and is even to slow sometimes.(1min candle)
I do average the trend vectors but not the signal.
Exactly the other way around. it works. see you on the other.side


Read my reply here:
https://forum.gekko.wizb.it/thread-56252-post-58292.html#pid58292


RE: What strategie use actually ? - crypto49er - 04-28-2018

I'm on version 7 of my strategy and finally found something that will make money in the bear market. It also doesn't trigger any stop losses, which is practically AMAZING! But it also earn 1/3 as much during bull markets so I still need to fine tune it.


RE: What strategie use actually ? - yesman85 - 05-04-2018

(04-28-2018, 01:30 AM)crypto49er Wrote: I'm on version 7 of my strategy and finally found something that will make money in the bear market. It also doesn't trigger any stop losses, which is practically AMAZING! But it also earn 1/3 as much during bull markets so I still need to fine tune it.

Would you mine sharing your strategy? I would like to see what parameters you use and see if I can help tweak it.


RE: What strategie use actually ? - crypto49er - 05-05-2018

(05-04-2018, 03:51 AM)yesman85 Wrote:
(04-28-2018, 01:30 AM)crypto49er Wrote: I'm on version 7 of my strategy and finally found something that will make money in the bear market.  It also doesn't trigger any stop losses, which is practically AMAZING! But it also earn 1/3 as much during bull markets so I still need to fine tune it.

Would you mine sharing your strategy? I would like to see what parameters you use and see if I can help tweak it.

Not at this time. It's not that it's an awesome strategy and it will make a ton of money. It's that after looking at the RSI Bull Bear strategy I feel like I have a lot to do before I can consider my strategy usable. It probably works great in the stock market (total guess) or any markets that trades sideways a lot, but on bull runs, it will underperform so badly that I need to completely rework it.


RE: What strategie use actually ? - hoppy1969@hotmail.com - 05-19-2018

(04-25-2018, 01:57 AM)susitronix Wrote: Hi
after testing all these indicators i developed my own trendline indicator.
The strat is based on a RSI trader but for the extrem stepup/down the realtime signal crosses the trend vectors.
Makes it MUCH faster than eny indicator signal-averaging process and is even to slow sometimes.(1min candle)
I do average the trend vectors but not the signal.
Exactly the other way around. it works. see you on the other.side


Read my reply here:
https://forum.gekko.wizb.it/thread-56252-post-58292.html#pid58292

susitronix,

Is this a strategy that is on github that I can download and use? Are there settings in the strategy that need to be adjusted within the code, or just in the Parameters window that comes up when you start the bot? Thanks.

v/r
Hoppy


RE: What strategie use actually ? - xFFFFF - 05-19-2018

NNv2: https://github.com/zschro/gekko-neuralnet/blob/master/strategies/NNv2.js