Volatility - The amount of price deviation in the specified time interval. The calculation is made from the opening point to the closing point, and the maximum and minimum deviation between them is also included. Any timeframes are supported. Available information: the start date of the calculation (according to the time zone of the exchange), the current...
Simple indicator that just displays two labels. One at the lowest price with the percentage decrease since initial price and one at current price with the percentage change since initial price. Both labels can be toggled on/off in the settings. Can be used to quickly analyze drops after IPO, for example if you have target percentage that the stock should drop...
Library "Probability" erf(value) Complementary error function Parameters: value : float, value to test. Returns: float ierf_mcgiles(value) Computes the inverse error function using the Mc Giles method, sacrifices accuracy for speed. Parameters: value : float, -1.0 >= _value >= 1.0 range, value to test. Returns: float ierf_double(value) ...
* Intraday Bar's Prices Info display all prices type of a bar intraday and highlight Price Zone on Chart. * These informations may useful for place Pending Order at exact price level. * This simple script can show info of 2 bars at one time and setup as below: 1. GMT: default is GMT+7 and adjustable 2. Time setting: Date - Month - Year - Hours - Minutes -...
functions for shannon's entropy reference: - en.wiktionary.org - machinelearningmastery.com
Multiple Information Panel using tables.
Ticker Info for Companies FY Currently including: -> Market Cap -> Enterprise Value -> Total Shares Outstanding -> Number of Employees -> P/E Ratio -> P/R Ratio -> P/B Ratio More information attributes for companies will be added as updates in the future. Leave a like to keep this going!
This script shows the following simple information about the last candle: - Candle size - Body size included % - Top Wick size - Bottom Wick size - Top Wick + Body size - Bottom Wick + Body size You can change: - colors and position for labels - add information for previous candle too - change language
This EA is still under construction !! So for this EA is only based on the trend of the 3 EMA's Buytrend = (ema1 and ema2 > ema3) and (ema1 and ema2 > ema3 ) We also change the Background depending on the trend. bgcolor(Buytrend ? color.green : color.red,transp=70) At this point I was wondering how much "profit" we would have made if this strategy was...
When designing filters it can be interesting to have information about their characteristics, which can be obtained from the set of filter coefficients (weights). The following script analyzes the impulse response of a filter in order to return the following information: Lag Smoothness via the Herfindahl index Percentage Overshoot Percentage Of Positive...
Hello traders This script is based on the great Ricardo Santos InfoPanel script It will display all the Bitcoin prices The script is public so you can adjust according to your own needs PS You might have to scroll right on your chart to see the panel Enjoy :) Dave
Multi Bar OHLC Compare Panel by RagingRocketBull 2019 version 1.0 This indicator lets you compare OHLCV values from several specified bars. Bars can be dynamic/persistent. You can also use it as an alternate OHLC panel if you don't like small font of the native TradingView panel. It uses Pinescript v4 to output data dynamically as string labels in a...
Function to make it easy to display text information on the chart.