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
Cup with Handle formation calculations using Pine. First of all, ignore all other lines in the example chart except the two FAT lines. The two fat lines are the ones that define the Cup With handle or in the example chart: a Reversed Cup With Handle. Note: Handle does not always develop and sometimes the final target price is reached without forming any...
Another Open Close Cross. Now with Hull Moving Average: Alerts, SL TP, ... Best results at 4h. Enjoy!
This is an update to the idea of The Kahlman smoother makes the signal more precise (by one candle).
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
www.tradingview.com Like many other indicators this tells the past and it will dutifully follow the future price changes whatever they will be. This is an upgrade of the "Hull Moving Average Convergence/Divergence" low lag indicator in my scripts. Added Elder Force Index (background colors) to include effects of Volume. When EFI goes...
This is a typical hull moving average that is colored based on if the average is increasing or decreasing.
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...
buy when bars turns from red to middle green and sale when values become middle red do not wrok on side move
This Hull MA uses the default settings of the built-in MA. The basic idea is that we are in a buy setup when hull is below price, and a sell setup when hull is above price. The indicator is extended with slightly change in contrast when moving average is declining and it plot the ma/price crossovers: green dot when a buy setup is appearing, and red dot when a sell...
This study make use of Hull Moving Average and Bollinger Bands. The crosses give signal about HMA and BB crossovers, they are a bit lagging, if you stare well you will spot them a little earlier. It look like a good idea to buy and sell when HMA is near or on the outside of the outer bands. By default the Bollinger Bands uses Simple Moving Average with 21...
Multi SMA EMA WMA HMA 4x7 Moving Averages with Bollinger Bands MAX MTF by RagingRocketBull 2019 Version 1.0 All available MAX MTF versions are listed below (They are very similar and I don't want to publish them as separate indicators): ver 1.0: 4x7 = 28 MTF MAs + 28 Levels + 3 BB = 59 < 64 ver 2.0: 5x6 = 30 MTF MAs + 30 Levels + 3 BB = 63 < 64 ver 3.0: 3x10 = 30...
fast HMA • slow HMA | background --- Background colors: Red and Green. Default transperent = 2% • Green background: "fastHMA" crossover "slowHMA" • Red background: "fastHMA" crossdown "slowHMA"
Introduction The Hull moving average (HMA) developed by Alan Hull is one of the many moving averages that aim to reduce lag while providing effective smoothing. The HMA make use of 3 linearly weighted (WMA) moving averages, with respective periods p/2 , p and √p , this involve three convolutions, which affect computation time, a more efficient version exist...
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...