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...
This is my open-source indicator of z-score with buy and sell indicators. I see there are other z-score indicators, I just am particular about how I like my z-scores calculated and so decided to make my own and add buy and sell signals to help guide me. And I figured I could share it openly here! What is a Z-Score A z-score is a statistical measures of the...
Momentum 2.0 is a normalized Momentum oscillator with a moving base-level. The oscillator value is normalized by its standard deviation, similar to the z-score technique. Instead of the zero level, the indicator uses the base-level calculated as the inverted long-term average value of the oscillator. Similar to the zero-level crossing signal used for the Momentum...
I just test&learn pine script... Damn, what should I write here? So... Its just a differense between the logarithms of two prices of different periods (You can set the period you want)... And it looks really nice... Ahem... I hope, you enjoy this piece of... Have a nice day, my dear.
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy Average True Range Trailing Stops Strategy, by Sylvain Vervoort The related article is copyrighted material from Stocks &...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy The Average Directional Movement Index Rating (ADXR) measures the strength of the Average Directional Movement Index...
Ichimoku Buy/Sell Signals based on fast, small time frame Tenkans crossing longer timeframes Kijuns - Manual MTF Analysis This code marks the potential change of direction based on the input of one timeframe's Ichimoku Tenkan (conversion) line crossing over a higher, longer timeframe's Ichimoku Kijun (base) line. Feel free to change the inputs if need be and to...
This indicator shows the Stochastic RSI (SSRI) for overbought when the Donchian Channel (DC) is in the upper zone (between basis and upper), and SSRI for oversold when the DC is in the lower zone. The DC upper and lower have a percentage of the ATR added I call this DC-ATR. There can be numerous ways to form a strategy based on this. For a bull trend, an ABCD...
This indicator tries to measure the power of candle. You can also integrate some candles to measure the power. The “Length” is for integrating candles. If the Length is equal 5, it means indicator calculate power of recent 5 candles. The second editable factor in “Shadow index” which represent the power of shadows. The last factor in Average Criteria which is...
EMA Clouds for Options! This indicator can help you confidently open and close options positions. Note that you should set stop a little below midline EMA . Risk reward for good signals is fairly consistent in profit. Most of the simulations I ran got between 1:2 and 1:4 profits. The losers usually can be avoided by making sure you are not in a choppy trading...
How it works? - It calculates the linear regression of the last X candles and define a range based on a linear regression deviation (represented by the 3 parallel lines over the last candle). -Open trades based on the breakout of the deviation of the linear regression (represented by the yellow triangle). -Advanced trend filter to not open trades against the trend...
This indicator extends the built-in Volatility Stop indicator to a visual signals type indicator based on the crossover of a small VStop value (default 1.5x ATR) and a larger VStop value (default 3x ATR). The two values form a "cloud" with default coloring based on RSI/strength of trend.
Name: Hourly Bias on BTC in Bullish USA Session Category: Hourly Bias Operating mode: Spot, only long Trades duration: Intraday, 11 bars Timeframe: 1H Suggested usage: When the market is compressed, USA session has a bullish bias. Entry: enter Long at 15:00 on specific days of the week. There is a volatility filter based on ATR which identifies...
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...
Earnings Per Share (EPS) is a financial metric closely monitored by investors. The so-called "positive earnings surprise" - a situation when EPS reading for a stock beats the value forecasted by analysts gives a bullish signal for this stock. The EPS reading lower than the analysts' estimate gives a bearish signal. The Diluted Earnings Per Share (Diluted EPS)...
The script combines my favorite signals then filters them with three EMAs. Via the Style tab, you can choose to either have the signals color the bar and/or plot a shape above/below. All signals can be turned off via the Inputs tab, which will remove the bar color and/or shape (if not already off in the Style tab) as well as remove the pattern from the alerts...