The RSI of a Zero Lag Moving Average a powerful tool for for reliable exit signals. The Relative Strength Index (RSI) is a widely recognized momentum oscillator that measures the speed and change of price movements. It provides valuable insights into overbought and oversold conditions, enabling traders to identify potential reversal points and take advantage of...
ACBR, or, Average Candle Bodies Range is a volatility and momentum indicator designed to indicate periods of increasing volatility and/or momentum. The genesis of the idea formed from my pondering what a trend trader is really looking for in terms of a volatility indicator. Most indicators I've come across haven't, in my opinion, done a satisfactory job of...
While playing around with the standard "ta.vwap" I wondered why there was no length input, so I did some research on what the underlying calculation actually is, and did my best to augment it so as to allow for a variable length based on an oscillator value. Normal VWAP = (Number of Shares Bought x Typical Price) / Total Volume In my VWOP Calculation, typical...
This script helps with planning on how to exit DCA deals that are in the negative. The following deal information is required - Current average position price - Funds invested - Required take profit Additional indicator settings are - The date/time on which to start the simulator - Minimum deviation % to start adding funds - Expected bounceback from when...
This is an updated version of user Algokid's script called 'AK MACD BB INDICATOR V 1.00'. You can find that original script here: I added many alerts along with the Bullish and Bearish alerts when the MACD crosses over the Upperband or crosses down on the Lowerband. I personally use this indicator with Crypto charts (Bitcoin on a 15min, 1hour, and 4 hour...
This is a Strategy with associated visual indicators and Long/Short and Reverse/Close Position Alerts for the Choppiness Index (CHOP) . It is used to determine if the market is choppy (trading sideways) or not choppy (trading within a trend in either direction). CHOP is not directional, so a DMI script was ported into this strategy to allow for trend...
This script based on KivancOzbilgic 's PMax indicator. I modified a bit. Added Filters, Exit (TP) Levels and few indicator in it. This script opening only Long Positions. I have used this indicators in this strategy: -Moving Stop Loss (Most) by ceyhun -PMax Explorer STRATEGY & SCREENER -Bollinger Bands on Macd -Tillson T3 Moving Average by KIVANÇ fr3762 I am...
CCI indicator swiff knife. A lot of different usages of CCI ae possible with this script : - 2 CCI lines crossovers. - CCI - 0 Line crossovers - CCI + Moving Average crossovers (many types of MA are available) Filters can be added. CCI can be used as a confirmation indicator, a continuation indicator, an exit indicator, a chopiness indicator .... It can even...
Uses a set of Bollinger Bands (user defined deviation, user defined deviation * 2) to determine possible entry set ups. Signals are triggered when price crosses the first band (closest to the baseline MA) in the desired direction. baseline can be your take profit 1 target The inside band determines entry and can be used as a take profit 2 target (Opposite side...
OSCAR Oscillator by GenZai Green line is the Oscar Rough Red line is the Oscar By default based on the 8 last candles and smoothed using RMA Purple line is the Slow Oscar By default based on the 16 last candles and smoothed using WMA HOW TO USE Exit signaling This indicator can be used as an exit indicator when line cross each other. Entry...
Modification to Elder's Force Index (EFI) Ability to change calculation from standard EMA to your choice of SMA, EMA, WMA, or HMA. Very interesting results! Adjust lookback from standard/suggested 13 candlesticks Added a color indication to positive or negative force reading Added background color tint for an easier read on dashboard setups Suggested...
Introduction An exit indicator for MACD, good for triggering order exit via MACD. It works by considering and the . Then, it just exits when the % change in these values surpasses a threshold. Indicators blue line - MACD orange line - Signal green/red columns - Histogram aqua background - Last Histogram Flip fuchsia background - Max abs(Histogram)...
**THIS VERSION HAS BEEN STANDARDIZED WITH A Z SCORE CALCULATION AND ALLOWS THE USER TO SELECT WHICH MOVING AVERAGE THEY WOULD LIKE TO UTILIZE FOR THE SIGNAL LINE** Chart shows the Non-Standardized Enhanced Time Segmented Volume (Multi MA) with default settings on top and the Standardized version with default settings on the bottom. Time Segmented Volume was...
**THIS VERSION ALLOWS THE USER TO SELECT WHICH MOVING AVERAGE THEY WOULD LIKE TO UTILIZE FOR THE SIGNAL LINE** Chart shows two different options of many. Top option is the default settings and bottom option is a different moving average with no other changes. Time Segmented Volume was developed by Worden Brothers, Inc to be a leading indicator by comparing...
special thanks to redxbt for the script code modified for 55,99 EMA's dip and tip points green and lime are dips for buying red and orange are tops for selling works best on 5,10 min scalping charts
This is the entry and exit part of a larger algorithm called the "BERLIN Renegade". It is based on the NNFX way of trading, with some modifications. For entry, it consists of Modified Chaikin Oscillator and Advanced MACD. The Advanced MACD is not available on its own, but all others are publically available. For exit it consists of the DIDI Index and the QQE...
Follow up script for my Trend Follower script. I'm used to dark mode, so I coded a few key plots in white, so those are changed into black on the script. Notably: - > 1 ATR in black dots along the baseline - Current and previous ATR text labels to the right of the price - A text label spacing input that allows you to adjust the spacing for text label from...
This is a trend following system that combines 3 indicators which provide different functionalities, also a concept conceived by VP's No Nonsense FX / NNFX method. 1. Baseline The main baseline filter is an indicator called Modular Filter created by Alex Grover - www.tradingview.com - Alex Grover - Modular Filter ------- That's the moving average...