This is a famous trend indicator in MT4 platform. Is this better than other MA based trend systems? I will let you decide that :) Supported modes: - Trend mode: This is the default. Draws a trend line (like MA) and colors them based on the trend. - Ribbon Mode: Shown at the bottom pane. No trend lines are drawn. - OverlayMode: Bars are colored based on the...
Hey Awesome Traders I noticed people were so happy with my ZigZag lucemanb script and so I made one that is more user-friendly and customizable Please note the original one is dedicated to developers, The code is very minimal for fast understanding when anyone wants to use it in their development In this script, I have included several features like...
This Code Simply Changes the Bar Colors based on if the Bar is Above or Below the EMA. Inputs via the Inputs Tab: Ability to change the EMA Period. Ability to Turn On/Off the EMA Plotted on the Screen ***Note - I used the HLC/3 To determine if the bar/candle is above or below the EMA. This Filters out the Chop and gets rid of many of the False Breaks above or...
This oscillator is made of three components, all derived from the SuperTrend indicator. This approach allows the user to easily determine overbought/sold zones, identify whether a retracement is present or if the price is ranging or trending. It also allows for the anticipation of the potential price cross with the SuperTrend. We provide additional information...
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that allows you to swich to signals from Heiking Ashi. I saw that author uses HA for the indicator and on HA it...
"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes. In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend. The "Trend...
This script is designed to aid in back-testing and trade execution. It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades , and the red colored value is your stop loss distance (in pips) above the most recent swing high for short...
This is a volume-based oscillator used for detecting market sentiment. This plots two moving averages of the CBOE S&P500 PCR (put call ratio), and a histogram to measure the distance between them. The histogram will generate signals of green (bullish) or red (bearish), depending on whether put volume is decreasing or increasing. The moving averages are...
A simple strategy is to determine the trend. Do not use it for real-time transactions. Use it as a Reaffirmation trade entry.
The original indicator was created by alexgrover . All credit goes to alexgrover for creating the indicator that this strategy uses. This strategy was posted because there were multiple requests for it, and no strategy based on this indicator exists yet. The Recursive Bands Indicator, an indicator specially created to be extremely efficient, I think you...
This indicator highlights points where price significantly deviates from a central level. This deviation distance is determined by a user-set value or using a multiple of a period 200 Atr and is multiplied by successive values of the Fibonacci sequence. Settings Method: Distance method, options include "Manual" or "Atr" Size: Distance in points if the...
The new array feature is extremely powerful, as it will allow pinescript users to do more complex things, or compute existing calculations more efficiently, it will also be possible to shine some light to some already existing functions, one of them being percentile_nearest_rank . We have been working on this new feature with our pal alexgrover, and made this...
Stochastic OTT is Anıl Özekşi's latest derived version of Optimized Trend Tracker on Stochastic Oscillator. You might like to view the original version of the indicator if you don't know about OTT yet: He tried to solve the fake signals of Stochastic Oscillator by adopting OTT on the indicator. He advised users to set the stochastic smoothing parameters to 500...
This indicator displays polynomial regression channels fitted using data within a user selected time interval. The model is fitted using the same method described in our previous script: Settings Degree: Degree of the fitted polynomial Width: Multiplicative factor of the model RMSE. Controls the width of the polynomial regression's channels Timeframe:...
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I can't update my original UT Bot Strategy so I publishing new strategy with backtesting range included. I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that...
The Squeeze Index aims to measure the action of price being squeezed, and is expressed as a percentage, with higher values suggesting prices are subject to a higher degree of compression. Settings Convergence Factor: Convergence factor of exponential envelopes. Length: Period of the indicator. Src: Source input of the indicator. Usage Prices being...
EMA Cloud By Ripster EMA Cloud System is a Trading System Invented by Ripster where areas are shaded between two desired EMAs. The concept implies the EMA cloud area serves as support or resistance for Intraday & Swing Trading. This can be utilized effectively on 10 Min for day trading and 1Hr/Daily for Swings. Ripster himself utilizes various combinations of...
RSItrend is a trend indicator based on the standard RSI. The logic of building the indicator: We build a channel based on the RSI extremes. The exit of the RSI from the channel up is the beginning of the uptrend, the exit of the RSI from the channel down is the beginning of the downtrend. In the downtrend, the candles are colored blue, in the uptrend -...