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...
Dear TV'ers, Hereby the study for the TWAP/moving average crossover, with taking profit options. moving averages include: EMA , WMA , DEMA , TEMA , VAR, WWMA, ZLEMA , TSF , HULL, TILL It is also possible to gradually take profit, using: * minimum consecutive green/red candles * minimum amount of green/red candles in the last 2-8 candles * both of the above...
'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...
A simple VWAP and SMA smoothing on the candles along with some momentum coloring. Basically, if the "slider" is slid all the way up and it turns red, moving down or losing volume t's probably going down. If it's all the way down and starts turning green, getting bigger and seeing volume, it's probably going up. this is a prototype indicator that I plan to extend...
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...
This chart will help you plot on following condition Source: 1. RSI Subtraction between two series 2. Historic Volatility (HV) The conditions are: 1. RSI sub should cross over 0 (any direction) 2. EV should be high for last 5 values 3. If RSI Sub is above 0 - the direction of trade is Long (flag Green), if its below 0 - the direction of trade is short (flag red)
Sell based on Indicators? This is a function that will command the script to print a sell of an asset/crypto when the chosen indicators issue a sell alert. Use MA channel indicator? This is a price channel derived from a selected 2 moving averages. It will buy and sell when a closed candle price leaves the channel. Use Heikin Ashi candles? This will simply put,...
=========== 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...
The study combines Sqeeze Momentum, Directional Movement Index (DMI) and Parabolic SAR indicators indicators providing you with a powerful indicator with long and short scalping strategies in it When conditions of long or short position from all mentioned indicators are met script opens position. Once trend changes it closes position and fixes...
The Hitman indicator is a tool to detect momentum swings in the market. Its intention is to identify good entry and exit points and alert you to have a closer look at the charts. It can be used on any chart, timeframe or market. This script is meant to build your alerts on. For backtesting different settings we recommend you to use the "THE HITMAN Strategy...
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...