Hello traders Today is a Pinescript hack to display multiple colors in one label. I used that panel to show the Supertrend Long Term values (weekly, monthly, quarterly, yearly) What is a Supertrend? Definition : SuperTrend is an indicator that works on all timeframes and all instruments (stocks, futures, forex, ...). It is a great tool to follow market...
ENGLISH & SPANISH ------------------------------------- ENSLIGH The idea was initially inspired in the concepts shared by @LazyBear on his indicator "Better Volume Indicator" (). But I found it somewhat complicated and dull. So I came up with this. Concept: It changes the color of volume bars based on surrounding volume changes. Volume changes are...
This is a straightforward modification of LazyBear's CCI-coded OBV indicator with the following changes: 1) uses log-hl2 as source, which seems to be a more stable indicator of price change than close 2) adds optional price smoothing
A colorful take on the classic stochastic indicator, coded from scratch. Enjoy! :)
by this script you can see 5 colored Multiple SMA together.
Zindarra Multi Alerts Pro by RRB by RagingRocketBull 2018 Version 1.0 This indicator lets you configure multiple alert levels for an asset. Zindarra Multi Alerts Pro supports 9 custom alert levels. You have to manually create an alert in Manage Alerts Panel and configure it to use with this indicator. Free accounts are limited to only 1 alert slot and this...
This is a very simple script... it does not necessarily create signals. It only provides useful feedback via statistics & probability. There will be a green background if there are two green bars in a row, and it will stay green until two red bars show up (in which it switches color to red until two green bars show up again). The fuchsia arrows show the double...
The Elder's Force Index is an oscillator that takes into account the change of the price combined with the volume: EFI = (close of the current day - close of the previous day) * volume of the current day If measure the force of the price change. If you calculate the exponential moving average of the last two days to smooth the signal EMA(EFI,2), you have a...
Zindarra Multi Alerts by RRB by RagingRocketBull 2018 Version 1.0 This indicator lets you configure multiple alert levels for an asset. Zindarra Multi Alerts supports 10 custom alert levels. You have to manually create an alert in Manage Alerts Panel and configure it to use with this indicator. Free accounts are limited to only 1 alert slot and this indicator...
This code was written using: •Pine Script Coding Conventions. This script provides a very useful tool for new community users and professionals. It puts at your disposal a Moving Average Ribbon by hand to graph and easily find the ones with the highest performance. The creation of this script was motivated because in free TradingView accounts there is a limit...
This script can display a lot of different volume statistics. It also colours bars depending on a chosen, customisable criterion. Most options are disabled by default and can be reenabled in the settings menu. FAQ Why are the bars slightly higher than the default volume bars? Due to the limitations of Pinescript. What are the two last values (including the...
easy to analyse rsi in chart manner, it will show you red color whenever rsi cross 70 or 30
What you see is the 100 day moving average (blue line in the middle) with percentage bands attached to it. Each color has a 5% range. The brightest green color is 20%-25% below the 100 day moving average. The brightest red color is 20%-25% above the 100 day moving average. The behaviour of the stock price between the bands could give you trading ideas. The...
This script plots 10 exponential moving averages and marks the areas between them. The lengths are Fibonacci numbers starting from 5 and ending with 377. The colors indicate the length of the moving average, green for the shortest and purple for the longest. The zones between consecutive EMA's (e.g. 5 and 8 ema ) are market according to the color of the greater...