[SHARE] Simple RSI BULL/BEAR strategy - 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: [SHARE] Simple RSI BULL/BEAR strategy (/thread-100.html) |
RE: [SHARE] Simple RSI BULL/BEAR strategy - ankasem - 02-13-2018 (02-13-2018, 05:05 PM)tommiehansen Wrote: Unfortunately i don't know. The BTC-USD pair seem to be especially hard to get good results out of (maybe because of other bots?). thanks for your quick answer in the hope of success only 50$ RE: [SHARE] Simple RSI BULL/BEAR strategy - susitronix - 02-13-2018 (02-13-2018, 09:59 AM)tommiehansen Wrote: Frankly i find TradingView and pinescript to be a bit buggy so maybe it's me though. Coinigy allso seems a bit buggy but still very nice. (Candlesize can be choose in minutes) ONLY for the SMA, the result looks a bit weird. Coinigy i can choose the SMA being sourced from the windows left side or right or none. But the visual result is allways not as expected and the ammount of History pretty small. so this Coinigy averaging becomes usless to look at. Seems the SMA_long is above and the short would never cross. Can you recomend a way to look at the SMAs By the way i found your RSI_Bull_Bear_ADX. Thanks alot again! everyone can copie/past some code but thats far away from a proper OPTIMIZED highend code. Words are worthless so if i come up ill tip you and mike off, thats for shure Just found your STRATGIES at https://github.com/xFFFFF/Gekko-Strategies luckly in the Strat it says c ThommieHansen because on the Github page it says nothing about the Author. ..So i thought xFFFFF would be the Author RE: [SHARE] Simple RSI BULL/BEAR strategy - 0mathew0 - 02-13-2018 (02-13-2018, 09:59 AM)tommiehansen Wrote: Cool, but doesn't seem to resemble the backtest results within Gekko? If the strategy tester properties are setup right it comes near Gekkos result (with small deviations.. because of the candle-tick point of time i believe, since gekko just adds 15min to any point of time and tradingview basically starts at zero). In the end it's just a nice helper to swiftly play around with strategy parameters (less than a second of processing time) and finally test them with gekko. RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-13-2018 (02-13-2018, 11:06 PM)0mathew0 Wrote:(02-13-2018, 09:59 AM)tommiehansen Wrote: Cool, but doesn't seem to resemble the backtest results within Gekko? Maybe, i just couldn't get anywhere near the Gekko results. I know TradingView and Gekko differ somewhat on the candles though. And yes -- a nicer way. I usually use TradingView to get a sense of things on a larger scale. Unfortunately Gekko is very, very... slow in comparison to TradingView and to just visually get a sense of things. RE: [SHARE] Simple RSI BULL/BEAR strategy - Argon - 02-14-2018 Someone using this with succes and made profit? I'm new to it and just did the complete setup and read this whole tread. It looks promising, but if I went to the following Github https://github.com/xFFFFF/Gekko-Strategies and you open some strategies (including the one from Tommie) it almost always made loss instead off profit. Will look further in this though :-) RE: [SHARE] Simple RSI BULL/BEAR strategy - dingus - 02-14-2018 Hi, Great work! Thank you for sharing. I'm having some issues repeating the backtrack results compared to the real world. I had a strategy running yesterday, it gradually lost money so I stopped it. When I backtrack that same segment with the same strategy it has way better results. Server is running on a macbook pro. Any one who has an idea on this? Thank you so much! RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-14-2018 (02-14-2018, 10:07 AM)dingus Wrote: Hi, Do better backtests with longer durations (at least 1 year) of data and also make sure to check different periods to see how the strategy works in different market conditions (basically there are 3 major conditions: bull, bear and sideways). That the strategy doesn't always profit is also to be expected and should be expected as well. This is something you'll clearly be able to see if you check the 'Roundtrips' after a backtest. (02-14-2018, 09:54 AM)Argon Wrote: Someone using this with succes and made profit? Run your own backtests. RE: [SHARE] Simple RSI BULL/BEAR strategy - Gil707 - 02-14-2018 Anybody can help with correct importing these strategies (from git) to Gekko?.. thank's RE: [SHARE] Simple RSI BULL/BEAR strategy - Argon - 02-14-2018 Anyone knows what the problem is when installing talib? Gekko is running fine, but when I want to install Talib I got the following: Code: C:\Users\nvw\Desktop\Gekko>npm install talib When seeing this error: Code: Error: ENOENT: no such file or directory, scandir 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework' I installed the latest .net framework supported on my system (Windows 10). The only folders that I got in \microsoft\Framework are v3.0 and v3.5 . No ".NETFramework" folder to see... Anyone an idea? Thanks RE: [SHARE] Simple RSI BULL/BEAR strategy - dingus - 02-14-2018 Hi Tommy, Thank you for answering, The strategy is tested on data for many months and in different time spans. The tests that I've done include several roundtrips, my issue is that the roundtrips of the "real world" don't match the ones of the backtest, asif the "real world" buy and sell actions are somewhat delayed, I'm using real tight periods and 2 min candles to check its behaviour quickly. might this be more of an overall Gekko/API issue maybe? |