This is part of a new series we are calling "Strategy Myth-Busting" where we take open public manual trading strategies and automate them. The goal is to not only validate the authenticity of the claims but to provide an automated version for traders who wish to trade autonomously. Our fourth one we are automating is one of the strategies from "I Found The Best 1...
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
This script is for a Bollinger Band type indicator with built-in TradingView strategy including as many features as I can possibly fit into a Bollinger Band type indicator including a wide variety of options to create the most flexible Bollinger Bands strategy possible. Features: - A single custom moving average serving as the middle band. - Standard MA...
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
#20 on the Myth-Busting bench, we are automating the " I Found Super Easy 1 Minute Scalping System And Backtest It 100 Times " strategy from " Jessy Trading " who claims 30.58% net profit over 100 trades in a couple of weeks with a 51% win rate and profit factor of 1.56 on EURUSD . This one surprised us quite a bit. Despite the title of this strategy indicating...
A Hull Moving Average strategy. I simply copied the code from mohamed982 and wrapped it in strategy code. All credits go to him not me.
The Ichimoku Kinko Hyo system includes five kinds of signal, of which this strategy uses the most recent of ones i.e. Tenkan Sen / Kijun Sen Cross and price crosses the Kijun Sen. As the Chikou Span, Senkou Span A and Senkou Span B are shifted into the past/future, the trigger signals will be only be used for visual confirmation and not part of the strategy. The...
This strategy uses Hull Suite with Stoch RSI Uses Hull Suite as trend and only trades with the direction of the trend. Entry conditions: Hull Suite as a trend Stoch RSI overbought for short entries & oversold for long entries Current parameters works best on BINANCE:BNBBUSDPERP pair.
This is Average True Range indicator, but it is smoothed with Hull MA ( not WMA etc ) It is set to overlay the candles so looks different from normal ATR but i assure you it is ATR Script open so you can see for yourself. perhaps different settings are better, Help me test it, and suggest improvements thankyou
Uses 4 Ma cross... Double Hull Moving Averages Volume Weighted Moving Average Weighted Moving Average <<<<< by SeaSide420 >>>>>>
change the settings to make it profitable.. default settings not apply to any instrument in-particular.. dont be afraid to try different settings to find profitable combo of settings on your chosen crypto/FX/stock etc.. to avoid repaint wait for next candle before confirm signal..
The Hull Moving Average indicator can in some cases be used to outline support and resistance levels. It doesn't work for every asset out there but there are some that have enjoyed this in the past 6 months, such as the OCEAN cryptocurrency on the chart above. This is a strategy to utilize this method, so you can test the assets you trade, including using...
What is it? A simple yet effective strategy ran on the 30m chart. This is a basic idea that can be expanded on using different indicator to either add signals or filter out certain bad signals! The strategy consists of 1 fast moving average and 1 slow moving average. Both of these moving averages are the Hull Moving Average What is the Hull Moving Average?...
This is a strange experimental strategy WIP that I decided to upload an early version to share some of what I am working on. Just one script of a few. It combines Chande Momentum with RMI and some weird ones I am experimenting with - Triple Hull MA RSI, Double Exponential + Volume Weighted RSI, Triple Exponential RSI. And to top it off, a final oscillator that...
Quad-HullMA-cross & VWMA & MacD & TSI combination Version 4.20 added script for strategy settings to be already correct when strategy loads onto chart: calc_on_order_fills= true, calc_on_every_tick=true, default_qty_type=strategy.percent_of_equity, default_qty_value=100, pyramiding=0
This script is a crossing of eleven different MA, with alerts and SL and TP. The simplest is what works best... SMA --> Simple EMA --> Exponential WMA --> Weighted VWMA --> Volume Weighted SMMA --> Smoothed DEMA --> Double Exponential TEMA --> Triple Exponential HMA --> Hull TMA --> Triangular SSMA --> SuperSmoother filter ZEMA --> Zero Lag Exponential Using...
This is a simple Hull Moving Average based strategy using a short term HMA for signal generation and a long term HMA for filtering purposes. A long entry is generated if the short term HMA changes direction from decreasing to increasing values and if the long term HMA indicates an uptrend (i.e. previous value < current value) A short entry is generated if the...