Fibonacci Retracements & Trend Following Strategy V2This Pine Script strategy generates trading signals using Fibonacci levels and trend-following indicators.
1. Strategy Summary
This strategy analyzes price movements using a combination of Fibonacci levels and trend-following indicators, providing potential trading signals. The strategy includes Fibonacci levels as well as EMA (Exponential Moving Average) and ADX (Average Directional Index) indicators.
2. Indicators and Parameters
Fibonacci Levels
Fibonacci Level 1, Level 2, Level 3, Level 4: Used as Fibonacci retracement levels. These levels are typically set at 0.236, 0.382, 0.618, and 0.786. Users can adjust these values according to their preferences.
Trend-Following Indicator
Trend Length: The period for calculating the EMA used as the trend-following indicator. For example, if set to 20, the EMA will be calculated over 20 periods.
ADX (Average Directional Index)
ADX Length: The period for calculating the ADX. ADX measures the strength of the price trend and is usually set to 14 periods.
ADX Threshold: A threshold value for the ADX. This value determines when trading signals will be activated.
3. Usage Steps
Displaying the Indicator on the Chart:
On the TradingView platform, paste the code into the Pine Editor and click the "Add to Chart" button to add it to the chart.
Analyzing the Indicators:
Fibonacci Levels: Show retracement levels of price movements. When the price reaches one of these levels, potential reversals may occur.
Trend-Following Indicator: EMAs determine the direction of the trend. Green EMA represents an uptrend, while red EMA represents a downtrend.
ADX: Measures the strength of the trend. When ADX surpasses the threshold value, it indicates a strong trend.
Trading Signals:
Long Signal: Generated when the price is above the second Fibonacci level and the trend is upward. Additionally, the ADX value must be above the set threshold.
Short Signal: Generated when the price is below the second Fibonacci level and the trend is downward. Additionally, the ADX value must be above the set threshold.
Target Prices:
Long Targets: Determines upward targets based on Fibonacci levels. These targets indicate expected prices if the price reverses from Fibonacci levels.
Short Targets: Determines downward targets based on Fibonacci levels. These targets indicate expected prices if the price reverses from Fibonacci levels.
4. Chart Displays
Trend Up (Green Line): Shows the rising EMA.
Trend Down (Red Line): Shows the falling EMA.
Fibonacci Levels (Blue Lines): Shows Fibonacci retracement levels.
Long Targets (Green Circles): Shows targets for long positions.
Short Targets (Red Circles): Shows targets for short positions.
Long Signal (Green Label): Buy signal.
Short Signal (Red Label): Sell signal.
5. Important Notes
Retracement and Target Levels: Fibonacci levels can act as potential retracement or support/resistance levels. However, they should always be used in conjunction with other technical analysis tools.
Trend and ADX: ADX is used to determine the strength of the trend. Be aware that when ADX is low, trends may be weak.
6. Example Scenarios
Example 1: If the trend is upward (green EMA) and the price is above the second Fibonacci level, you may receive a long position signal. If the ADX value is above the threshold, the signal may be stronger.
Example 2: If the trend is downward (red EMA) and the price is below the second Fibonacci level, you may receive a short position signal. If the ADX value is above the threshold, the signal may be stronger.
This updated version contains significant improvements in both technical aspects and user experience. Innovations such as ADX calculations and dynamic Fibonacci levels make the strategy more robust and flexible. The code's readability and comprehensibility have been enhanced, and errors have been corrected.
This guide will help you understand the basic operation of the strategy. It is always recommended to conduct your own research and test the strategy before using it.
GOOD LUCK. // halilvarol
Tradingstrategy
ARIMA Indicator with Optional SmoothingOverview
The ARIMA (AutoRegressive Integrated Moving Average) Indicator is a powerful tool used to forecast future price movements by combining differencing, autoregressive, and moving average components. This indicator is designed to help traders identify trends and potential reversal points by analyzing the historical price data.
Key Features
AutoRegressive Component (AR): Utilizes past values to predict future prices.
Moving Average Component (MA): Averages past price differences to smooth out noise.
Differencing: Reduces non-stationarity in the time series data.
Optional Smoothing: Applies EMA to the ARIMA output for a smoother signal.
Customizable Parameters: Allows users to adjust AR and MA orders, differencing periods, and smoothing lengths.
Concepts Underlying the Calculations
Differencing: Subtracts previous prices from current prices to remove trends and seasonality, making the data stationary.
AutoRegressive Component (AR): Predicts future prices based on a linear combination of past values.
Moving Average Component (MA): Uses past forecast errors to refine future predictions.
Exponential Moving Average (EMA): Applies more weight to recent prices, providing a smoother and more responsive signal.
How It Works
The ARIMA Indicator first calculates the differenced series to achieve stationarity. Then, it computes the simple moving average (SMA) of this differenced series. The indicator uses the AR and MA components to adjust the SMA, creating an approximation of the ARIMA model. Finally, an optional smoothing step using EMA can be applied to the ARIMA approximation to produce a smoother signal.
How Traders Can Use It
Traders can use the ARIMA Indicator to:
Identify Trends: Detect emerging trends by observing the direction of the ARIMA line.
Spot Reversals: Look for divergences between the ARIMA line and the price to identify potential reversal points.
Generate Trading Signals: Use crossovers between the ARIMA line and the price to generate buy or sell signals.
Filter Noise: Enable the optional smoothing to filter out market noise and focus on significant price movements.
Example Usage Instructions
Add the ARIMA Indicator to your chart.
Adjust the input parameters to suit your trading strategy:
Set the SMA Length (e.g., 14).
Choose the Differencing Period (e.g., 1).
Define the AR Order (p) and MA Order (q) (e.g., 1).
Configure the Smoothing Length if smoothing is desired (e.g., 5).
Enable or disable smoothing as needed.
Observe the ARIMA line (blue) and compare it to the price chart.
Use the ARIMA line to identify trends and potential reversals.
Implement trading decisions based on the ARIMA line’s behavior relative to the price.
Persistent Homology Based Trend Strength OscillatorPersistent Homology Based Trend Strength Oscillator
The Persistent Homology Based Trend Strength Oscillator is a unique and powerful tool designed to measure the persistence of market trends over a specified rolling window. By applying the principles of persistent homology, this indicator provides traders with valuable insights into the strength and stability of uptrends and downtrends, helping to inform better trading decisions.
What Makes This Indicator Original?
This indicator's originality lies in its application of persistent homology , a method from topological data analysis, to financial markets. Persistent homology examines the shape and features of data across multiple scales, identifying patterns that persist as the scale changes. By adapting this concept, the oscillator tracks the persistence of uptrends and downtrends in price data, offering a novel approach to trend analysis.
Concepts Underlying the Calculations:
Persistent Homology: This method identifies features such as clusters, holes, and voids that persist as the scale changes. In the context of this indicator, it tracks the duration and stability of price trends.
Rolling Window Analysis: The oscillator uses a specified window size to calculate the average length of uptrends and downtrends, providing a dynamic view of trend persistence over time.
Threshold-Based Trend Identification: It differentiates between uptrends and downtrends based on specified thresholds for price changes, ensuring precision in trend detection.
How It Works:
The oscillator monitors consecutive changes in closing prices to identify uptrends and downtrends.
An uptrend is detected when the closing price increase exceeds a specified positive threshold.
A downtrend is detected when the closing price decrease exceeds a specified negative threshold.
The lengths of these trends are recorded and averaged over the chosen window size.
The Trend Persistence Index is calculated as the difference between the average uptrend length and the average downtrend length, providing a measure of trend persistence.
How Traders Can Use It:
Identify Trend Strength: The Trend Persistence Index offers a clear measure of the strength and stability of uptrends and downtrends. A higher value indicates stronger and more persistent uptrends, while a lower value suggests stronger and more persistent downtrends.
Spot Trend Reversals: Significant shifts in the Trend Persistence Index can signal potential trend reversals. For instance, a transition from positive to negative values might indicate a shift from an uptrend to a downtrend.
Confirm Trends: Use the Trend Persistence Index alongside other technical indicators to confirm the strength and duration of trends, enhancing the accuracy of your trading signals.
Manage Risk: Understanding trend persistence can help traders manage risk by identifying periods of high trend stability versus periods of potential volatility. This can be crucial for timing entries and exits.
Example Usage:
Default Settings: Start with the default settings to get a feel for the oscillator’s behavior. Observe how the Trend Persistence Index reacts to different market conditions.
Adjust Thresholds: Fine-tune the positive and negative thresholds based on the asset's volatility to improve trend detection accuracy.
Combine with Other Indicators: Use the Persistent Homology Based Trend Strength Oscillator in conjunction with other technical indicators such as moving averages, RSI, or MACD for a comprehensive analysis.
Backtesting: Conduct backtesting to see how the oscillator would have performed in past market conditions, helping you to refine your trading strategy.
Advanced Fractal and Hurst IndicatorAdvanced Fractal and Hurst Indicator (AFHI)
Description:
The Advanced Fractal and Hurst Indicator (AFHI) is a custom technical analysis tool designed to identify market trends and potential reversals by leveraging the concepts of Fractal Dimension and the Hurst Exponent . These advanced mathematical concepts provide insights into the complexity and persistence of price movements, making this indicator a powerful addition to any trader's toolkit.
How It Works:
Fractal Dimension (FD) :
The Fractal Dimension measures the complexity of price movements. A higher Fractal Dimension indicates a more complex, choppy market, while a lower value suggests smoother trends.
The FD is calculated using the log difference of price movements over a specified length.
Hurst Exponent (HE) :
The Hurst Exponent indicates the tendency of a time series to either regress to the mean or cluster in a direction. Values below 0.5 indicate a tendency to revert to the mean (mean-reverting), while values above 0.5 suggest a trending market.
The HE is calculated using the rescaled range method, comparing the range of price movements to the standard deviation.
Composite Indicator :
The Composite Indicator combines the smoothed Fractal Dimension and Hurst Exponent to provide a single value indicating market conditions. This is done by normalizing the FD and HE values and combining them into one metric.
A positive Composite Indicator suggests an uptrend, while a negative value indicates a downtrend.
Smoothing :
Both FD and HE values are smoothed using a simple moving average to reduce noise and provide clearer signals.
Trend Confirmation :
A 50-period moving average (MA) is used to confirm the trend direction. The price being above the MA indicates an uptrend, while below the MA indicates a downtrend.
Background Shading :
The indicator pane is shaded green during uptrend conditions (positive Composite Indicator and price above MA) and red during downtrend conditions (negative Composite Indicator and price below MA).
How Traders Can Use It:
Identifying Trends :
Traders can use the AFHI to identify current market trends. The background shading in the indicator pane provides a visual cue for trend direction, with green indicating an uptrend and red indicating a downtrend.
Trend Confirmation :
The Composite Indicator line, plotted in purple, helps confirm the trend. Positive values suggest a strong uptrend, while negative values indicate a strong downtrend.
Entry and Exit Signals :
Traders can use the transitions of the Composite Indicator and the background shading to time their entry and exit points. For instance, a shift from red to green shading suggests a potential buy opportunity, while a shift from green to red suggests a potential sell opportunity.
Alerts :
The script includes alert conditions that can notify traders when the Composite Indicator signals a new trend direction. Alerts can be set up for both uptrends and downtrends, helping traders stay informed of key market changes.
Strategy Development :
By integrating AFHI into their trading strategies, traders can develop more robust systems that account for market complexity and persistence. The indicator can be used alongside other technical tools to enhance decision-making and improve trade accuracy.
[DisDev] Tactical Analysis Part I: High-Volume Recovery🟩 Tactical Analysis Part I: High-Volume Recovery . Introducing the Tactical Analysis Indicator Suite , a comprehensive three-indicator system designed to provide traders with insights into high-volume candles, Induction Recovery Zones™, market sessions, and more. This versatile tool combines elements from PVSRA, Market Maker Method by Steve Mauro, and Tino from Traders Reality's Hybrid System, to enhance your trading performance.
⚡ OVERVIEW ⚡
Key Features 🔑
Induction Candles
Induction Recovery Zones™
Session - High & Low
Tactical Windows
EMA’s
Induction Table
Benefits 💸
Gain a better understanding of market dynamics through high-volume candle analysis.
Identify potential areas of liquidity and price recovery with Induction Recovery Zones™.
Keep track of major market sessions and their impact on price action.
Enhance your trading strategies with additional insights from Tactical Windows and EMA analysis.
Monitor the performance of top cryptocurrencies at a glance with the Induction Table.
⚙️ CONFIGURATION & SETTINGS ⚙️
Inputs 🔧
Customize the settings for Induction Candles, Induction Recovery Zones™, Session lines, Tactical Windows, and the Induction Table.
Adjust the EMA periods to match your preferred trading style.
Alerts 🔔
Set up alerts for Induction Candles and Induction Recovery Zone events.
Configure alerts for session openings and Tactical Windows to stay informed of market activity.
💡 USAGE & STRATEGY 💡
Trading Strategies 📈
Incorporate high-volume candle analysis into your existing trading strategies to better understand market conditions.
Use Induction Recovery Zones™ to identify potential price reversal areas and plan entries or exits accordingly.
Monitor market sessions, Tactical Windows, and the 4hr - 50 EMA to make informed decisions about trade timing.
Timeframes and Symbols ⌚
Recommended for use on timeframes of 30 minutes or lower for accurate session line representation.
Designed for all cryptocurrency markets. Forex and other major markets are currently under development.
🤖 DETAILS & METHODOLOGY 🤖
Algorithm and Calculation 🛡️
The algorithm identifies Induction Candles based on two conditions, taking into consideration volume and candle range.
Induction Recovery Zones™ are calculated based on the Induction Candles and their potential for price recovery.
📚 ADDITONAL RESOURCES 📚
Tutorials and Guides 📖
Our website provides comprehensive tutorials and guides to help users get the most out of this three-indicator suite.
Chart Examples 📊
London Tactical Window impulse break of the high, reversal
Induction Table - Monitor up to 12 other symbol’s Induction activity
EMA Crosses, Tactical Window, Future Sessions, Static EMA’s, and Recovery Zones
TA Part 1 and Part 2 integration
🚀 CONCLUSION 🚀
The Tactical Analysis Pt 1 - High Volume Recovery indicator offers a comprehensive and powerful toolset for traders, combining high-volume candle analysis, Induction Recovery Zones™, market session tracking, Tactical Windows, and EMA analysis. This unique combination of features is designed to help you make more informed trading decisions and enhance your overall trading performance. We encourage you to try out this indicator suite and experience the benefits it can bring to your trading journey.
The complete Tactical Analysis Indicator Suite
⚠️ DISCLAIMER ⚠️
This indicator is provided as a tool for traders and should not be used as the sole basis for making trading decisions. Always conduct your own research and consider your risk tolerance before entering any trades.
FuriousFX Trading Confirmation ListThis is a simple script that allows user to define the confirmations, position them (pin them) to the top middle bottom left or right on the screen and check them off
Once the user checks the confirmation it changes from red or any other default color to green (indicating it has played out).
There are similar script out there but what makes this script unique is one how it is generated and more importantly the mechanism of changing color.. You also have the option to pick from a pick list in the options of how many (up to 10) confirmations you want to generate and you can define change them at any time..
To use this script simply do the following :
1) add it to your chart, double click on the default table
2)select the desired number of confirmations
3)Select the desired position and default colors (default is top right and dark red)
4)Define your criteria for confirmations in appropriate boxes by writing over the default values
5)Start using it, when you see your desired confirmation, double click on the table again and select "Confirmed?" check box.. Once selected the color of that confirmation will turn green...
This script is done to keep people disciplined and enter only according to their trading strategy, as we all know that the biggest reason why people lose in trading is impatience fear and greed...
This script attemps to solve problems of overtrading, entering too early or too late..
Hope you guys enjoy it..
Feel free to write comments for improvements or copy it for your needs.
SP IndicatorSP Indicator - One of the best indicators for scalping trading on any timeframes. The best readings are given on 5, 15 and 30 minute frames.
For readings, several indicators are combined into one, which allows you to get a more accurate forecast, which is more than 90%.
Instruction.
The indicator is easy to use. Just install it and follow the arrows to go long or short. Stop loss set small, about 1-2%. In most cases, this is sufficient.
Good luck in bidding!
ELLIPSE: Bidirectional Swing Trading Strategy (Alert Version)This is the alert version of our original script ELLIPSE: Ultimate Bidirectional Swing Trading Strategy.
This release has the same internal algorithm as the ELLIPSE Strategy script. But instead of showing back test results, this script provides the functionality to add alerts that can notify the user via email / pop-up / sms / app once a signal is given! You must manually add these alerts via TradingView. If you need help setting up these alerts, feel free to ask in the comment box or send us a dm.
***The script is invite-only, message us to get script access***
-------------------------------------------------------------------------------------------------
User Guidelines:
The trading strategy was designed and optimized for trading cryptocurrencies only ; furthermore it works best on established cryptocurrencies that have a clear historical trend such as:
BTCUSD
ETHUSD
LTCUSD
XRPUSD
ADAUSD
The trading strategy is based on swing trading methodology. The script must therefore be used on 4h candles only .
Use USD trading pairs only (e.g. use ETHUSD instead of the ETHBTC) since the individual trend is captured more effectively and therefore gives better results.
The trading strategy is bidirectional , both long and short entries are generated.
-------------------------------------------------------------------------------------------------
Indicators used in this strategy:
Ichimoku Cloud ; acts as the leading indicator.
Volume ; without strong volume , a market move is not valid.
MACD and Vortex ; both being used as confirmation indicators.
Choppiness index ; avoids trading in choppy markets.
Simple and Exponential Moving Averages ; prevents trading against the trend.
The trading strategy is easy to use, bidirectional, trend based and without repainting, meaning once a signal has been made it is permanent and that no future data is used in the decision making. It detects the trend and filters out market noise based on more than 10 technical indicators. ONLY when all indicators align with each other the algorithm prints a LONG or SHORT signal. The trading strategy provides high probability trading signals and minimizes risk! This script aims to capture the profit from short to medium trending moves and by doing so filters out non-substantial trends and avoids the associated risks with these trades.
-------------------------------------------------------------------------------------------------
Features:
NO Repaint once candle is closed.
Stop loss feature ; set your own stop loss to manage your risks.
Customizable Display for the Ichimoku cloud indicator display.
Bidirectional ; both long and short trading positions can be enabled.
Full backtest feature ; Easily generate your own backtest results for each asset (Strategy Version Script).
Alerts ; Get notified via email / pop-up / sms / app once a signal is given! (Alert Version Script).
-------------------------------------------------------------------------------------------------
Backtest results
Below are the back test results. Only well established cryptocurrencies are displayed with a clear historical trend.
Back test results: (long and short trades, signal to signal, order size: 100% of equity, commision fee 0.1%, period: start of chart)
Exchange-----Asset---------Timeframe---Percent Profitable----Profit Factor-----Total Trades----Max Drawdown---Average bars in trade-----Net Profit
Bínance------BTCUSDT---------4H-----------------54.4---------------3.37-------------------57----------------14.9---------------------38------------------1978
Bínance------ETHUSD----------4H-----------------50.9---------------3.48------------------- 57---------------26.8----------------------37------------------3953
Bínance------LTCUSD-----------4H-----------------61.0---------------3.15-------------------59----------------20.9---------------------33------------------3098
Bínance------XRPUSD----------4H-----------------43.1---------------2.44--------------------51---------------22.4----------------------26------------------1226
Bínance------ADAUSD----------4H-----------------57.5---------------3.47--------------------47---------------34.7----------------------35------------------1233
-------------------------------------------------------------------------------------------------
Reminder: Use this trading strategy at your own risk and trade responsibly. We are not responsible for any financial loss using this strategy.
***The script is invite-only, message us to get script access***
Musashi-Hidden-Wave Trading SystemThis Indicator is a full trading system that offers setups with Entries and Targets and Trade Management. This indicator is very accurate because it uses advanced setup detection and filtering logic.
The setup is triggered if the price passes the blue dash. Do not enter the trade unless price passes the blue dash. Each setup has 3 possible targets, which are dashes colored green for longs and red for shorts.
You can use the baseline (which is a trend-line that is either green for bullish or red for bearish ) to manage the trade. You should only enter long trades if the trend-line is green, and only enter short trades if the trend-line is red. One strategy would be if you enter a trade long, and reach the first target, you can take some profits, but still let the some of the position run, where a bar closing beyond the baseline or breaks a prior opposite pivot, would stop out your remaining position.
To summarize:
Blue Dash = Entry Trigger
Green Dashes = Long Targets (3 of them, for different price targets: target 1, 2 and 3)
Red Dashes = Short Targets (3 of them, for different price targets: target 1, 2 and 3)
The great thing about this indicator is that its universal, there are no settings necessary -- just put it on the chart and it finds high probability setups and paints it on the chart as they occur. There is NO Repainting with this indicator.
Of course, you can add other indicators if you wish, and even add this indicator to your existing trading system.
Again, this indicator does NOT repaint.
Once a setup is found, the indicator draws the entry trigger price and the targets at the setup bar close.
Setup Alerts are fully supported, via email, sms , and desktop notification.
*If you wish to license this indicator, please contact me via private message for details regarding access. Thank you.
LEGAL STUFF:
Risk Disclosure
Futures , forex, stock, crypto and derivative trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. Risk capital is money that can be lost without jeopardizing ones’ financial security or life style. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results
Hypothetical Performance Disclosure
Hypothetical performance results have many inherent limitations, some of which are described below. no representation is being made that any account will or is likely to achieve profits or losses similar to those shown; in fact, there are frequently sharp differences between hypothetical performance results and the actual results subsequently achieved by any particular trading program. One of the limitations of hypothetical performance results is that they are generally prepared with the benefit of hindsight. In addition, hypothetical trading does not involve financial risk, and no hypothetical trading record can completely account for the impact of financial risk of actual trading. for example, the ability to withstand losses or to adhere to a particular trading program in spite of trading losses are material points which can also adversely affect actual trading results. There are numerous other factors related to the markets in general or to the implementation of any specific trading program which cannot be fully accounted for in the preparation of hypothetical performance results and all which can adversely affect trading results
The MATRIX: Ultimate Crypto Position FinderThe Position Finder is a visual representation and additional feature of the "MATRIX Ultimate Crypto Position Strategy" and it should therefore be used alongside this script.
***You can find the main trading strategy script on our profile page***
-------------------------------------------------------------------------------
-The Position Finder is a tool that allows the user to see multiple triggers at the same time on a single chart of the "MATRIX Ultimate Crypto Position Strategy".
The Position Finder consists of 3 parts, namely an entry, a re-entry and an exit part (from top to bottom). Each of these three fields is made up of several green, black or red horizontal lines in which each line corresponds to a specific trigger.
-An entry or re-entry signal is valid once all individual triggers turn dark GREEN at the same time (for the top and middle matrix fields respectively). When this happens a bright GREEN vertical line is formed. The main trading strategy script will also print "Long Entry" label. While BLACK color indicates that a certain trigger is not valid. Yes, we know. It sounds very complicated, but once you understood it, we promise it will be the most simple and dare we say, an interesting tool to use.
-An exit signal is made once a single trigger turns RED. The main trading strategy script will also print a RED colored "Long Exit" label. While BLACK color indicates that the exit signal is not triggered.
-------------------------------------------------------------------------------
For those who are interested in the rationale of why a certain entry or exit signal was made a list with triggers can be found below. It contains the complete set of triggers for the entry, re-entry and exit signals from top to bottom.
Entry Trigger List:
1: Evaluation of short term trend: Ichimoku kinko hyo indicator, conversion line related to base line.
2: Evaluation of longer term trend: Ichimoku kinko hyo indicator, price related to the ichimoku cloud.
3: Confirmation of the longer term upward trend: Ichimoku kinko hyo indicator, lagging span related to ichimoku cloud.
4: Confirmation of short term upward trend: Ichimoku kinko hyo indicator, price related to conversion line and base line.
5: Evaluation of longer term trend projection: Ichimoku kinko hyo indicator, projected ichimoku cloud shape.
6: Confirmation of short term trend: Ichimoku kinko hyo indicator, lagging span related to the price.
7: Confirmation of short term trend: Ichimoku kinko hyo indicator, lagging span related to the price (alternative method).
8: Confirmation of the longer term trend: Ichimoku kinko hyo indicator, lagging span related to ichimoku cloud (alternative method).
9: Confirmation of the longer term trend: Moving averages.
10: Confirmation of sufficient momentum: Macd indicator.
11: Evaluation of overbought or oversold conditions in the price: RSI indicator.
12: Evaluation of price equilibrium: Ichimoku kinko hyo indicator, price related to ichimoku cloud , conversion line, base line.
13: Confirmation of general trend: Vortex indicator.
14: Evaluation of price equilibrium: Ichimoku kinko hyo indicator, price related to ichimoku cloud , conversion line, base line (alternative method).
15: Evaluation of volatility: Choppiness index indicator.
16: Evaluation of volume: Volume indicator.
Re-Entry Trigger List:
1: Confirmation of short term upward trend: Ichimoku kinko hyo indicator, price related to conversion line and base line.
2: Evaluation of short term trend: Ichimoku kinko hyo indicator, conversion line related to base line.
3: Confirmation of the longer term upward trend: Ichimoku kinko hyo indicator, conversion line and base line related to the ichimoku cloud .
4: Confirmation of sufficient momentum: Macd indicator.
5: Confirmation of sufficient momentum: Macd indicator (alternative method).
6: Evaluation of overbought or oversold conditions in the price: RSI indicator.
7: Confirmation of sufficient momentum: Macd indicator (alternative method).
8: Confirmation of general trend: Vortex indicator.
9: Confirmation of the longer term upward trend: Ichimoku kinko hyo indicator, price related to the ichimoku cloud .
10: Evaluation of bullish/bearish territory.
Exit Trigger List:
1: Confirmation of short term trend reversal: Ichimoku kinko hyo indicator, conversion line related to base line.
2: Confirmation of neutral territory: Ichimoku kinko hyo indicator, price related to the ichimoku cloud .
3: Confirmation of bearish territory: Ichimoku kinko hyo indicator, price related to the ichimoku cloud .
4: Evaluation of extremely overbought conditions in the price: RSI indicator.
5: Confirmation of bearish divergence signals.
-------------------------------------------------------------------------------
Reminder: Use this trading strategy at your own risk and trade responsibly. We are not responsible for any financial loss using this strategy.
***The script is invite-only, message us to get script access***
Three EMA Crossover Trading StrategyUse it with any forex currency pair or any stock with any timeframe.
It is a trend following trading strategy so works best in trending market.
So once you identify the market is trading you just simply use this trading strategy.
Video Explanation : Youtube
Detail Explanation : www.peopleisliking.com