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)...
This volume indicator gives you a unique perspective and ability to analyze volume in any market. The upper line that is always >=0 represents average up volume over a user definable period while the lower line that is always <= 0 represents the average down volume over a user definable period. green == bullish candle but volume lower than average lime ==...
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...
This is the indicator version of a simple, yet very efficient crypto strategy, adapted to 4h time frame, on big coins like ETH and BTC . However it can be adapted to other markets, timeframes etc For this strategy I use a combination of a trend line , an oscillator, price action and volume . This study has alert for both long and short entries/exit. The rules...
––––History & Credit This indicator has been inspired by public videos of StockBee and his community. Stockbee is a famous successful trader, who has approach to detail and backtesting. The TI65 is a great confirmation tool for the trend strenght. –––––What it does TI65 is an indicator that measures trend and momentum over 65 days. When there is a green cloud we...
Firstly, 100% of the credit goes to Greg Morris @ Stockcharts.com for the article detailing the concept and most of the settings/components. I've simply implemented his idea. I haven't sought permission from him, but given that he was open with the components of the indicator I'm assuming he's happy for me to go ahead and code this in pinescript. See the article...
Source: Stocks and Commodities V38 Hooray! A new John Ehlers indicator! John claims this indicator is lag-less and uses the SPY on the Daily as an example. He states that drawing a line from peak to peak (or trough to trough) will correspond perfectly with the Asset. I have to say I agree! There is typically one bar of lag or no lag at all! I believe this...
Knowing how to work with the datas in a company's financial statements is an essential skill for stock investors. The meaningful interpretation and analysis of balance sheets, income statements, and cash flow statements to discern a company's investment qualities is the basis for smart investment choices. You can access to the financials tables of the companies...
This script will screen 12 different stocks and current chart (13 in total) for entry points from my relative volume indicator. 1. Enter in any ticker ID's from charts you wish to scan in the settings. 2. Go to desired timeframe. 3. Click add alert button at top toolbar. 4. Select RVOL Screener Alerts indicator, input alert notification settings and/or change...
Arrow represent trade setup Circle represent triggering of the trade -------------------------------------------------------------------- 1. Where to place stop loss? 2. Where to exit the trade? 3. How to protect gains in your trade? 4. How to apply money management rule? 5. How to trade gap opening?
This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index. It can be adapted to any timeframe and any type of financial markets. The idea behind its very simple, We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for...
Sample Strategy: MACD Crossover with trend filter options MA Filter : Price Close Above MA, Search for Buy, Price Close Below MA, Search for Sell ADX Filter : Take trade only when ADX is above certain treshold MACD Signal : MACD Cross above signal line while under 0 line indicate Buy Signal MACD Cross below signal line while...
█ OVERVIEW Gann Square of 9 is one of the many brilliant concepts from W.D.Gann himself where it revolves around the idea that price is moving in a certain geometrical pattern. Numbers on the Square of 9 spiral tables, especially those lie in every 45degree in the chart act as key vibration levels where prices have tendency to react to (more on the table below)....
(i) Arrow represent trade setup (ii) Circle represent triggering of the trade -------------------------------------------------------------------- 1. Where to place stop loss? 2. Where to exit the trade? 3. How to protect gains in your trade? 4. How to apply money management rule? 5. How to trade gap opening?
This script is based on scarf's "DeMarker with Highlights" and adds dots indicating where a possible reversal could occur, as well as a zones that can help you identify consolidation areas. This script also adds smoothing to decrease false signals so that the indicator is more reliable to signal reversal zones. It is also very useful in determining divergence in...
Hello, today I bring a swing reversal strategy that work on all financial markets. It uses timeframes starting from 1h, the bigger the better. Its very dangerous because it has no stop loss, neither a take profit. Our exit condition is based on the reversal on the entry . For entry we have 2 types : normal and reversal Lets say we want to go long , for that we...
An improved version for minimum and maximum in a day trading session. You can choose the session resolution, it ranges from 1 minute to 1 week. It works well for stocks and non-extended sessions due to security() function limitations. Any suggestions, please leave a comment. Happy trading.
This is the alert version of the strategy with the same name. Indicators SImple Moving Average Exponential Moving Average Keltner Channels MACD Histogram Stochastics Rules for entry long= Close of the candle bigger than both moving averages and close of the candle is between the top and bot levels from Keltner . At the same time the macd histogram is negative...