This is part of a series of strategies developed automatically by a online software. I cannot share the site url, which is not related to me in any way, because it is against the TV reules. This strategy was optimized for GBPUSD, timeframe 1D, fixed lots 0.1, initial balance 1000€. LOGIC: - LONG ENTRY when previous candle is bear - LONG EXIT: RVI > signal...
Hello traders! This indicator was originally developed by Paul L. Dysart in the 1930s and then described and popularized by Norman G. Fosback in his book "Stock Market Logic: A Sophisticated Approach to Profits on Wall Street" . Like and follow for more cool indicators! Happy Trading!
This is a trend indicator at its core so combine with rsi or a moving average of your choice to see which direction the stock is trending in. Only enter a position (long or short) when signal to noise ratio is above the signal line This is one of my first indicators posted on here so be sure to leave me feedback
Applies signal values to significant changes in momentum and can be used in conjunction with other indicators and analysis to improve trade timing. Both "Signal Up" and "Signal Down" can be used for alerts. The magnitude of the signal is the difference between K and D. (See the code for the logic and implementation.) Signal Up occurs when momentum is within...
This script takes the Rule #1 3 tools and plots them on the graph, to provide an additional level of indication for when to sell and when to buy.
This very simple strategy is an implementation of PJ Sutherlands' Jaws Mean reversion algorithm. It simply buys when a small moving average period (e.g. 2) is below a longer moving average period (e.g. 5) by a certain percentage and closes when the small period average crosses over the longer moving average. If you are going to use this, you may wish to apply...
AUDCAD signal indicator GreenRedSignal Buy Long when you see a Green colour bar Sell Short when you see a Red colour bar BollingerBands added for reference
Volume Impact (The area) Average Volume (The thick line, xTrigger) Volume Impact = Volume Chance - Average Volume It provides very reliable buy sell signals. Buy(green) when increasing, sell(red) when decreasing. Volume Impact might drop before the actual price so it has an early warning potential. Before trend changes volume average diverges from the prices....
A CHANGE of background color indicates a trade opportunity : Cyan background = BUY Purple background = SELL The bullish signals seem to be better than the bearish ones. Based on the "Willy" indicator. Don't change the parameters unless you fully understand the consequences. Use with brains and caution :)
Introduction Based on my previous indicator , this indicator plot a trailing stop using classic conditions. Using The Indicator Like any trailing stop when price is higher than the trailing stop this imply a buy signals, when price is lower than the trailing stop this imply a sell signal. It is possible to use decimals instead of integers for length as...
this indicator is based on indreajit mukherjee .one of my friend suggest me to code this indicator... he found this indicator on youtube channel rule of this strategy is simple when cm_ultimate_mtf color change into green and macd 4c > 0 then open a buy trade in 1 hour or 1 day chart.. for sell trade when cm_ultimate_mtf is showing red candle and macd 4c <0 open...
This strategy is based on my script "AVERAGE MULTI_SMA" The strategy is based on the created media, giving BUY signal when the price closes above the average and the average is rising. For the SELL signal the price closes below the average with the average falling. For those who are interested in how the "AVERAGE MULTI_SMA" script works, I ask you to analyze...
The Moving Avg Adaptive Filter (MAAF) was authored by Perry Kaufman in the Stocks and Commodities Magazine 03/1998 This is a volatility based indicator so when this indicator goes up, sell in the direction of how that stock is going. In other words go short when it is rising and the stock price is below the ema or go long when it is rising and the stock price is...
Note: This description is copied from the script comments. Please refer to the comments and release notes for updated information, as I am unable to edit and update this description. ---------- USAGE This script gives signals based on a volatility forecast, e.g. for a stop loss. It is a simplified version of my other script "trend_vol_forecast", which...
This script is intended to print signals on the main price chart and send alerts when the RSI is overbought or oversold. You can customize the source of the signal (open, close, etc), as well as oversold/overbought levels, and RSI length.