This is a script that can be used as a strategy or a standalone indicator. The Volume-Weighted Supertrend is a supertrend based on a rolling VWAP, instead of a normal price source. The strategy has two components - a supertrend based off of this VWAP (shown on the chart) and a supertrend from volume itself (not plotted on the chart directly). The supertrend from...
This is part of a new series we are calling "Strategy Myth-Busting" where we take open public manual trading strategies and automate them. The goal is to not only validate the authenticity of the claims but to provide an automated version for traders who wish to trade autonomously. Our seventh one we are automating is the "Magic MACD Indicator: Crazy Accurate...
What is the 3LS | 3 Line Strike Strategy? Incorporating the 3 Line Strike candlestick pattern into our strategy was inspired by Arty at The Moving Average and the amazing traders at TheTrdFloor . The Three Line Strike is a trend continuation candlestick pattern consisting of four candles. Depending on their heights and collocation, a bullish or a bearish...
This strategy combines the use of MACD (12, 26, 9), RSI (14, 30, 70), and RVOL (14) to create Long Buy and Sell signals. This works well with many different time intervals but was developed with 15-minute intervals in mind. Using MACD as a reference, the strategy identifies when the MACD line crosses over (a factor in a buy signal) and under (a factor in a Sell...
I have found out this script some time ago. In fact it is not my code (just have modified a little) and I don't know the author (couldn't find). So now I would like to share with the community, maybe somebody would have some idea how to make it better. The script itself is modified volatility oscillator (like ATR) based on volume, making a deal at the moment of...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
The strategy checks nature of the instruments. It Buys if the close is greater than yesterday's high, reverse the position if the close is lower than yesterday's low and repeat the process. 1. If it is trend following then the equity curve will be in uptrend 2. If it is mean reverting then the equity curve will be downtrend Thanks to Rayner Teo.
I wanted to create an indicator which resembles price movement, aside to volume movement. The "yellow-blue" line is the MA(5) of the RSI (9) of closing price. The "orange" line is the MA(5) of the RSI (9) of Volume . (Default plot of RSI and VRSI is not visible but can be made visible ("Settings" > "Style" > set "Opacity" of "RSI & VRSI")) The Long (Buy)...
Credit to Lancelot_Augur for the idea of EMAs of On Balance Volume. The signals are generated when the faster OBV EMA crosses the slower one. BACKGROUND COLORS: Green = go long Red = go short White = you have been stopped out This strategy uses a 3% stop loss.
Based on code by oh92 and kiasaki. Measures volume to indicate Bull vs Bear. Go long when green, short when red, wait patiently when white.
Hello Tradingview Community, I've been playing around with some various volume-based indicators, and recently have been experiencing a delay in the entries for my strategy for 2 minutes in this scenario. If the time is adjusted, it also is delayed 2 bars. In this example, the "Short" position should enter when the blue line Crosses under the upper green line,...
This is a script I remade from the original ChartArt's "CA_RSI_Bolling_Strat". I added a VWMA following the SMA basis curve. BBand was made with the SMA curve, +2DS. The point of adding VWMA to the script is to get a fast correlation between price change and volume change. How to interpret it: Since 3-Intervals-VWMA = (P1*V1 + P2*V2 + P3*V3) / (V1+V2+V3) As the...
Uses 4 Ma cross... Double Hull Moving Averages Volume Weighted Moving Average Weighted Moving Average <<<<< by SeaSide420 >>>>>>