Forex Radar Indicator: A Powerful Tool for Analyzing Currency Strength and Weakness Introduction The Forex Radar Indicator is an innovative tool that provides a visual representation of the relative strength and weakness of various currencies in the Forex market. This indicator is designed to help traders identify potential trading opportunities by analyzing the...
A vertical line plotting function is missing in Pinescript. This is another method to plot vertical line on a chart, and an improvement on my previous script "vertical lines" . The script hacks the plotcandle function to display just the wicks without the body. This hack simulates a vertical line. The body of the candle is non-existing since the open and close...
Example method of how to import, offset, and plot CSV data using an array. NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by...
Percent Research is an indicator that will plot a color / column on the chart in case custom requirements are met. The requirements are: - Price : Price requirement (equal or above input). - Change % Up : Amount the price have moved up in percent (equal or above input). - Change % Down : Amount the price have moved down in percent (equal or below input). - ...
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 !!
soory for spaling not an english native speaker this script is an extended version of MFI i add it mfi ema vol and a verion that calc the MFI with smooth ma ema-vol also the src for calc can be change now thc code is open to explore for any use enjoy.
Overview The Annual Returns % Comparison indicator aimed to compare the historical annual percentage change of any two symbols. The indicator output shows a column-plot that was developed by two using a pine script table, so each period has pair columns showing the yearly percentage change for entered symbols. Features - Enter date range. - Fill up with any...
KEEP YOUR COINS FOLKS! I DON'T NEED THEM, DON'T WANT THEM. Many other talented authors on TV deserve them. INTRODUCTION: This is my "RGB Color Fiddler", intended as a toy to play with. This colorcator is rated 'E' for every TV member. With this you can quickly generate about 1.67 million potential colors from color.rgb(). While I have a few preferred colors that...
KEEP YOUR COINS FOLKS! I DON'T NEED THEM, DON'T WANT THEM. Many other talented authors on TV deserve them. INTRODUCTION: This is my "PSv5 Color Magic and Chart Theme Simulator" displayed using Pine Script version 5.0. The purpose of this PSv5 colorcator is to show vivid colors that are most suitable in my opinion for modifying or developing Pine scripts. Whether...
This script plots vertical lines on charts or indicators. Unfortunately pinescript is lacking a vertical line plotting function. Vertical lines are useful to mark events, such as crossover of levels, indicators signals or as a time marker. After searching the internet for a long time and trying different scripts, this script is the simplest and visually the...
This is the alert version of the strategy with the same name. Indicators SImple Moving Average Exponential Moving Average Keltner Channels MACD Histogram Stochastics Rules for entry long= Close of the candle bigger than both moving averages and close of the candle is between the top and bot levels from Keltner . At the same time the macd histogram is negative...
Plot a series of your portfolio! Merely calculate the (constant) weights (ensuring that they sum to one) and plug in along with the corresponding symbols in order to visualize your portfolio returns as a series. Experimenting before settling on a portfolio? Calculate your theoretical weights using tools online for mean-variance optimization, Black-Litterman...
Hi everyone Hope you had a nice weekend and you're all excited for the week to come. At least I am (thanks to a few coffee but that still counts !!!) This indicator is inspired from Dollar-Cost-Average-Cost-Basis EDUCATIONAL POST The educational post is coming a bit later this afternoon explaining how to use the indicator so I would advise to follow me...
line plot any of the following or any combination of them together: high, low, open, close, hl2, ohlc4
By default, this script overlays seven simple moving averages (5, 10, 20, 50, 100, 150, 200) and allows you to customize the SMA values as you wish. If a candle closes at or above a moving average, the plot for that SMA is colored green for that candle otherwise it's red.
A more readable monthly, daily, weekly HIGH LOW plot
Multiple Ema 20/50/100 and you can add more EMA Plot easily by changing the codes.
Day25Range(1) - Plot on the candle the 25% low range of the daily price. This helps to show when the current price is at or below the 25% price range of the day. Best when used with other indicators to show early wakening strength in price. On the attached chart, if you look at Jan 23, 2018 you will see a red candle that closed below the 25% mark of the trading...