Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
WDI, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
This is an answer back to repeated requests for a simple version of Bjorgum Triple EMA Strat, which is not recommended for use with Heiken Ashi candles as it results in "double smoothing" of the averages and can give late signals as a result. The inputs are raw and super basic. At its core its really just 3 EMAs that you can customize the source and length. The...
-This script uses a triple EMA strategy to establish trend direction and reversal points -Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution -Buy and sell indications are dictated by bar color -Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3 (If candle closes...
See 1st Chart Post For Specific Details. Custom Indicator Highlights Bars for Specific Days of Week. Works on Daily Charts and Intraday Charts. Option to Highlight One Day or Multiple Days.
This script simply colors the candles based on the defined "overbought" and "oversold" RSI-levels set in the input section of the indicator. If the price is below the oversold level, the candle is colored in yellow. If the price is above the overbought level, the candle is colored in aqua. If the price moves back between both levels, no color will be...
Now with Bar Color! The simplest upgrade to the classic indicator, old script: B3 Stochastic Full Also, if you like this one you may appreciate my personally modified take on the stochastic readings: B3 Extended Stochastics
Previous Day High and Low Breakout Bar Color
This script was influenced by Scilentor's- "RSI Bar Colors / Scilentor". I improved upon the Idea by adding the ability to change the full range of RSI (Between 0 through 100) to any color you want within 5 point increments. Traditional use of RSI is to use it as an "Overbought" and "Oversold" indicator. A more uncommon/unknown use, especially among new traders,...
With this little study you don´t need to know the time at the current price is trading just becase I use: morning=input(true, "morning", input.bool) vol_res=(morning)?input(defval=500,title= "vol_m"):input(defval=2500,title= "vol_a") float ema_vol=na, ema_vol:=ema(highest(volume,5),20) Even if you don´t select the time (morning == false) you are going to see the...
Volume-based candle colors with alerts. 5 threshold levels: -Extra High (red) -High (orange) -Medium (yellow) -Normal (white) -Low (aqua)
Tabajara setup from André Machado -ma 8 -ma 20 -ma 50 -ma 200 (blue) -vwap (aqua) -bollinger bands -barcolor based on tabajara rules
20 step red/green gradient function The color gradient function allow colorize any source in 5% steps. Define the source, minimum and maximum value (constant or , for example, bb (or any other channel)).
Hello traders This indicator is based on my TSI shadow previously published This custom version will also color the candles based on the TSI shadow trend Bullish condition = TSI > MA2 and MA1> MA2 Bearish condition = TSI < MA1 and MA1 < MA2 I made alerts available for this indicator so you can set them on your...
About Clear Method -- to repeat my prior post on the bar painter script: This indicator is translated out of Technical Analysis of Stocks & Commodities , September 2010, (I take zero design credit). The script simply looks for the price action to break or "clear" the most recent action, and only changes the paintbar color if the action indeed clears the previous...
Here is another indicator. This indicator is useful from psychological point of view. It has a 20 EMA, which you can change to any value. The color of the candles or the bars will stay green unless and until we have a closing below 20 EMA, where it would give a red bar. The tool has a great impact on psychology and keeps us in trade irrespective of the...
This setting is pretty simple and straightforward. It is meant to color the price bars based on whether the trend is up, down, or sideways. This setting can be used in any market and becomes devastating when used on multiple time frames.
This is translated out of Technical Analysis of Stocks & Commodities, September 2010, (I take zero design credit). The script simply looks for the price action to break or "clear" the most recent action, and only changes the paintbar color if the action indeed clears the previous candles. Simple to use, just add to your chart from your favorites and change the...
作品: 色彩漸變-彩虹帶 This script is about rainbow color gradient, there are 35 colors from red to purple. The color changes with the time series, from light to dark, and then to light, repeat. Maybe it's visually beautiful. Compared to practicality, I prefer to use it as a color gradient reference. for the later...
This is the setup used by Alexandre Wolwacz (Stormer). 4 Exponential Moving Averages: * 4 red * 17 blue * 34 black * 80 green Candle Colors: * Red: possible top * Blue: possible bottom * Yellow: inside bar Option to use Slow Stochastic as filter for top/bottom.