Bjorgum Reversal Bj Reversal uses Tilson moving averages to identify trend changes Bars change to yellow as bar close crosses the Tilson moving averages. Blue or red is confirmed as the two Tilson averages themselves cross. Reversal is great for pinpointing trend change often giving the absolute best entry or exit Its sensitive nature can mean more false...
This script is adapted from TKP's long/short indicator to initiate buy/sell indications when price crosses the T3 moving averages, and when the T3's themselves cross. Bars change colors based on price over/under T3 and T3 up or down or This allows for simple visual analysis of trend direction along with entries, exits, and stop loss values.
A screener for multiple indicators with nice table output. I was asked many times to update custom screener to display results in a table form. This way it looks much better. You can play with background colors depend on values you're looking for. In the screener, for example, I'm highlighting overbought/oversold RSI values, big ADX levels and trend of the...
WELCOME TO THE CHEAT CODE REDEMPTION PACK!!!! I want to take a deep dive into what this indicator consists of and how you can use it to improve your trading strategy. -What does the CCR consist of? The Oscillator: The oscillator is a combination of a true strength index sampled from on-balance volume and a regular RSI at default settings. The reason I...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order ORIGINAL SCRIPT: /// /// feel free to edit/improve and comment
-This script utilizes simple color changes of the TSI output signals to aid in interpretation of the classic TSI indicator. -Crosses of the TSI value line and signal line are a bullish or bearish indication. TSI value line is colored green or yellow to help identify that the TSI value line is either dropping or rising, while over or under the signal line. -This...
Ergodic Oscillator indicator script. Ergodic Oscillator is based on True Strength Index (TSI) by William Blau.
This is TSI and CCI combined. The CCI is customized and is using HullMA, but the TSI is default TSI For use with the HMAv420 indicator, to form trading strategy based on the 3 indicators. Best as all 3 indicators used on 3 timeframes at once, ie 1m 5m 1H
// Acknowledgements: // Original Godmode Authors: // @Legion, @LazyBear, @Ni6HTH4wK, @xSilas // Drop a line if you use or modify this code. // Godmode 3.1.4: @SNOW_CITY // Godmode 3.2: @sco77m4r7in and @oh92 // Godmode3.2+LSMA: @scilentor // Godmode 4.0.0-4.0.1: @chrysopoetics // Jurik Moving Average: @everget // Minimal...
RSI output signals are displayed with color change to reflect the plotted value. This makes evaluating RSI conditions require but a glance. RSI momentum buy signals are given on the cross of the 50 level, whereas sell signals are given on a fall below. Default values a 5 period RSI which gives more timely entrances and exits for swing traders. This can be...
This is a trend trading strategy designed mainly for forex made of two big components: First we have the currency meter, which is made of taking TSI of different INDEXes such as EUR, USD, GBP, JPY, NZD, AUD , CHF and CAD. Once we establish which one is the weakest and most powerful, we pair them together and we go on that chart. Lastly we check with the EMA 200...
This script is intended to help the viewer identify potential turning points with momentum "headwinds" or "tailwinds" with a visual que at the bar level. The presence of arrows indicates that the TSI indicator is either "curling" up under the signal line, or "curling" down over the signal line. This can help to anticipate reversals, or moves in favor of trend...
User request. A tuned version of the built-in True Strength Index (TSI) indicator with the following options included: TSI - Signal Histogram TSI/Signal Crossovers TSI/Signal Ribbon Bands breakouts highlighting Zero line crossovers background
Here is an example of a script showing a multi-time frame of TSI. Chart below compares FX EURUSD Daily TSI to 1H TSI Here is an updated version study("True Strength Indicator MTF", shorttitle="TSI MTF") resCustom = input(title="Timeframe", type=resolution, defval="60" ) long = input(title="Long Length", type=integer, defval=25) short = input(title="Short...
Do you like TSI indicator? Do you like HMA indicator? The all new, HULLTSIBOT indicator! About: TSI indicator was on a space mission to mine other planets and then the crew stumbled upon a bunch of HMA indicator eggs. In the darkness of the slime room they found, There was a suddenly a bunch of failing and swearing and machinegun fire muzzle flashes, then all...
This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index. It can be adapted to any timeframe and any type of financial markets. The idea behind its very simple, We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order with alert as well original script : the strategy script: /// feel free to edit/improve and comment
Hi! This strategy has TSI and CCI indicators with the CCI being based on a HMA instead of the Price. There is a number of conditions that must combine to create buy or sell signals, but it is basically a couple of MA crossovers. The strategy opens new orders on each candle if the conditions are met, Either direction, so it is hedging. It wont open new orders if...