ck - CryptoSniper Longs Only (Strategy) v1Hey all,
This is a new script I have been working on and is in Beta testing stage.
It is best used for scalping 1/3/5/10/15 minutes.
Default settings are great for scalping, changing the “Period” will allow you to tweak for swing trades.
To use manually, you will get a Green triangle to alert you to be prepared to place an order.
This will happen 1 candle before the strategy paints an “open long” label on the chart.
Đường trung bình trượt Hull (HMA)
Hull Trend MTFhull trend taken from
So add MTF function and alert for the buy and sell (in the MTF shift set to 0 , if repaint then set shift to 1)
the blue line is linear regression trend
Hull TrendHere we are using Hull Moving Average crossovers as an experiment in trend detection.
The Hull Moving Average (HMA) is an extremely fast and smooth moving average.
Credit to alexgrover & RicardoSantos:
No Nonsense NNFX VP Strategy for Back Testing | jhMy first script, be kind :)
Most of the rules are implemented:
- Money management
- ATR, Baseline, Confirmation, Volume, Exit
More details below.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Designed per No Nonsense Forex VP rules
//Made to be as modular as possible, so we can swap the indicators in and out.
//Originated from causecelebre
//Tried to put in as much VP rules as possible
///////////////////////////////////////////////////
//Rules Implemented:
///////////////////////////////////////////////////
// - SL 1.5 x ATR
// - TP 1 x ATR
//
// - Entry conditions
//// - Entry within 1 candles of baseline + 1 x confirmation + volume
//// - Entry only if baseline is < 1 x ATR
// - Exit conditions
//// - Exit on exit indicator or when baseline or confirmation flip
///////////////////////////////////////////////////
//Trades entries
///////////////////////////////////////////////////
// - First entry L1 or S1 with standard SL and TP
// - Second entry L2 or S2 with standard SL and exit upon the exit conditions
///////////////////////////////////////////////////
//Included Indicators and settings
///////////////////////////////////////////////////
// - Baseline = HMA 20
// - Confirmtion = SSL 10
// - Volume = TDFI 4
// - Exit = RVI 4
///////////////////////////////////////////////////
//Credits
// Strategy causecelebre
// TDFI causecelebre
// SSL Channel ErwinBeckers
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hull MA and Candle crossHull MA vs price cossover . not 2 Hull MA's crossing, and also a price vs previous price crossover :
current price higher than previous = buy
current price lower than previous = sell
Price value set to OPEN to avoid repaint during candle
Legoux_MA<>Hull_MAArnaud Legoux MA > Hull MA
Long Hull period default, for use with low timeframe
probably not as good if a trading commision is applied etc
script open, help yourself :)
Moving Average scalpinglineas moviles mix configuracion para sccalping
descripcion de uso:
Entrar en el primer circulo verde poniendo simpre el stop loss en el inicio de la vela anterior, igual mente entrar en la primer circulo rojo poniendo el stop loss en el inicio de la vela anterior, en ambos caso si la vela anterior es de indesicion tomar como referencia la segundo vela anterior a la senal.
punto importante: siempre subir nuestro stop loss cuando las ganancias sean razonables para prevenir una revercion del mercado y no salir con perdidas.
solo abrir posiciones en la primera senal que aparece nunca cuando ya a dado varias senales
dejar comentarios para mejorar el indicador
Moving Average scalpinglineas moviles mix configuracion para scalping
descripcion de uso:
Entrar en el primer circulo verde poniendo simpre el stop loss en el inicio de la vela anterior, igual mente entrar en la primer circulo rojo poniendo el stop loss en el inicio de la vela anterior, en ambos caso si la vela anterior es de indesicion tomar como referencia la segundo vela anterior a la senal.
punto importante: siempre subir nuestro stop loss cuando las ganancias sean razonables para prevenir una revercion del mercado y no salir con perdidas.
solo abrir posiciones en la primera senal que aparece nunca cuando ya a dado varias senales.
dejar opiniones para mejorar el indicador
Moving Average mix hulllineas moviles mix
descripcion de uso:
Entrar en el primer circulo verde poniendo simpre el stop loss en el inicio de la vela anterior, igual mente entrar en la primer circulo rojo poniendo el stop loss en el inicio de la vela anterior, en ambos caso si la vela anterior es de indesicion tomar como referencia la segundo vela anterior a la senal.
punto importante: siempre subir nuestro stop loss cuando las ganancias sean razonables para prevenir una revercion del mercado y no salir con perdidas.
solo abrir posiciones en la primera senal que aparece nunca cuando ya a dado varias senales
TH_MA Directional ChangeSimple script
Plot flag on chart when HMA (default), EMA or SMA is changing direction.
HMA ATR Range v2In Alan Hull's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals.
It is the HMA with the ATR SL with the Trend and (ATR multiplier * Period) + HMA for the TP (upper range)
HMA ATR RangeIn Alan's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals. This is my version as he doesnt give the formula.
It is the HMA with the ATR added and subtracted and plotted above & below the HMA to create a range.
According to Alan's terminology: HMA = Central Cord, SL = Lower deviation, TP = Upper deviation
Exponential Hull MA Oscillator PrototypeClamped EHMA Oscillator Prototype with 21/200 EHMA with additional JMA smoothing (Credit: @everget)
Note: This is an experiment - this is not a polished indicator
HMA=WMA(2*WMA(n/2)−WMA(n)),sqrt(n))3 Hull moving averages
Hull MA 1 (shortest period) crossing Hull MA 2 is buy and sell signal, 3rd MA (longest period) to show overall trend
Pivots included
Hull MAThis 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 setup is forming. It is possible to hide crossovers in the option panel.
Three alert conditions is added "Hull MA cross", "Hull MA sell" and "Hull MA buy". I use "Hull MA cross" on slow frames (2w, M) and "Hull MA buy/sell" on faster frames.
HMA_ATR_TSIA combination of signals trigger this strategy.
HMA crossovers (short period & long period) -Hull moving average-
ATR (smoothed with HMA ) -Average true range-
TSI -True strength index-
The final close price is not known until right at the end of the bar.
This means that the indicator is constantly “repainting” during the bar.
You will see that indicators are constantly moving with each tick received
Use Open instead, the value is set and does not change even after refreshing the page.
An attempt to reduce repainting.
INDICATOR VERSION FOR USE WITH ALERTS
HMA_ATR_TSIA combination of signals trigger this strategy.
HMA crossovers (short period & long period) -Hull moving average-
ATR (smoothed with HMA) -Average true range-
TSI -True strength index-
The final close price is not known until right at the end of the bar.
This means that the indicator is constantly “repainting” during the bar.
You will see that indicators are constantly moving with each tick received
Use Open instead, the value is set and does not change even after refreshing the page.
An attempt to reduce repainting.
Trade Like A Boss Mega Moving Average-Multi-TimeFrame-12MA TypesTrade Like A Boss MA Has 12 Moving Averages and Includes 2-Tone & 4-Tone Candlestick Color Correlation All In ONE Indicator. The Trade Like A Boss MA Is Absolutely The Only Moving Average Indicator You Will Ever Need.
*Buy or Long on Green, Sell or Short on Red
( Indicator is preset with HullMa for 2 hour and 4 hour timeframes )
Enjoy! And Happy Trading!
Features/Options:
Choose between 12 different types of moving averages, or add all or a few MA's to your chart:
SMA = Simple Moving Average .
EMA = Exponential Moving Average .
WMA = Weighted Moving Average
VWMA = Volume Weighted Moving Average
SMMA = Smoothed Simple Moving Average .
DEMA = Double Exponential Moving Average
TEMA = Triple Exponential Moving Average .
LAGMA = Laguerre Moving Average.
HullMA = Hull Moving Average
SSMA = Ehlers Super Smoother Moving average
ZEMA = Near Zero Lag Exponential Moving Average .
TMA = Triangular (smoothed) Simple Moving Average .
3) Candlestick Color Correlation -
2-Tone Candle Colors:
Lime = candle closed above MA Line.
Red = candle closed below MA Line.
4-Tone Candle Colors :
Lime = Bullish candle closed above MA Line.
Green = Bearish candle closed above MA Line.
Red = Bullish candle closed below MA Line.
Maroon = Bearish candle closed below MA Line.
If you enjoy using this indicator and make money please feel free to send a donation to my Bitmex donation trading account!
Send BTC donation to -3BMEXd8stjXuJtVHz3gxU5RQ37AXKCB3hg
All proceeds from this account go to The Hydrocephalus Association.
My eldest daughter was born with Congenital Hydrocephalus
ATR smoothed by Hull MAThis 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