I wrote this strategy about a year ago, but decided to publish it just now. I have not been able to implement this strategy in the market. If you can, then I will be happy for you. This strategy is based on my "Botvenko Script". (It finds the difference between the logarithms of closing prices from different days.) (Check this script in my profile) Then the...
The VolatilityVortex indicator allows you to capture any sudden price movements so that you are not constantly looking at the screen. It does this by measuring changes between 1 and 3% on 5-minute candles and displays them with an arrow. Of course, you can also set an alarm to receive an audio notification. In this way, you can follow the price movements and enter...
The oscillator in the provided script is a custom indicator designed to help identify choppy market conditions and generate buy and sell signals based on the direction of the price movement. It is derived from the ATR (Average True Range) and the percentage of the ATR relative to the closing price. When the ATR percentage is below the specified threshold, the...
LONG and SHORT signal generation: The LONG and SHORT signals in this script are generated based on a combination of sentiment, price strength, and volume strength calculations. The following parameters and calculations are used in determining these signals: Sentiment: The sentiment is calculated using a Simple Moving Average ( SMA ) of the SMO (oscillator)...
This script picks up two types of pullbacks using the SLSMA line. The pb1 signal picks up a fast first pullback as price action breaks the SLSMA line. The pb2 signal detects a stronger pivot with the trend. There is an option to filter pb1 signals with trend in the settings. Lower highs and Higher lows are displayed as labels along the SLMSA line. This tool can be...
DojiCandle body size RSI-SMMA filter MTF Hi. I was inspired by a public script written by @ahmedirshad419, . I thank him for his idea and hard work. His script is the combination of RSI and Engulfing Pattern. //------------------------------------------------------------ I decided to tweak it a bit with Open IA. I have changed: 1) candle pattern to...
––––History & Credit The Whaley Breadth Trust is a powerful signal that has a great success rate. It was invented by Wayne Whaley in 2009. Since 1970 to 2009, the signal has occured only 12 times! –––––What it does The indicator uses 3 conditions. Condition 1: The Advancing and Declining NYSE stocks Condition 2: The Up and Down volume Condition 3:The...
This is a higher timeframe scanner that detects whether the market is bullish or bearish according to our Buy Sell Indicator on up to 8 different timeframes. It can also be customized to scan different tickers so you can scan tickers that typically move with or against the ticker you are trading for extra confirmation. The scanner can be configured to use the...
This Buy Sell Indicator uses price action calculations to determine the bullish or bearish nature of the current market and then calculates if the price action is strong enough to give a signal. The indicator is fully adjustable so you can fine tune it to fit your specific trading style with Scalp Mode, Swing Mode, Long Swing Mode and candle trailing length. It...
Overview This script, named "ALEX TRADING STRATEGY", is a technical trading strategy designed for new investing groups. It uses a combination of various technical indicators to identify potential buying and selling opportunities in the market. The script includes the Relative Strength Index (RSI), Simple Moving Averages (SMA), Exponential Moving Averages (EMA),...
The "Signal Viewer" script is a debugging tool that can be used for the signal of a Signal Indicator script like the "Two MA Signal Indicator" or the "Template Signal Indicator". This script will visualize the signal based on the convention that was defined in the settings. Also, alerts will be produced based on this convention. It's useful to be used before you...
Idea: Enhance the Stoch RSI with DMI to get the visualization of the strength movement. Concept: (Note that we take the close to get the closing price). -Combination of 2 Stoch RSI (using value K): 1 is UP, 1 is DOWN (these settings have been customized). -Every time they cross, it calculates the direction of 3 nearly previous crossings to get the color of...
Idea: This script combines: Moving Average (MA), Directional Movement (DMI), MACD When condition of long or short position from all mentioned indicator are met script opens position. Once trend changes, it closes the position. Then add some filter conditions to avoid noise. Concept: (Note that we take the close to get the closing price) -Using only cross up...
Indicator identifies potential price trend exhaustion. Compares this period against the 4th prior period for the condition. 9 periods (or more) with the same condition is an indicator that the trend is ending soon.
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.
Library "TurntLibrary" Collection of functions created for simplification/easy referencing. Includes variations of moving averages, length value oscillators, and a few other simple functions based upon HH/LL values. ma(source, length, type) Apply a moving average to a float value Parameters: source : Value to be used length : Number of bars to...
This library contains functions that try to analyze trading signals performance. Like the % of average returns after a long or short signal is provided or the number of times that signal was correct, in the inmediate 2 candles after the signal.
This indicator uses a total of four indicators, 'ParabolicSAR', 'EMA', 'MACD', and 'TSI', to indicate the direction of the trend as well as the progress signal of the trend. Basically, the overall trend is analyzed by the 'EMA' and 'TSI' indicators, and the buying trend is displayed in green and the selling trend is displayed in red candlesticks. An...