Alert on Candle Close is a simple indicator allowing you to set alerts when a candlestick closes. Instructions for use From the chart window, click on "Indicators" and search for "Alert on Candle Close". Click on "Alert on Candle Close" to add the indicator to your chart. Click on the star icon to add it to your favourites to easily access later. Set your...
This script displays the percentage of movement of all candles on the chart, as well as identifying abnormal movements to which you can attach alerts. An abnormal movement is considered a rise or fall that exceeds the parameter set in the settings (by default, 1% per 1 bar). Added a function to display the volume on abnormal candlesticks.
The "RSI-CCI Fusion" indicator combines the Relative Strength Index (RSI) and Commodity Channel Index (CCI) from TradingView. RSI-CCI Fusion: Unlocking Synergies in Technical Analysis Technical analysis plays a crucial role in understanding market dynamics and making informed trading decisions. I often rely on a combination of indicators to gain insights into...
Japanese below / 日本語説明は下記 This indicator shows MACD with its colors changing based on trend strength. The purpose of this indicator is to visually understand phases of trends, which are beginning, advancing and ending, measuring the range between MACD line and signal line. Since MACD is originated from moving average, the range between MACD line and signal line...
A simple script to enable adding a trigger when a stock reaches 'X' percent, the 'X' can be configured. The script also displays current tickers gap %, this is particularly helpful when you have 2 or more panels on a chart
Library "string_utils" Collection of string utilities that can be used to replace sub-strings in a string and string functions that are not part of the standard library. This a more simple replacement of my previous string_variables library since it uses types for better performance due to data locality and methods that give a more intuitive API.
Japanese below / 日本語説明は英文の後にあります。 ------------------------- *This indicator is based on azmathshah's "Last Three Candles each of Two HTF". It's a very cool indicator. thank you. You can detect trend reversal with candlesticks. It's MTF compatible and can display up to 2 sets of 5 candles of any time frame on the right side of the chart. By displaying the candles...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that displays High/Low lines for each session. The Key Levels of each session can be visually recognized, which is useful for PD Array analysis. You can display the last 3 days. Based on trinity by ICT. The biggest feature is that the color shape of the line changes when reaching High/Low....
This stoploss allows to filter high volatility fake trends; But how we are made it; we are calculating the last spikes value average and calculating the standart deviation, after we added to the standart stoploss formula price+2atr and voila!! Your stop loss is ready. The idea behind this formula: what is explosing our stops? fake-out spikes. We think if we get...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that automatically displays Fibonacci from each High & Low based on 3 Zigzags. It's useful for multi-timeframe analysis. For example, Fibonacci calculated from the high and low prices (Zigzag 3 Period=100) of the upper timeframe can be displayed on the lower timeframe. Also, you can set...
This indicator won't plot anything to the chart. Please follow steps below to set your alarms based on RSI oversold and overbought levels: 1) Add indicator to the chart 2) Go to settings 3) Choose up to 8 different symbols to get alert notification 4) Choose up to 4 different timeframes 5) Set overbought and oversold levels 6) Once all is set go back to the...
🎲 Overview 🎯 This BOS(Break Of Structure) indicator build based on different MA such as EMA/RMA/HMA, it's usually earlier than pivothigh() method when trend beginning, customer your BOS with 2 parameters now. 🎲 Indicator design logic 🎯 The logic is simple and code looks complex, I‘ll explain core logic but not code details. 1. use close-in EMA's...
Choose to display numbers from 6, 7, 8 or only 9, showing a colored dot until the last number is reached to reduce the clutter Support and resistance Customizable labels, several styles are available Identifies turning point in the trending price of an asset or an index.
Display all numbers or choose from 6, 7, 8 and 9 to reduce the clutter Support and resistance Customizable labels, several styles are available Identifies turning point in the trending price of an asset or an index.
Hello, I use this script daily so I thought it might help some of you guys out! WHAT IS THE SCRIPT This script can show two custom trading sessions and up to three specific dates and hours to keep in mind while trading (for example a news release). WHY USE THE SCRIPT My trading plan tells me to trade from 08:00am to 10:00am (GMT+1) and not to let open trades...
Introduction: Are you a fan of automated grid-based trading and holding onto your crypto assets like they're the last Snickers bar in the world? If so, this Pine script could be your new best friend! Grid Trading Genius: The script uses some seriously advanced grid trading techniques to automatically place orders at different price levels, creating a mesh of...
A modification of Economic Calendar Events: FOMC, CPI, and more written by jdehorty . Please send all tips his way as he is maintaining the underlying data for the Calendar and the original concept. List of changes: Optimized code, will only run once on initialization now(No random line in middle of screen on bar change) Legend - Added short names ...
Hello! This is simply HMA calculated with EMA's instead of WMA! I have added alerts for the direction of the average. Heres a recap the traditional HMA: The Hull Moving Average ( HMA ) attempts to minimize the lag of a traditional moving average while retaining the smoothness of the moving average line. Developed by Alan Hull in 2005, this indicator makes use of...