EN: TradingView indicator for FBMA strategy People oftem ask: “Dmitry, BABA, TSLA, AAPL flies like a rocket! Well, what are we buying!?” - And I say no, the price does not act like a straight rocket upwards or downwards, instead it breathes, inhales moving away from the moving average and exhales returning to it, so we will wait for the first pullback and buy...
I decided to republish this one without the trend filter and with all the major symbols active. This will allow for all the patterns to show up. Due to 15 different candlestick formations in this one script, it will be difficult to turn off the last few due to screen size. You can turn off individual patterns on the settings screen. I have everything spelled out...
"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes. In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend. The "Trend...
Ichimoku Cloud Indicator With Cloud Shading Based On Trend!!! I’m releasing this Indicator b/c of the New Feature that Allows Coding The Fill of The Cloud To Change Colors Based On Trend. However, I will be releasing a Much More Advanced Version Soon!!! Current Features - Via Inputs Tab: - Ability to Turn On/Off Every Plot Individually Via Check Box - Ability...
Hi, this my new script which show you correct Ichimoku signals, when price exit cloud. SELL SIGNAL: - red line below blue - green line below price - price exit cloud bottom - price below 3 EMA's! BUY SIGNAL: - red line above blue - green line above price - price exit cloud upper - price above 3 EMA's! You can change ichimoku parameters and input 3 EMA's. If u...
Ichimoku cloud IC is a trend - following system with an indicator similar to moving averages It predicts price movements Offers a unique perspective of support and resistance levels. Conversion Line (Turning Line) - Measures Short Term Trend - SIgnals an area of minor support and resistance Base Line (Confirmation Line) Measures Medium term trend Used as...
This is a Time Segmented Volume (TSV) indicator with added divergence hunter, crossing signals, Kumo cloud background and alert functions Please keep in mind that this indicator is a tool and not a strategy, do not blindly trade signals, do your own research first!
A cloud based on the highest high and lowest low of a given period (Donchian), same lines used in Ichimoku Cloud (Conversion line or Base line). Short term line is based on current time frame, long term line is based on your given multiple of current time frame. The color of the lines is based on up or down movement. I stole a piece of code from PineCoders for...
Hi! This is a very simple script that I couldn't find on TradingView yet. Look at this indicator how you want (band, cloud, ma's) and create your own settings, I did not test it. Normally, Donchian average calculates the average(middle) of the highest point of a given period and the lowest point of that same period. Here I use two separate periods, one for...
First script ever publish. It is a very simple trend indicator based on EMAs and Heikin Ashi .
Hello traders Hope you're all doing well This script is a generic cloud generator using a pre-selected set of moving averages (I probably forgot a lot but listed all the ones I used at least once). A cloud is a visual representation of the gap between two moving averages - it shows right away how big in that gap (=how far they are from each other) The challenge...
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...
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.
Supertrend is a simple yet great indicator which is based hard data, especially when combined with an additional ST line which has its multiplication doubled. Enjoy :)
This indicator behaves like a traditional EMA ribbon by using the 21, 25, 30, 35, 40, 45, 50, and 55 bar exponential moving averages. In this particular indicator, the traditional EMA ribbon lines are turned off by default leaving only a filled in area between the 21 and 55 bar averages. The filled in area is green when the 21 bar average is greater than the 55...
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.
Experimental strategy to improve accuracy of SuperTrend Cloud. I am attempting to use STD deviation to manipulate the multiplier of the SuperTrend cloud. Greater STD Deviation = Oscillation in price action which can be applied to multiplier of SuperTrend to filter out bad trades and improve accuracy.