DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
I have recreated a trend following indicator published in IFTA Journal by Bharat Jhunjhunwala. It is mainly to be traded on big timeframes. For anyone looking into the indicators please have in the source below where logic behing the indicator is nicely explained. ifta.org The only thing I added is a T3 moving...
This is plots the indicator developed by Andrew Abraham in the Trading the Trend article of TASC September 1998
See when two moving averages cross. With the option to choose between four moving average calculations: SMA = simple moving average EMA = exponential moving average (default) WMA = weighted moving average Linear = linear regression The moving averages can be plotted from different time-frames, like e.g. the weekly or 4 hour time-frame using HL2, HLC3 or...
Adaptive Trend Lines (Expo) identifies the current trend direction within the selected lookback period. The idea behind the indicator is that the trend lines should self adjust to the constantly changing market. The indicator adjusts itself to the market by using tr (true range) and stdev (standard deviation) as dynamic variables. The indicator displays...
In statistics, the Durbin–Watson statistic is a test statistic used to detect the presence of autocorrelation at lag 1 (AR(1) process) in the residuals (prediction errors) from a regression analysis. With the new array function tradingview implemented, we are able to do our calculations on the residuals. The residual is given by subtracting the actual value (in...
I didn't find a BB stops indicator on TV, so I wrote one myself. You can select various ma types as a base anchor for the calculations. This indicator can have various use cases similar to Supertrend or Parabolic SAR: as a trend indicator, as a training stop loss,... JD.
This is a replica of TTM Wave A B C. The ABC Waves are comprised of various moving averages and oscillators (MACD) used to visualize the overall strength and direction of a given market across multiple time frames. The “A Wave” measures short term relative strength and direction of a market, the “C Wave” measures longer term strength and the “B Wave” plots the...
Hello Traders! After publishing Trend Lines for RSI yesterday, I realized that Trend Lines for more indicators needed by the traders. so I decided to make it for four different indicators: RSI, CCI, OBV, Momentum In the indicator options you can choose the indicator from pull-down menu. How it works? - On each bar it finds last 10 higher and lower Pivot...
This Code Simply Changes the Bar Colors based on if the Bar is Above or Below the EMA. Inputs via the Inputs Tab: Ability to change the EMA Period. Ability to Turn On/Off the EMA Plotted on the Screen ***Note - I used the HLC/3 To determine if the bar/candle is above or below the EMA. This Filters out the Chop and gets rid of many of the False Breaks above or...
Hello Traders !! This is a simple super trend based MAST trend. By default the supertrend is 10 period with 3 ATR multiplier. A moving average is used to benefit from the pullback entries. Bullish Pullback : Price above Supertrend & below MA Bullish: Price above Supertrend and above MA Bearish pullback : Price below Supertrend & above MA Bearish :...
This indicator paints the background of the chart between 2 EMAs when all 3 given EMAs are in sync. The default settings are: Long-term EMA: 200 Period. Short-term EMA 1: 50 Period. Short-term EMA 2: 20 Period. So according to the default settings, when the 20EMA is above the 50EMA, and the 50EMA is above the 200EMA, the area between the 20EMA and the...
This script is designed to aid in back-testing and trade execution. It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades , and the red colored value is your stop loss distance (in pips) above the most recent swing high for short...
## CDC ActionZone V3 2020 ## This is an update to my earlier script, CDC ActionZone V2 The two scripts works slightly differently with V3 reacting slightly faster. The main update is focused around conforming the standard to Pine Script V4. ## How it works ## ActionZone is a very simple system, utilizing just two exponential moving averages. The 'Zones' in...
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that allows you to swich to signals from Heiking Ashi. I saw that author uses HA for the indicator and on HA it...
Introduced by M.H.Pee, Trend Trigger Factor is designed to keep the trader trading with the trend. System rules according to the developer: * If the 15-day TTF is above 100 (indicating an uptrend), you will want to be in long positions. * If the 15-day TTF is below -100, you will want to be short. * If it is between -100 and 100, you should remain with the...
1) Trix Ribbon =============================================================== This was built on request. Many Stock/FX traders overlay multiple Trix lines to form the ribbon, this indicator makes it easy. Also, optionally this can plot a BollingerBand on Trix_1. More info on...
Version 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator. Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator. Make the chart yours using the share button for the indicator with barcolors functionality. Changes from v2 and looking forward: Indicator now uses a...