BUY & SELL Signals for higher timeframes based on Ema & Sma with RSI overbought/oversold dots for possible reversal indication. It can be used for booking profit in the existing trade and take fresh position once the new candle breaks the high/low of alert candle depending upon the side. Best work with 1h+ timeframes.
An experiment to combine two range filters and plot the average of both to smooth out the signals. This works significantly better than the typical ATR set-up, but there's still too much noise here to set and forget with bots. Use it as the basis of your own system with additional filtering on top.
Do you find it difficult to analyze trends? This indicator will help you to have an objective analysis of the trend. Let's start ..... In this indicator Bears and Bulls go their separate ways. -The Bull line (bullish green) always goes above zero. -The Bear line (bearish red) always goes below zero. With a quick glance, you will know who is winning. ...
Simple strategy for the indicator "Death To The Bear". Simple rules: - Entry according to the selected weapons. - Take profit 1 (TP1) in% of daily ATR (can be set, default 20%) - Active Stop in Breakeven when I take profit in TP1. - Take profit 2 (TP1) in% of daily ATR (can be set, default 30%) * Pyramidization can be changed from the...
This study is based on the work of TV user Beasley Savage ( ) and all credit goes to them. Changes I've made: 1. Added a visual symbol of an overbought/oversold threshold cross in the form of a red/green circle, respectively. Sometimes it can be hard to see when a cross actually occurs, and if your scaling isn't set up properly you can get misleading visuals....
This indicator works with Follow Line Indicator , evaluates the angle for possible additions or reductions of the position. Many settings to play with: s3.tradingview.com - FOLLOW LINE CURRENT CHART RESOLUTION - FOLLOW LINE HIGHER TIME FRAME - FILTER HIGHER TIME FRAME - NO FILTER HIGHER TIME FRAME - ANGLE CONFIGURATION - ANGLE LEVELS - BUY / SELL - OPTIONS...
This script looks for a set up condition where 5 consecutive candles have broken away from the fast EMA (set to 8 by default) followed by a "trigger" candle that crosses back over the fast EMA but not the medium EMA (set to 13 by default). It then determines the entry point based on the bar high or low (not tail or wick) depending on direction of the trend. Once...
This indicator tries to measure the power of candle. You can also integrate some candles to measure the power. The “Length” is for integrating candles. If the Length is equal 5, it means indicator calculate power of recent 5 candles. The second editable factor in “Shadow index” which represent the power of shadows. The last factor in Average Criteria which is...
Hey everyone, this is one strategy that I have found profitable over time. It is a multiple time frame strategy that utilizes 3 time-frames. Highest time-frame is the trend, medium time-frame is the momentum and short time-frame is the entry point. Long Term: - If closed candle is above entry then we are looking for longs, otherwise we are looking for shorts ...
Trend Trader The code is open source, what it uses to print signals is MACD cross and ADX. Bar colors change in relation to where price is according to the 50 day MA. The MA ribbon is used for visualizing trend and using it for dynamic support/resistance. The ribbon is comprised of the 50 day and 100 day MAs. Main reason to publish this script is because some...
Some time ago I published an example of simple custom screener in PineScript: The only thing this screener did is created a dynamic label with screener output. Recently TradingView announced alerts from the strategy with the possibility to add custom messages to alerts. So using it I was able to create a bit more advanced screener which sends results as...
@Colinmck used two different ranges to generate signals. Read his release notes to find out what the original script does. I added one condition which seems to increase performance on 15m BTCUSD as well as 1h BTCUSD and that is ATR with 32 periods being smaller than ATR with 64 periods. I used my script Volatility Optimiser to discover this tendency. Both...
Original version: Open Close Cross Strategy R5 revised by JustUncle. Change: script changed to a study script with custom alerts. This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. Revised by JustUncleL Description : Strategy based around...
This great and simple indicator based on EMA generates information about entry points at close of the candle. First signal is the best entry point but you can re-enter at the next. IMPORTANT: this script does not generate exit signals and those shoud be find using money management rules or else. Perfectly catches long runs in trends at all underlayings (forex,...
TradingView just recently announced the alert() function that allows you to create dynamic alerts from both strategies and studies. So I decided to update custom screener I published before. It was based on alerts from orders in strategies, that was the only way to create dynamic alerts in PineScript at that point. With the alert() function code become cleaner...
//These signals mostly consist of crossovers between a 13 VWMA and a 62 VWMA. I've found these two moving averages to be quite special in their ability to //recognize a quick trend using volume data. The VWAP is used in the alert system as well, to give some perspective on which direction we are looking to take. We //are also using ATR. We only take trades when...
Earnings Per Share (EPS) is a financial metric closely monitored by investors. The so-called "positive earnings surprise" - a situation when EPS reading for a stock beats the value forecasted by analysts gives a bullish signal for this stock. The EPS reading lower than the analysts' estimate gives a bearish signal. The Diluted Earnings Per Share (Diluted EPS)...