The primary purpose of this indicator is to calculate and plot the 52-week high and low prices along with the Fibonacci retracement levels on the price chart. Fibonacci levels are commonly used in trading to identify potential support, resistance, and price reversal points. First, the script initializes the Fibonacci levels and their corresponding colors, which...
Indicator identifies potential price trend exhaustion. Compares this period against the 4th prior period for the condition. 9 periods (or more) with the same condition is an indicator that the trend is ending soon.
Before I begin I want to mention: 1. This is a variation of the 'CCI & BB' made by matsu_bitmex (Link: ) and SigmaDraconis's 'On Balance Volume Oscillator + Bollinger Bands' (Link: ) 2. While using this sometimes you may not notice the crossover so I've added the Line 'x' outside 'x' BB to only see if Line 3 and 4 crossed over The indicator: 1. When the...
Description: Automatically draw Fibonacci Pivot levels based on the previous (day's, week's or month's) Range ( High-Low ). The HLC3 is used as the default Pivot level. Unlike the "Auto Fibonacci Levels", this variation does not update Levels on current day even if the price goes past the R3/S3 levels. Timeframes: 1D, 1W, 1M Range = (High - Low) - From previous...
Before I begin I want to mention: 1. This is an upgrade of my indicator WMA Combo Crossover. (Link: www.tradingview.com) 2. The upgrade was inspired from the CCI and Bollinger Bands indicator by matsu_bitmex. (Link: www.tradingview.com) 3. I have combined the indictor with Bollinger Bands , coloring those sections as yellow, to increase winning trades as well as...
Hello All, Today I am here with a new idea and script, " LTB Zigzag Circles ". The idea is to create Circles using last 2 zigzag waves and to catch the breakouts earlier than horizontal lines. if a circle is broken then the script shows entry for Long/Short positions. and if broken circle reappears again then the position is closed. You can change Zigzag period...
This script is designed to be used on Swing and Position style approaches. Based on moving averages that I use with the integration of a weekly moving average that is visible on the daily chart /all timeframes. The moving averages are: 9EMA; 21EMA; 10 week SMA ; 50EMA; 150EMA; and 200EMA. Base script from CaptainBrett with Matt Caruso's chat with Richard Moglen...
This is a preety good strategy suited for long term trading. It has been adapted and optimized in this case for GBP/JPY 1D time frame. Its made of Kiojun baseline, together with ATR for stop loss and size calculation and Williams % R For the purpose of this example we simulate that we have a leverage of 100x in order to be able to buy the ammount of lots...
This is a strategy build inside tradingview, which I found it works great with swing/position trading. It works based on parabolic sar indicator, when indicator is below the candle, is an uptrend and when its its above is a downtrend. At the same time it's very nice, because it has a sort of stop loss which is dynamic, because it triggers when candle crosses...
Part of my strategy involves entering a trade based on a candle on a 5-min chart being < 2% (ignoring major volatility). I got tired of calculating the range of a single candle either in my head or on a calculator, so I wrote this up. Feel free to share it. Shows the %move of any single candle, default horizontal lines are 1% & 2%, can be changed by clicking...
After reading Cam Hui's blog post about his "Trifecta" bottom spotting model I thought I'd try my hand at scripting it as an indicator. The results are pretty close to what he describes. Though the data TradingView feeds me doesn't seem to be identical to what he's using on StockCharts.com the results are close enough that I will call the effort a success worth...