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...
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...
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...
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.
Band of Filtered RS by Mustafa ÖZVER This code shows a range (max-min values) price may get if we get strong movements. These values is based on RSI (Relative Strange Index). And also these are calculated using RSI, if we get trades to make rsi is equal to 25 (or rsi down limit) or 75 (rsi up limit) or any value you set, how much will price value get? This code...
Hello? Traders, welcome. If you "Follow", you can always get new information quickly. Please also click "Boost". Have a good day. ------------------------------------- I would like to take the time to explain the indicators needed for trading among the two indicator formulas previously disclosed. The HA-MS indicator is an indicator created using the Heikin...
Strategy: Using 10 and 200 Simple moving averages, we capitalize on price pullbacks on a general uptrend to scalp 1 - 5% rebounds. 200 MA is used as a general indicator for bullish sentiment, 10 MA is used to identify pullbacks in the short term for buy entries. An optional bonus: market crash of 20% from 52 days high is regarded as a buy the dip signal. An...
█ OVERVIEW Define, then locate the presence of a candle that fits a specific criteria. Run a basic calculation on what happens after such a candle occurs. Here, I’m not giving you an edge, but I’m giving you a clear way to find one. IMPORTANT NOTE: PLEASE READ: THE INDICATOR WILL ALWAYS INITIALLY LOAD WITH A RUNTIME ERROR. WHEN INITIALLY LOADED THERE NO...
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...
Untuk mempermudah kita dalam bermain dan memahami Signal Trade View Rate 98 %
This indicator is using the modified "SSS". This strategy uses combined indicators to create LONG entry points, the strategy was first found by saudALThaidy. How to use: Open your asset and pick a timeframe between 5min and 2hours (recommended: 30min, 45min), the strategy will give entry points itself, you can monitor and take profit manually(recommended), or...
A modified version of Squeeze Momentum Indicator visualizing on Price Chart. author: @LazyBear, modified by @KivancOzbilgic, and by @dgtrd I took in all of the information as the script below is based on the V2 Script that @LazyBear posted and then added Alerting based on the math and the conditions that @dgtrd added. Per the description here: The Squeeze...
█ This Indicator is based on RSI ( Relative Strength Index ) & multiple type of MA (Moving Average) to show different variations of RSI. The relative strength index (RSI) is a momentum indicator used in technical analysis to evaluate overvalued or undervalued conditions in the price of that security. █ Usages: The purpose of this indicator is to obtain the RSI...
Hodrick-Prescott MACD is a MACD indicator using a Hodrick-Prescott Filter. What is Hodrick–Prescott filter? The Hodrick–Prescott filter (also known as Hodrick–Prescott decomposition) is a mathematical tool used in macroeconomics, especially in real business cycle theory, to remove the cyclical component of a time series from raw data. It is used to obtain a...