Inspired by Ricardo Santos's " Multiple Moving Average Candle System V0" () This script plots 6 moving averages using the plotcandle function rather than the normal plot function. Result is a stylish indicator that shows moving average crossovers in a more visual way. Moving average type options available are , or Simple, Exponential, Hull, Relative, Volume...
*For use with <=24 hour Hollow Candles * Indicator for more informative candle plotting. Select from 2-6 lower timeframe candles and view the price action of the lower bars within the normal chart's candles. Plotting short time frame candles with a semi-transparent body lets you see reversals that occurred during the larger candle's formation. Use the information...
Hello, guys This indicater displays the previous value of higher timeframe without request.security() function. You can change the candle style ( heikinashi or normal) on the set box. you can choose the higher timeframe also. I made this to avoid the repainting. Without Box() function, i only used plotcandle and fill. It was good fun. Good luck !!
//Not my original idea, Ive pretty much just doubled the code to have 2 Candles .All Credit goes to the creator of "Multi-Time Period Charts" as I have it saved in my library. I cant find it anymore and searching the script doesn't appear it seems so if its you let me know (and ill credit you). Why did I opt to plot 2 candles you say? 2*candles=(info)*2. 3 if we...
Very simple and weird type of candlesticks 😀 Wicks becomes body-ish and body becomes wickish Cheers!
RSI Typical RSI indicators were plotted with candles and expressed wick to resemble a candle chart, and linear regression was added to predict changes in force intensity, which allowed us to confirm support and resistance within linear regression . In addition, divergence signal was marked as an additional basis for the price fluctuation point due to support...
Hello Friend, This is a very simple script for fun to demonstrate the new ability to change the colors of attributes pertaining to the plotbar() and plotcandle() functions using series inputs. For Heiken Ashi lovers, this script does several things. It gives you both bars and hollow candles with Heikin Ashi values - something TV does not currently support. It...
This script is for custom candles based on an HMA calculation with a default period of 10 as well as an SMA of the close price, defaulted to 1 period to only show the current price. The purpose of the custom candles is to try and reduce noise from candles and help identify trends. These custom candles somewhat resemble Heikin-Ashi candles in their...