Over a decade ago, the Genesis Matrix system was one of best strategies for new traders looking to learn how to really trade trends. Fast forward to 2022, a new version of Genesis Matrix has emerged using TVI, CCI, HL Channel & T3 What is T3? The T3 moving average is an indicator of an indicator since it includes several EMAs of another EMA. Unlike any other...
Jurik Filtered Perfect CCI (PCCI) is a faster and more accurate version of CCI with Jurik Filtering. What is the PCCI (Perfect Commodity Channel Index)? PCCI (Perfect Commodity Channel Index) indicator is calculated by the following formula: PCCI(bar) = close(bar) – DF(bar) PCCI resembles D. Lambert's Commodity Channel Index by the method of its...
Super 6x: RSI, MACD, Stoch, DeMarker, CCI, & Velocity is a combination of 6 indicators into one histogram. What is MACD? Moving average convergence divergence (MACD) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by subtracting the 26-period exponential moving...
Jurik-Smoothed CCI w/ MA Deviation is a spin on regular CCI. Usually CCI is calculated as using average (Simple Moving Average) and mean deviation. In this version, average is replaced with well known JMA (Jurik Moving Average) instead for the smoothing phase and the deviation is replaced with variety moving average deviation. The result in this one is...
This strategy is based on the classic Commodity Channel Index and only works long. The system enters the market when this indicator is very low ( CCI <-150 or user-defined threshold) and as soon as it regains strength (i.e. CCI> CCI of the previous candle) with a filter on the "strength" of the prices themselves (i.e. the closing of the candle that provides the...
CCI and ADX ENTRY: Buy: When CCI crosses -100 level from -200 level(1hr/15min Time Frame) Short: When CCI crosses 100 level from 200 level (1hr/15min Time Frame) Closing of Position : 1:1 OR 1:2 (Or As per Value Zone)
As always, this is not financial advice and use at your own risk. Trading is risky and can cost you significant sums of money if you are not careful. Make sure you always have a proper entry and exit plan that includes defining your risk before you enter a trade. Ken Wood is a semi-famous trader that grew in popularity in the 1990s and early 2000s due to the...
Hello traders Still on holidays but I don't and will never forget you <3 I realize more and more that you guys don't only want some indicators and learn about pinescript. You also want some guidance and get some mentors providing you with comprehensive and simple trading methods and tricks. I'm against those posting many scripts a day that in the end will make...
Trend Magic is originally a MT platform (MetaTrader) indicator and it can be used with any forex trading systems / strategies for additional confirmation of trading entries or exits. Converted the MT platform code to TradingView Pine version 4. Also you can use Multiple Time Frame. It also works well with Crypto and Stock Markets. Trend Magic consists of two...
This is an updated and improved version of my "Price Action Trading strategy". I have added two extra optional filters, one is a trend direction filter based on the MACD slow EMA(17), blue line, and the other is a RSI(7) filter which works similarly to CCI(14) but slightly different dynamics (thank you to gianfranco60 for the suggestion). Also made a couple of...
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 *...
kNN-based Strategy (FX and Crypto) Description: This update to the popular kNN-based strategy features: improvements in the business logic, an adjustible k value for the kNN model, one more feature (MOM), a streamlined signal filter and some other minor fixes. Now this script works in all timeframes ! I intentionally decided to...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order ORIGINAL SCRIPT: /// /// feel free to edit/improve and comment
This very simple indicator will give you a blue background where the CCI crossed from below -100 to above -100, and a red background where it crossed from above 100 to below 100.
This strategy has a Fisher-Transform indicator applied to the highs and lows of a Hull moving average instead of the price. It also has a Commodity Channel Index to help with entry/exit. Each part of the strategy can be turned on and off, for example turn off CCI or HMA so they are not used in the order opening/exiting. The base of the strategies entry and exit...
a simple strategy based on Joseph Nemeth MACD+CCI strategy Reference reading: sites.google.com
This is TSI and CCI combined. The CCI is customized and is using HullMA, but the TSI is default TSI For use with the HMAv420 indicator, to form trading strategy based on the 3 indicators. Best as all 3 indicators used on 3 timeframes at once, ie 1m 5m 1H
Hi! This strategy has TSI and CCI indicators with the CCI being based on a HMA instead of the Price. There is a number of conditions that must combine to create buy or sell signals, but it is basically a couple of MA crossovers. The strategy opens new orders on each candle if the conditions are met, Either direction, so it is hedging. It wont open new orders if...