I am proposing an alternative to the percent change. An alternative that is symmetrical to both positive and negative change, unlike percentage change. The simple idea is to have a positive number if the reference value (called val in the script) is lower than the stock value and needs to be multiplied; a negative number instead if the reference number is...
This script uses pivot point calculations to determine support and resistance areas.
Simple indicator that plots price range of stock within given chart interval. Helps estimate price movements. Average price graph also shown. Change interval to get different price rages (hourly, daily, weekly, etc..).
This indicator is intended to evaluate the quality of the bullish candles (close > open). It will calculate the average size of the bullish candles from the last 200 periods. I'm assuming that a bullish candle with a superior wick or shadow equal or less than 25% of the total size of the bar is a good disruption candle. You can adjust at your own taste. Candles...
It selects the min/max price for btc/usd from a set of exchanges and shows them on the chart. It is possible to add or remove exchanges by editing the source code
This histogram displays price or % change from previous bar. Can be applied to any time frame. 15/12/2016 Update: Number of digits after the floating point for study values on the axis now two.
The Chauvenet criterion is a well-known criterion of selection and rejection of the data used by the Physics. It establishes that in an experiment is well to discard the data whose distance from the average is greater than a certain number of the delta. In the stock market if prices move away from the average with a volatility too high are suspect. This principle...
Price Estimator with aggregated linear regresion --------------------------------------------------------------------------- How it works: It uses 6 linear regression from time past to get an estimated point in future time, and using transparency, those areas that are move "visited" by those 6 different regressions and maybe more probable to be visited by the...
EXPERIMENTAL: based on average cumulative price.
Hello! This is similiar to the Price Oscillator ( PPO) that you can find in the Technical Analysis: Built ins. It is just added colors so you can see patterns when the lines( histogram) are crossing , maybe add some alerts when plots are crossing different levels. I want to say that I´m no expert in this area, I just had an idea about this and wanted to see if...
Get a multi-time frame (MTF) view of the price! You can select to see either close price (default), or HL2 price, or HLC3 price, or OHLC4 price of all time-frames.And you change the smoothing method (and smoothing period) of the daily price, which is shown as a blue line, with period 10 WMA smoothing as default. P:S. I had the drawings on the chart hidden,...
grid based on the cumulative average price. on a sidenote: looks like im baned from chat for a week.
Cumulative average price edit: forgot about hidden tools, study is black average price line
A method how you can access Earnings in your Pine Script code. Enjoy!