The Fibonacci Step Indicator assumes irregularity in calculating a moving average. It is measured as the mean of the previous lows and highs situated at Fibonacci past periods. For example, the mean of the lows from 2, 3, 5, 8, etc. periods ago form the Fibonacci step indicator. The indicator uses the formula for the first twelve Fibonacci numbers on highs and...
Plots the first time the close price is above or below the colored portion of the chosen MA. The MA's formula is from TradeStation's indicator: "Colored Moving Averages Can Help You Spot Trends" . I modified that indicator with customizations that include: Buy and Sell signals. Each time the current bar closes above the MA, while it's red (bearish), there's a...
Volume Divergence • Formula originated from: "Hidden Price Divergence" (circles) by TheLark. I did two things to harness its effectiveness: • Firstly, I developed a unique way to filter out the divergence signals that were appearing on both sides of the midline. This filter will be known as the "Midline Tool" . It filters out a lot of the false...
I have modified LazyBears Squeeze Momentum Indicator with enhancements, plus added signals LazyBear mentioned that in John F. Carter's book, Chapter 11, "Mastering the Trade", that "Mr. Carter suggests waiting till the first gray after a black cross, and taking a position in the direction of the momentum (for ex., if momentum value is above zero, go long). Exit...
SignalBuilder Utility for building a collection of signal values. Provides a default view for displaying signals. Simplified API for aggregating signal values. Flexible for use with indicators and strategies. See the demo section for an example.
To complete our previous work on breakouts with pivot point-based levels, we introduce an indicator returning pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. The indicator also includes integrated alerts for trendlines breakouts. Settings Length: Pivot...
Description: An indicator based on ATR adjusted for volatility of the market. It uses Heikin Ashi data to find short and long opportunities and displays a dynamic stop loss level. Additionally, it has alerts for when the trend changes (which is an entry signal). How it works: It works by dynamically calculating the Period for ATR which depends on current...
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
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...
The following script returns a moving average designed to be used as a signal line in a moving average crossover system. The moving average will diverge from the price during ranging markets and reach the value of a regular moving average during trending markets. Settings Length: Moving average period Src: Source input of the indicator Usage Moving...
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...
Converted the QQE oscillator to in-chart long and short signals with built in alerts. This is multi-timeframe and quite robust.
BUY & SELL Scalp Signals for Crude Oil Future Contracts (Or it can be used with any scrip with good amount of Volume) based on Sma & RSI overbought/oversold alert (!) for possible reversal indication. Take Buy position only if candle breaks the high of alert candle & for Sell positions, take position if candle breaks low of the alert candle. Best to perform with...
DGT interpreted version of LazyBear's WaveTrend, visualizing on Price Chart Original Author : LazyBear Crosses above or below threshold are emphasized with bigger labels - crosses above threshold : probable short indications with a bigger label and relativly small label for probable long indications - crosses below threshold : probable long indications with a...
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...
BUY & SELL Signals for higher timeframes based on Ema & Sma with RSI overbought/oversold dots for possible reversal indication. It can be used for booking profit in the existing trade and take fresh position once the new candle breaks the high/low of alert candle depending upon the side. Best work with 1h+ timeframes.
An experiment to combine two range filters and plot the average of both to smooth out the signals. This works significantly better than the typical ATR set-up, but there's still too much noise here to set and forget with bots. Use it as the basis of your own system with additional filtering on top.
Some time ago I published an example of simple custom screener in PineScript: The only thing this screener did is created a dynamic label with screener output. Recently TradingView announced alerts from the strategy with the possibility to add custom messages to alerts. So using it I was able to create a bit more advanced screener which sends results as...