Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
FINGERPRINT CARDS AB SER. B, ABB LTD, KINDRED GROUP PLC, SOLTECH ENERGY SWEDEN AB, VOLVO, AB SER. B, HENNES & MAURITZ AB, H & M SER. B
OMX Stockholm 30 Index, S&P 500, Dow 30, Nasdaq Composite, Nikkei 225, DAX-indexet
SWEDEN GOVERNMENT BONDS 10 YR, US 10Y, Euro Bund, Tyskland 10ÅR, Japan 10Y, UK 10Y
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...
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...
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
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
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.
Uses 4 Ma cross... Double Hull Moving Averages Volume Weighted Moving Average Weighted Moving Average <<<<< by SeaSide420 >>>>>>
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...
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 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
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...
Basically just another form of moving average, for quick swings, built for testing/use with API cryptobots, simple switch from buy to sell. Hull MA(2 candles back) times 3 plus Ichimoku divided by price(1 candle back) = value1 Hull MA(3 candles back) times 3 plus Ichimoku divided by price(1 candle back) = value2 if value1>value2 then buy else sell calculates...
Mirocana.com strategy by pilotgsms - version 4.20 <<<< Edited by Seaside420 >>>> special thanks to 55cosmicpineapple changes: strategy settings tweaked and Hull_MA_cross added to script
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...
open = Hull crossover and ATR line with price crossover close = Hull crossover
Quad-HullMA-cross & VWMA & MacD & TSI combination Made for 4H - other timeframes unkown result.
Two Moving_Average cross's & Daily_Candle cross Based on Hull_MA Developed by Alan Hull, it is an indicator, that solves the problem with making a moving average more reactive to current price activity. The Hull Moving Average almost eliminates lag and manages to improve smoothing. The HMA manages to stick to rapid changes in price activity, as it has superior...