Hull_TSI Strategy v3True Strength Index, but Exponential Moving Average taken out and replaced with Hull Moving Average
this version uses 3 Hull MA's as well as the TSI value crossovers above or below the upper/lower lines
This version is the closest to the API bot featured at gekkoplus.com
Hull_TSI bot is competing in the competition
" Gekko Plus is hosting a strategy contest. Submit the best performing Gekko strategy and win 0.1 BTC! "
15 Nov 2018: Strategy contest start
10 Dec 2018: Strategy contest end
12 Dec 2018: Contest evaluation, announcement of winners!
Скользящее среднее Хала (HMA)
Hull_TSI Strategy v2True Strength Index, but Exponential Moving Average taken out and replaced with Hull Moving Average
this version uses only the crossover of the TSI values
HULL_FIB Strategy2 Hull Ma's
Long Hull MA FIB Lines
It will Sell when reaches upper 0.618 Fib and Hull(short_period)has crossed over to selling
it will close sell by TP or SL or when reaches lower 0.618 Fib
Buy is opposite that
here is how it makes the FIBS:
================================================
mult = input(3.0, minval=0.001, maxval=50)
basis = func_hma(price, HMAlengthLong)
dev = mult * stdev(price, HMAlengthLong)
upper_1= basis + (0.236*dev)
upper_2= basis + (0.382*dev)
upper_3= basis + (0.5*dev)
upper_4= basis + (0.618*dev)
upper_5= basis + (0.764*dev)
upper_6= basis + (1*dev)
lower_1= basis - (0.236*dev)
lower_2= basis - (0.382*dev)
lower_3= basis - (0.5*dev)
lower_4= basis - (0.618*dev)
lower_5= basis - (0.764*dev)
lower_6= basis - (1*dev)
plot(basis, color=orange, linewidth=2)
p1 = plot(upper_1, color=gray, linewidth=1, title="0.236")
p2 = plot(upper_2, color=gray, linewidth=1, title="0.382")
p3 = plot(upper_3, color=gray, linewidth=1, title="0.5")
p4 = plot(upper_4, color=black, linewidth=2, title="0.618")
p5 = plot(upper_5, color=gray, linewidth=1, title="0.764")
p6 = plot(upper_6, color=red, linewidth=2, title="1")
p13 = plot(lower_1, color=gray, linewidth=1, title="0.236")
p14 = plot(lower_2, color=gray, linewidth=1, title="0.382")
p15 = plot(lower_3, color=gray, linewidth=1, title="0.5")
p16 = plot(lower_4, color=black, linewidth=2, title="0.618")
p17 = plot(lower_5, color=gray, linewidth=1, title="0.764")
p18 = plot(lower_6, color=green, linewidth=2, title="1")
=================================================
HMA + ATR CLOUD SYSTEMPlaying around with some ideas. Hull MA's have good entries and exits on their own, but together with ATR I find them to be even more solid. Only tested with crypto. Best results on daily timeframe and long only.
Stop loss, trailing and pyramiding code is functional. There is also a long only / short only option in the bottom of the settings.
Let me know what you think
PBVIP's BTC Printing MachineQ:What is the BTC Machine?
A: Its an scripted algorithm that forecasts institutional positions on the market.
Q:How did the script be able to do it?
A: My theory is that big players as banks, hedge firms or those we call 'whales' have defined position based on trading algorithms that are less human and more artificial inteligence driven. I setup several indicators basing on past performance of the market and evolved each one, each parameter as an neural network would do. The result is aimed to replicate a view of the market from the eyes of a bot.
Q: Its hard to understand?
A: To simplify it, the algoritm paints defined and polarised signals directly on the chart, as "long", "exit long", "Short", and "exit short" so its fairly simple
I'm asking 0.05btc per month on the renting system or 10btc for full access on the script
Q: Where it works?
A: Mainly on Bitmex pairs, but is proven to work on binance, stock market pairs and even on forex.
Hull_TSI StrategyTrue Strength Index, but Exponential Moving Average taken out and replaced with Hull Moving Average
increase the values for increased timeframes i found good on 1hour chart 700,700,700 (instead of 420)
Hull Moving Average Cloud v2Hull Moving Average Cloud, is not the normal Hull crossover, instead opens orders at cross of price and alternative Hull MA configuration (stretches/shrinks with momentum)
Has history settings, Commission already included in result. Only looks into past, should be no repaint (im sure the trolls will correct me if im wrong, thankyou trolls i can always count on you)
Source code open, if you find improvement please share thankyou
Hull Moving Average x3 StrategyThree Hull Moving Average Crossovers , user can choose different history data periods, and timeframe ( indicator can look at timeframes other than just the current chart timeframe )
commission is already included in this result
Hull_Cloud3 Hull Ma's, cloud is made by the Mid and Long Hulls, entry and exit rules calculated with Short Hull (normal crossover) and edges of cloud
This has commission already accounted for, and has the backtesting time selection settings
so user can test any particular history data period
Hull_Long Hull_ShortHull Moving Average only, x2
Hull_Long = open orders
&
Hull_Short = close orders
profitable with commission of: 0.2% ( common taker/market order fee )
Hullinger Bands StrategyLike Bollinger Bands, but with Hull MA
seems to work on all pairs and timeframes
Hull Moving Average and Daily Candle CrossoverHull Moving Average. Alan Hull developed Hull Moving Average in 2005 in his quest to create a moving average that is "responsive to current price activity while maintaining curve smoothness". Hull claims that his moving average "almost eliminates lag altogether and manages to improve smoothing at the same time"
This strategy has Lag built in, the signal will appear 1 or 2 candles lagged, but it wont repaint the signal.... in theory!
Does this repaint? you tell me. thankyou
Change the settings every time you change timeframe or pair
Hull Moving Average Crossover StrategyHull Moving Average Crossover, the Strategy version, so people can easily test the profitability of it.
Use Indicator version for use with Alerts
PlutusX EMAHello PlutusX Family,
We recently released a trading strategy for BTC/USD. Please use this strategy for educational purposes only. PlutusX is not charging for using this software, however, is not responsible for any losses that you may incur.
INSTRUCTIONS:
The strategy is most accurate between the 1H - 4H timeframe,
Made specifically for BTC/USD, and
You can adjust commissions, slippage, and starting balance in the setting.
We have a new series on Medium & YouTube (@PlutusX) that is going over the most important parts of trading from beginner to professional. Be sure to like, subscribe, and clap!
--
Be sure to follow us:
Instagram: @PlutusX
ITwitter: @PlutusX
ITelegram: @PlutusX
YouTube: @PlutusX
PlutusX EMAHello PlutusX Family,
We recently released a trading strategy for BTC/USD. Please use this strategy for educational purposes only. PlutusX is not charging for using this software, however, is not responsible for any losses that you may incur.
INSTRUCTIONS:
The strategy is most accurate between the 1H - 4H timeframe,
Made specifically for BTC/USD, and
You can adjust commissions, slippage, and starting balance in the setting.
BTCbotLooks at more than just the BTC price, based off Hull MA
Attempt at reducing repaint by Averaging each candles Open-High-Low-Close and then using previous (not current) candle to calculate signal
Kozlod - 3MA strategy with SL/PT (7 MA types)Classic 3 MA strategy.
Long - Short MA crossover Medium MA and cross is above Long MA
Short - Short MA crossunder Medium MA and cross is below Long MA
You can choose one of these MA types in params:
Simple Moving Average ( SMA )
Exponential Moving Average ( EMA )
Weighted Moving Average ( WMA )
Hull Moving Average ( HMA )
Volume-weighted Moving Average ( VWMA )
Smoothed Moving Average ( SMMA )
Double Exponential Moving Average ( DEMA )
You can select SL/PT % levels.
Renko Strategy Overlay for moving averages back testingThis puts a Renko overlay on the main chart, and then plots moving average lines on the overlaid Renko Candles instead of the regular candles. This allows for accurate backtesting of Renko strategies.
HMA_PPT StrategyHMA_X & Pivot Profit Taker combo
LOL!
change the settings to suit your favorite pair/TF before cry yourself to sleep.
doesnt repaint? ----> YOU TELL ME :-D