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). - ...
This simple script was written for studying recurring intraday behaviours of financial instruments. With it, you can highlight up to 13 customizable time ranges on your chart, filling the corresponding background space with colors you prefer. You can then write a note for each range and it will be shown in the optional related table. The experience shows that...
'Study forloop' pinescript Program to print star diamond The Program Logic I've taken the previous script and added a footer to it. instantly transformed into a diamond shape.
'Study forloop' pinescript Program to print star Triangle The Program Logic For example, the following Pinescript programme will need two nested for loops. The outer forloop is for rows and the inner forloop is for columns or stars. to create a triangle shape.
This script is yet another variant of the famous Bollinger Bands® TA tool used to track price volatility as it deviates from the mean of a security using standard deviations (positive &negative). Built for my own personal preferences. But perhaps you might like it, too. Includes + Chart Lines: price, upper and lower bands + User Options: SMA length, stdev...
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...
(Script Available Version of my previous Fundamental Analysis - Multiple RSI Ema ) As the number of crypto currencies is expanding, we need to find the one which will boom in the next months, weeks or even days. Therefore, I present to you a Fundamental Analysis tool based on RSI built in order to compare the RSI between the diverse cryptocurrencies. When...
Original version: Open Close Cross Strategy R5 revised by JustUncle. Change: script changed to a study script with custom alerts. This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. Revised by JustUncleL Description : Strategy based around...
I know a lot of people who want to draw a line in future. I asked a lot of good Guys in Pine and they havent a solution. But today i got an idea i want to share with you. I hope this example give you a hint. it is Usefull if you want to draw it like the Orginal Pivot Point standart or everything else. I see a lot of Pivot Indicators but all stop at the actual...
=========== Percent Trailing Stop (%) - { FOR STUDY SCRIPTS } =========== Wow - this is an example of how to implement Alerts relating to a Trailing Stop (%) within your Study Script. It's taken a bit of effort to get this working but I think we got there! Alerts include Open Long/Short, Trailing Stop Hit, and (the most important one) Movement of Trailing...
=========== Fixed Percent Stop Loss & Take Profit % - { FOR STUDY SCRIPTS! } =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price - This is for setting Alerts within your own Study Script for when either your SL or TP get hit. Yup, that's about it! You can ignore the actual entry/exit orders - they're based...
Hello traders This is a Pine adaptation of this FXCM LUA indicator Seems to be made mostly for tick data (< 1 min timeframe) and advanced scalpers Always interesting to see that Pinescript is much easier than most of other trading programming languages out there :) PS You might like checking the data window panel from TradingView and mouseover your cursor...
A Basic 3 EMA Study / Indicator built in version 4 of Pinescript. Individual color changing lines based on the position of the price (close) relative to each specific EMA Alerts can be set for either - All Signals Bullish - All Signals Bearish I try to keep my code clean and readable with comments and always enjoy seeing what others do with it. Please give...
this study is another script based on the candlestick pattern . there are a few filters implemented to be applied to the output result to clear out noises. it sounds like finding real Dark Cloud Cover instances are too rare (interesting though!). Dark Cloud Cover it is a bearish reversal candlestick pattern where a down candle (typically bearish) opens...
this study is the first one of a series of scripts based on the candlesticks pattern which will be published over time. There are several such scripts out there that can be found on TradingView but they seem to be inaccurate with a lot of noises and messy hard to understand code. In this script, I've tried to have a clean and easy to get of the pattern itself and...
this is just a study to investigate the pumps and dumps that have been happened in a crypto market and it should not be used as an indicator. this is also my very first Pine Script that I've written and I am sure it is not perfect. actually I am curious to know when (I mean the exact time of the day) most pumps and dumps happen as a self investigation. the...
The PineCoders Backtesting and Trading Engine is a sophisticated framework with hybrid code that can run as a study to generate alerts for automated or discretionary trading while simultaneously providing backtest results. It can also easily be converted to a TradingView strategy in order to run TV backtesting. The Engine comes with many built-in strats for...