🎲 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...
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. On any time frame, if the chart of an asset shows nine consecutive candles above or below the closure of four candles prior, then it prints a...
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...
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. On any time frame, if the chart of an asset shows nine consecutive candles above or...
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...
Library "TradingSolutions" Some tools and functionalities that my scripts often contains f_strategyPosition() for position data Returns: variables with position data longTrailingStop(_atrLongLength, _atrLongMultip, _longTrade) Calculates trailing stop loss for long positions based on atr Parameters: _atrLongLength _atrLongMultip...
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...
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...
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...
This is Dynamic Support / Resistance script. How it Works? It finds Pivot Points and creates channels for each Pivot Point. Channel size is calculated by (Highest - Lowest) * %Channel_size in Loopback Period. After creating channels it calculates that how many Pivot Points in the channels. more Pivot Points in channel means stronger Support/Resistance. in the...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
See when two moving averages cross. With the option to choose between four moving average calculations: SMA = simple moving average EMA = exponential moving average (default) WMA = weighted moving average Linear = linear regression The moving averages can be plotted from different time-frames, like e.g. the weekly or 4 hour time-frame using HL2, HLC3 or...
Its the part 2 of Multiple Indicators 50EMA Cross Alerts. Its more suitable for the seconds chart. Beside, you can use it in higher timeframe. The input bars length is the sample size that the code will use to trigger all alert. 20 mean 20 bar after the current candle. When you activate volume alert you can select an amount of volume that when volume cross it...
This script allows you to set breakout alerts. An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.
Hello All, For long time I got many request for Renko Candles and now here it's, Renko Candles Overlay . I tried to make almost everything optional, so you can play with the options as you want. Let see the options: Method: the option for brick scaling method: ATR, ATR/2, ATR/4, Percent, Traditional - ATR Period: period for Average True Range and it's...
For the fibonacci traders. The Auto Fib Retracement Is a good indicator for tradingview to show you the current alerts and points to watch in the market IMPORTANT SETTING => Retracement This controls your alert levels I have modified it to deliver the following +Custom Fib retracement level alerts +Drawing of old levels and retracement levels +Backtesting Old...