Hello traders Today I present you a Supertrend not based on candle close but based on a CCI (Commodity Channel Index) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP Trend = High + ATR * Factor DOWN Trend = Low - ATR *...
This is a forex scalper designed for very short timeframes 1-5 min max. At the same time due to the short timeframe, is recommend to re optimize it weekly . Its components are Fractals Triple EMA with different lengths Rules for entry: For long : we have an up fractal and all 3 ema are in ascending order For short: we have a down fractal and all 3 ema are in...
"How to code moving stop-loss mechanism", is one of the most often repeating questions in private messages I receive, so just to focus on this mechanism, I made a spin-off from my previous script: TradingView-Alerts-to-MT4-MT5-dynamic-variables-NON-REPAINTING . The logic here moves the stop-loss each time a trade is running and a new pivot high/low is detected....
█ OVERVIEW The panel display trend momentum of selected coins/symbol (up to 6) based on the Arnaud Legoux Moving Average (ALMA). I'm using ALMA to measure the trend because it resolves 2 main issue of the more common moving averages, smoothing and responsiveness. By removing the minor fluctuations in price without sacrificing the responsiveness, the trend become...
Hello traders ,as you know the session timing plays a major role in trade execution. I was searching for a good session indicator for a very long time but I was not satisfied with the indicators which are already available on Trading view. So I decided to code one my self. This indicator is based on the timing provided by the website...
This is a famous indicator I have seen used by many Forex traders in MT4 platform. This indicator uses the difference between EMA of "close" and EMA of "open" to form the oscillator lines (not just a convergence/divergence calculation between EMA of "close") Current market state is determined by which histogram is above zero line. For more confirmation, wait for...
Hello, this is both a strategy and indicator that revolves around Heikin Ashi candles. In this case we take 3 different time frames, in this example we use daily , weekly and monthly. The conditions for entry are : For long : we check that we have a green daily candle, at the same time we check that the weekly and monthly candles are also green. For short : We...
This script aims to encompass the style of Traders Reality, Steve M (BTTM), and Stacey Burke (youtube) yesterday and last wk high and low Custom watermark with examples (good for fullscreen multicharts) can set it to show the year and week x of year Colored candles for ays of week. The theory behind these colors are that monday and tuesday set your...
MUNICH'S MOMENTUM WAVE VERSION 2 IS LIVE!!! There are a few big things to note with this one. I decided to upload this as an entirely new script due to the number of changes differing from the first version, but as the last one, this will still work on ANY TIMEFRAME, ANY ASSET CLASS, ANY PRICE! . This momentum wave indicator now will give you data for when...
Updated Code That Highlights Bars Based On Days Of The Week. Works On Daily and Intra-Day Bars. Works on All Instruments. Stocks, Forex, Futures, Bitcoin. Shows Correct Trading Sessions!!! Ability to Turn On/Off Each Day Of The Week via Inputs Panel.
Hello traders Earlier this week I discovered a new built-in variable called syminfo.type What is it for? This variable returns the type of the current symbol. Possible values are cfd, stock, futures, indices, forex, crypto, fund. Cool bro but... should we care? Well... we all should. Imagine you have a generic script and you want a different...
I build these indicators for myself and provide them as it is to improve upon, as I believe the best way to learn is together. Please do not forget to leave me public feedback about this indicator so that others can also benefit from your reviews. This indicator is also used to send an auto signal to my Telegram Channel that can be found from my profile. The...
En route to being absolutely the best and most complete trading platform out there, TradingView has just closed 2 gaps in their PineScript language. It is now possible to create and backtest a strategy for trading with leverage. Backtester now produces Margin Calls - so recognizes mid-trade drawdown and if it is too big for the broker to maintain your trade,...
DESCRIPTION Forex Master v4.0 is a mean-reversion algorithm currently optimized for trading the EUR/USD pair on the 5M chart interval. All indicator inputs use the period's closing price and all trades are executed at the open of the period following the period where the trade signal was generated. There are 3 main components that make up Forex Master v4.0: ...
Another indicator for you guys!!! This indicator consists of the 5 key Fibonacci retracement levels, plotted automatically to user input settings. I also have included an auto support/resistance trend line generator. What is a Fibonacci retracement? 'Fibonacci retracement is a method of technical analysis for determining support and resistance levels. It is...
以下のサイトのチャートを再現したものです。 currency-strength.com
Variety of possibilities offered by PineScript, especially thanks to recent additions, created some confusion. Especially one question repeats quite often - which method to use to trigger alerts? I'm posting this to clarify and give some syntax examples. I'll discuss these 3 methods in chronological order, meaning - in the order they were introduced to...
Based on @ChrisMoody Williams_VIX_Fix and @glaz Matrix Series . This indicator identify potential zone of reversal according to momentum and volatility. Includes VWAP CCI and QQE Signals.