Simple Renko strategy, very profitable. Thanks to vacalo69 for the idea. Rules when the strategy opens order at market as follows: - Buy when previous brick (-1) was bearish and previous brick (-2) was bearish too and actual brick close is bullish - Sell when previous brick (-1) was bullish and previous brick (-2) was bullish too and actual brick close is...
Library "BjCandlePatterns" Patterns is a Japanese candlestick pattern recognition Library for developers. Functions here within detect viable setups in a variety of popular patterns. Please note some patterns are without filters such as comparisons to average candle sizing, or trend detection to allow the author more freedom. doji(dojiSize, dojiWickSize) ...
This is my simple way to quickly see MACD signals without having the MACD taking up space. The one at the bottom is for display to show how this works. A crossover occurs when the arrow flips over. The position of the arrow tells you if it is currently above or below the zero line. You can change the script to overlay and have it show up above or below price...
On this occasion I present a script that detects Ignored Red Candles and Ignored Green Candles, basically it is a Price Action event that indicates a possible continuation of the current trend and gives the opportunity to climb it with a Very tight risk, before delving into detail I would like to leave this note: Note: the detection of this event does not...
Simple indicator, to show outside bars and inside bars inside sellbar = "I" in red color inside buybar = "I" in green color Outside sellbar = "O" in red color Outside buybar = "O" in green color ----------//--------------- PT-BR Indicador simples, para mostrar outside bars e inside bars inside sellbar = "I" na cor vermelha inside buybar =...
CCI & EMA_CROSS_Paydar Hello everyone This indicator is actually a very efficient oscillator, This system is a unique combination of indicators CCI and EMA, which of course has special settings, these settings are adjusted as much as possible due to signaling. As you can see in the picture: CCI: the two colors line, green and red, are actually the same...
Leledc Exhaustion Bar indicator created by glaz converted to Pine 4, plotshape was added.
Hello traders! I am reading "Investing with Volume Analysis: Identify, Follow, and Profit from Trends" by Buff Pelz Dormeier so I am going to implement all indicators that are considered there. VW-MACD was developed by Buff Pelz Dormeier in 2000 and is based on the difference between a short-term volume-weighted moving average and a long-term volume-weighted...
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...
This is a script based on PVT + Signal Line, which can be EMA or SMA. It then plots a histogram which is equal to PVT - Signal. This makes it easier to spot divergences. To better match up the scales, we decided to add a multiplication factor to the histogram. Each asset and even timeframe requires a different multiplication factor, so please experiment to find...
Logistic Map Equation - The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more. This study is an attempt to apply Logistic Map Equation in Trading Logistic Map Equation Xn+1 = r * Xn * (1 - Xn) Where, r - growth rate Xn - percentage of theoretical maximum of measured event (from 0 to 1) (1 - Xn) - represents...
This is the same as the MACD 4C but it also has the signal line.
buy sell signal this indicator is only for education purpose
Multi Time Frame Heiken Ashi Cloud Overlay: useAlternativeTF: if you want to manually choose a time frame for the security() source. TF: Said alternative timeframe. Internal_Smooth: Smoothing aplied at used time frame. External_Smooth: Regular Smoothing over the security(). showLabels: display sell/buy signals. showBarColors: display overlay bar colors.
This strategy allows you to pick from 9 different candlestick patterns, and test them against historical data from your chart. You can get a good idea what patterns work best for each chart by turning each pattern on and off in the settings.
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...
// Script created by JoinFree // Modified by lvinnyl to trigger alerts // Click on image below for original script...