Bulls v BearsThis script helps you identify the relative strength of bulls and bears in the market. It calculates the difference between the high and the moving average for bulls, and the difference between the moving average and the low for bears. Then it normalizes the values between -100 and 100 using the highest and lowest values of the last "bars back" periods. This allows you to compare the current strength of bulls and bears relative to their historical strength.
The output of the script is a colored column chart that represents the difference between the normalized bulls and bears values. If the chart is mostly green, it means the bulls are currently stronger than the bears, and vice versa for a mostly red chart. Additionally, the script provides bullish and bearish signals based on when the normalized bulls cross above or below the user-defined "Line Height" value.
You can use this script to help you identify potential trend changes in the market, as well as to confirm existing trends.
Bullsandbears
MyBalanceThe purpose of this indicator is to give a quick snapshot of the balance between buyers and sellers. I've identified a few patterns which accurately indicate the market faze. If anyone identifies patterns or alternate uses, please share.
Bull/Bear Buy/Bail CandlesBased on BullBearPower indicator, this is a heavily modified version with colored candles to show when bulls or bears are buying or bailing. Includes Fibonacci Levels based on Highest/Lowest value in variable length, along with optional second timeframe and alternative calculation for candles and linear regression curves for increased versatility. Green = bullish /long, Aqua = still-bullish albeit weakening, blue = weak albeit strengthening and red = weak/short. Perfect as a confirmation indicator for those looking to time markets.
Renko Trend MomentumA momentum indicator that shows bulls vs bears strength of renko brick production. The algorithm takes into account rapid brick production within a single time candle and adjust accordingly. The output may vary slightly between different chart time frames for the same indicator settings, but this is due to the lack of price fluctuation visibility that can occur in higher chart time frames. If the brick tick size is low, an appropriate chart interval should be selected that maximizes the amount of price volatility visible to the indicator.
Plots the normalized rate of new Renko Up Brick production vs new Renko Down Brick production.
Custom crossover threshold to help prevent whipsaws and keep you in the trend.
Shows pending areas when a crossover is imminent.
Custom time-based buffer combined with a crossover to keep you in the trend.
Shows crossover background color changes when the direction of the Renko Trend changes.
Works well with Renko Price Bars Overlay script.