**Crypto Notes Indicator** This custom trading indicator, named "Crypto Notes," is designed to assist traders in analyzing cryptocurrency price movements. It combines two key components: the SSL (Stochastic Support and Resistance) channel and a Moving Average. **Indicator Components:** 1. **SSL Channel:** - The SSL channel is a technical analysis tool that...
Hello Guys! Nice to meet you all! Before I start, my nickname has changed to 'DuDu95'!! This is the Strategy introduced by youtube channel. I made this based on the open source indicator by kevinmck100, vkno422, KivancOzbilgic. Thank you All! ### Entry Logic 1. Long Entry Logic - close > SSL Hybrid baseline upper k (keltner channel) - macd signal > 0 and current...
Strategy incorporates the following features: Risk management: Configurable X% loss per stop loss Configurable R:R ratio Trade entry: Based on strategy conditions below Trade exit: Based on strategy conditions below Backtesting: Configurable backtesting range by date Trade drawings: Each entry condition indicator can be...
This script is pretty self-explanatory. I will suggest trying some different exits to get that win rate above 20% (I'd start with Take Profit and Stop Loss percentages). Enjoy!
This is a Simple Indicator which shows buy and sell signals based on MACD and SSL channel. It is not a Holy Grail Indicator. It shows a lot of false signals when the market is Consolidation Zone. So don't use this indicator to place trades based on signals given by the indicator. Use this as a confluence along with your technical analysis On lower timeframes...
This is an updated version of ErwinBeckers SSL Channel its been updated to version 4 of pine script and also made it as a subchart to keep the price chart clutter free.
SSL HYBRID Advanced SSL Hybrid is an Advanced version of the default SSL Hybrid by Mihkel00. Multiple Indicators MACD Crossover Signals EMA 200 Bollinger Band Bollinger Band Squeeze ADX Crossover and ADX level CCI Over Brought /Sold Stochastic Over Brought /Sold RSI Over Brought /Sold CREDITS QQE MOD byMihkel00 SSL Hybrid by Mihkel00 Waddah...
Waddah Attar Explosion Version3 indicator to work in Forex and Crypto, This indicator oscillates above and below zero and the Bollinger band is plotted over the MACD Histogram to take quick decisions, Colors are changed for enhanced look. dead zone is plotted in a background area and option is provided to hide dead zone. One can easily detect sideways market...
Library "TAExt" Indicator functions can be used in other indicators and strategies. This will be extended by time with indicators I use in my strategies and studies. atrwo(length, stdev_length, stdev_mult) ATR without outliers Parameters: length : The length of the ATR stdev_length : The length of the standard deviation, used for detecting...
SSL Channel: Multiple Moving Averages to choose from (SMA, EMA, SMMA (RMA), WMA, VWMA) Option for a second SSL Channel MTF
This price action indicator uses the higher timeframe SSL channel to identify trends. The long entry signal is a bullish candlestick pattern when the price retraces to EMA20 in an uptrend. The short entry signal is a bearish candlestick pattern when the price retraces to the EMA20 in a downrend. Currently, this indicator shows engulfing patterns, pin bar...
SSL of MAs let you try out a bunch of different moving averages on the SSL channel indicator. Red and green indicates where to buy and sell The different moving averages is taken from @StephXAGs
This is SSL channel, but displayed off chart. I needed this for keep a clean chart during backtesting phases of NNFX algos. Different display modes. The "Colors Only" display mode is well adapted for SSL use as an exit indicator or a second confirmation indicator : Let me know if you want a feature added :p
This indicator builds on the SSL channel code by ErwinBeckers @ I have added options for diff MA's to be used in the SSL channel and crossover indicators for buy/sell signals default MA is set to Arnaud Legaux, but you can set it to whatever you like - original was a Simple Moving Average by ErwinBeckers The indicator will not repaint as the signals are drawn...
This script is designed for the NNFX Method, so it is recommended for Daily charts only. Tried to implement a few VP NNFX Rules This script has a SSL / Baseline (you can choose between the SSL or MA), a secondary SSL for continiuation trades and a third SSL for exit trades. Alerts added for Baseline entries, SSL2 continuations, Exits. Baseline has a Keltner...
Combined my earlier SSL Channel script with the Chaikin Money Flow indicator. Link to the SSL Channel script here: INSTRUCTIONS Look at the background, the signals are represented by the colors. Bright green = long signal from SSL Channel Bright blue = long signal from Chaikin Money Flow Bright red = short signal from SSL Channel Bright orange = short...
In this strategy I combine my Center of Gravity script with my SSL Channel script. The conditions for a long signal are if either: Center of Gravity long is satisfied Or SSL Channel long is satisfied AND we are not in a sideways period. The conditions for a short signal are if either: Center of Gravity short is satisfied Or SSL Channel short is satisfied AND...
SSL Channel Close is a great all-rounder based on 2 Simple Moving Averages, one of recent Highs, one of recent Lows. The calculation prints a channel on the chart consisting of 2 lines. This strategy gives a Long signal when price closes above the top of these 2 lines and a Short signal when it closes below the bottom. Trading in choppy sideways markets can...