Commit Graph
7 Commits
Author SHA1 Message Date
Matthias 60120742a9 Convert SwingHigh to StrategyParameters
Removes HO-SwingHighToSky
2021-08-03 20:54:24 +02:00
SamaooandGitHub 67c081297c Update Swing-High-To-Sky.py 2021-04-05 12:04:54 +02:00
OtenMotenandGitHub 58981b3166 Added second indicator (RSI) 2021-03-28 15:22:21 +02:00
OtenMotenandGitHub f670aac23b Update Swing-High-To-Sky.py
Added comment
2021-02-25 12:54:17 +01:00
OtenMotenandGitHub e567422b0d Changed syntax and added comments 2021-02-23 20:38:34 +01:00
05933f9e26 Update user_data/strategies/Swing-High-To-Sky.py
Jep, very good.

Co-authored-by: Matthias <xmatthias@outlook.com>
2021-02-23 20:32:06 +01:00
OtenMotenandGitHub 40353219ae Added strategy "Swing-High-To-Sky"
## Hello dear community,

I like to share my newest hyperopt with you. I though about how cool it would be to know what's the perfect timeperiod for CCI indicator. In a strategy you do something like this: `dataframe['cci'] = ta.CCI(timeperiod=14)`

You would do this by hand for each timeperiod which is very annoying. Therefore, I created this hyperopt to looking for the perfect timeperiod for the CCI indicator. Please review this pull request very critical and share your minds.

Since the last two months (from 1st Jan 2021 until now) this strategy in BTC/USDT 30m chart had worked **very very** well. After two months I now optimize this strategy again.

I provided both, strategy and hyperopt file, in the attachements.

## Summary
The goal of this hyper-optimization is to find the perfect timeframe of the CCI indicator (from 10 to 100) within a range from -400 to +400. The MACD indicator here is just a favorite of myself, replace with your favorit indicator if you like.
2021-02-22 12:21:35 +01:00