Full code and description: github.com/samgozman/MTF-EMA-Signal-and-Resistance The idea of this script is quite simple. Imagine that you have a 200-day EMA and its support or resistance line is the 200-week EMA. Then if EMA 200 1D > EMA 200 1W then the trend is bullish. That is, EMA 200 1D is the signal line, and EMA 200 1W is the resistance. Of course, you...
This strategy uses 60 minute and 15 minute stochastic data to determine entry and exit; it only executes long trades. I've only used this on BTC/USD, but I imagine the concepts employed should hold for any ticker The script builds a simple Stochastic indicator for the current timeframe, and it also plots a single stochastic line for a higher resolution time...
I put most importand moving avarages for most importand time frames together. When you whatching a graph you are sometimes missing another time frime very importand moving avarage and there is a reaction on price. with this multi time frame multi ma indicator you can see all of them at once. it makes a little mass if you let all of them together. so you might...
█ OVERVIEW This script presents a label with an overview of higher timeframe highs and lows. This can be useful information as we all know that price likes to revisit previous highs and lows area, specially on the higher timeframe. █ CONCEPTS This information can be relevant and valuable for various reasons: Finding horizontal Support and Resistance ...
- A multi time frame Ichimoku with messy hint highlights. - Most of MTF Ichimoku scripts doesn't handle Chikou-span's place correctly. This script does. - This script was made to refer the 1day timeframe Ichimoku in lower timeframes. - I use 1day timeframe mainly. But my entry is always in 4h or 1h timeframe. OANDA:USDJPY
This is just a simple tool for convenient to compare and showing a clear image of all sector and index in Malaysia. They are just in one indicator. From this indicator, you can predict momentum of each sector in Malaysia, which is currently in bull or bear trend. STRUCTURE In the setting, the first line with the option of the following index (Malaysia...
█ OVERALL Plot waindrops (custom volume profiles) on user defined periods, for each period you get high and low, it slices each period in half to get independent vwap, volume profile and the volume traded per price at each half. It works on intraday charts only, up to 720m (12H). It can plot balanced or unbalanced waindrops, and volume profiles up to 24H...
This is a strategy adapted initially for Mavilim moving average indicator, based on WMA MA. It seems to works amazingly on long term markets, like stocks, some futures, some comodities and so on. In this strategy, I form initially the candle, using EMA values, so I take the EMA of last 50 closes, open, highs and lows and form the candle After this I take...
This idea behind this indicator was to show an un cluttered view of the RSI on 3 different timeframes. The RSI for the current chart highlights Lime/Red when it crosses the Overbought and Oversold levels, which are editable in the Inputs tab. RSI 2 defaults to the 1h timeframe and prints a lime dot at the top of the indicator when it's above the 50 level and a Red...
Bollinger Bands basically use SMA, here I revised it for use with many moving averages. Moving average types I have added: "EMA", "RMA", "SMA", "WMA", "VWMA", "WWMA", "TMA", "VAR", "ZLEMA", "TSF". There is also an MTF option to view different time zones.
Hello friends, As per many experts, supertrend indicator is best to use in combination with other indicators like MACD and RSI. The best thing about supertrend it sends out accurate signals on precise time. The indicator offers quickest technical analysis to enable the intraday traders to make faster decisions. It is extremely simple to use and...
This is a 5 Ribbon heatmap moving averages indicator where each represents a different time frame, The RED or GREEN color palette is also affected by asset velocity using ATR. Supports various moving averages including VMA (Default), Zero Lag, TSF (Time Series Forecast). A single ribbon is set to GREEN when fast MA (moving average) is above the slower MA and RED...
I made a Fibo variant of my first script "VWAPs + devs" : This new indicator give you the possibility to plot multi timeframes VWAP (D, W, M, 3M and 12M ) and Fibo deviations for each one. VWAP is a powerfull indicator which is used by big players to get informations if the price is "overbought" or "oversold". Deviations give the opportunity to have supports...
This is a multi-timeframe Parabolic SAR indicator which uses 1 and 4 hour charts. Using this indicator is simple, if the LifeTime line is green then buy, if red then sell OR don't trade. So... Green Line - This strategy is in a buy position Red Line - This strategy is in a sell position Any other colour - DON'T TRADE The traders...
My own interpretation indicator which i call multi time frame moving averages momentum with NO LAG EMA support (Optional). The indicator is calculated by subtracting the long-term EMA from the short-term EMA . This pretty much resembles the MACD moving averages calculation but without the smoothing of the histogram. Can also be used to find divergences. The...
Script to display Supertrend trend state of 8 different securities in a panel. Timeframe & Tickers which are to be displayed can be configured from settings. Part of code is from the ADX DI Monitoring Panel script by u/wugamlo with his permission. Thanks to him for that and do please check out his work also.
First of all, the idea of apply RSI to VWAP was inspired by XaviZ; at least, that where I first saw that. I simply applied the idea and searched for apply this on lower timeframe (M15) to increase the number of positions and improve the profit factor. The conditions to enter are the same : long : enter on RSI crossover oversold level short : enter on RSI...
The MA cross is probably one of my favourite strategies because of its simplicity but it often gets overlooked for more complex strategies. The original author of this script is ChartArt, I have just added some extra controls and functions which are outlined below. I would just like to add that this is my first published script, everything I have learned about...