Uses the 5 period and 10 period VMWAs that have been smoothed with a 5 period SMA of the close price. Normally, a short crossover long formation signals a buy signal, but as scalpers know, the 1 minute chart moves so fast and with so much volatility that lagging indicators get wrecked by the market. According, this strategy operates under the assumption that by...
This indicator uses simple moving average and exponential moving average to calculate the trend of the symbols. If the trend is BULL, the bars' color will be lime(green). If the trend is BEAR, the bars' color will be black. Otherwise, the bars' color will be gray. Enjoy it!
This is a Bill Williams fractal indicator with breaks. I was turned onto fractals and the importance of their breaks by ChaosTrader63. I know several version of this indicator have been done. I chose this as a first project because of it's simplicity , but also because of the poor code quality of some other versions I looked at. This is the first draft that...
This indicator plots important session (intraday) levels for the day. It plots high and low of previous day, week, month, 52 week and all time. Also plots the vix range which shows the daily expected trading range of the instrument. These levels acts as important support/resistance for the day. For example, if price closes above previous day, week, or month...
This simple script show potentiel trade entry points using 3 MA, can be switch by EMA and SMA type. Adjust the MA(s) Length depending pairs and timeframe you use. Buy & Sell labels can be display by input settings. Action are take by the following rule: Long signal: MA3 > MA2 > MA1 Short signal: MA1> MA2 > MA3 Add some filters is really needed to make this...
Description: Automatically draw Fibonacci Pivot levels based on the previous (day's, week's or month's) Range ( High-Low ). The HLC3 is used as the default Pivot level. Unlike the "Auto Fibonacci Levels", this variation does not update Levels on current day even if the price goes past the R3/S3 levels. Timeframes: 1D, 1W, 1M Range = (High - Low) - From previous...
Library "enhanced_ta" Collection of all custom and enhanced TA indicators ma(source, maType, length) returns custom moving averages Parameters: source : Moving Average Source maType : Moving Average Type : Can be sma, ema, hma, rma, wma, vwma, swma, highlow length : Moving Average Length Returns: moving average for the given type and length ...
Inspired by the Brownian Motion ("BM") model that could be applied to conducting Monte Carlo Simulations, this indicator plots out the Drift factor contributing to BM. Interpretation : If the Drift value is positive, then prices are possibly moving in an uptrend. Vice versa for negative drifts.
Shows the Margin Pressure Zones for longs and shorts Longs & Shorts based on 2 Base prices to be configured by you. For definition of "Margin Pressure Zones" see: www.investopedia.com
For my first foray into pine script I took the code from the generic "Consecutive up/down" and flipped the logic. I added a linear regression filter to try and stay with the overall trend. ATR added for visual, I eventually want to use it as part of the money management. Rules to open trade or close the opposite: IF the linear regression slope is >=0 AND the...
Hey guys, HEYC-Bands-Strategy indicator is moving average envelopes trend tracker system are pivot-based envelopes set above and below a moving average. Envelope is then set the high and low above or below the moving average. This creates parallel bands that follow price action. With a moving average as the base, Moving Average Envelopes can be used as a trend...
This is SHORT selling strategy with Ultimate Oscillator. Instead of drectly using the UO oscillator , I have used RSI on UO (as I did in my previous strategies ) Ultimator Oscillator settings are 5, 10 and 15 RSI of UO setting is 5 Short Sell ========== I have used moving averages from WilliamAlligator indicator --- settings are 10(Lips), 20(teeth) and 50...
A script I am working on to count higher highs and lower lows of levels. Still in progress... Once it's working it will add a shape or a new colored line when a target number of higher highs has been achieved.
*** This is a Repaint Indicator that uses HIGH & LOW of Previous Range in the Custom Period(12H,1D,2D,3D & Weekly) for Trading In the Present with E3 Levels TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method Version 1.00 Created by TWA_TradeWithAmir(TWA_PriceActionTips) Updated 10/29/2020 Based On SaeedKhakestar Method(Trigger Price Action) *With...
Linda Raschke has discussed this in public webinars that can be found on her youtube channel. She mentioned picking it up from Richard Dennis of the Turtle method. It's a potential consolidation indicator to identify turning points and continuations. Best used on the daily chart with the confluence of a short term momentum indicator. After a signal, break of low...
Google translate. This indicator compares the volume with its average value and tints it depending on whether the tail on the bar is bullish or bearish. In the settings you can set (sensitivity) for tinting volumes of high and medium Этот индикатор сравнивает объем со средним его значением и подкрашивает его в зависимости от того какой хвост на баре, бычий или...
This script is a compilation of several different stochastic indicators (and RSI) where the K value of each indicator is equally weighted. The purpose of the indicator is to combine many indicators together in a fashion that weights them easier. By default, the Stochastic and Stochastic RSI are both enabled - the idea is to speed up the relatively slower...
So this indicator show the relation between open and close acording to time length why it intresting? since the distance is realtion of min compare to the regular way we calculate the distance. in this way we can see how open and close state are related. in this indicator when close above open it buy signal seen as lime and vice versa seen as orange. since the...