TRIX with Momentum----------- ENGLISH --------------
This indicator is called "TRIX with Momentum" and is used to analyze the momentum of an asset's price and predict potential trend reversals. The logic of operation is based on the combination of two indicators: the Triple Exponential Moving Average (TRIX) and the momentum oscillator.
The TRIX is calculated using three exponential moving averages (EMA) of the asset's closing price, with a user-defined length (set to 14 by default). The TRIX is then normalized and centered around 0 to facilitate analysis of its relationship with the momentum oscillator.
The momentum oscillator is calculated using the EMA of the normalized TRIX with a user-defined length (set to 14 by default).
The indicator plots the normalized TRIX and the momentum oscillator on a chart, using different colors to indicate whether the TRIX is above or below 0. Additionally, the color of the y-axis label changes based on the position of the oscillator, while the color of the x-axis label remains gray.
The indicator uses a weighted average between the normalized TRIX and the momentum oscillator to create a colored background of the chart, which changes based on the weighted average. If the weighted average is positive, the chart's background is green, otherwise it is red. Finally, a horizontal line is drawn at point 0 to facilitate visual analysis of the chart.
------------ ITALIANO -------------
Questo indicatore è chiamato "TRIX with Momentum" ed è utilizzato per analizzare il momentum del prezzo di un asset e prevedere eventuali inversioni di trend. La logica di funzionamento è basata sulla combinazione di due indicatori: il TRIX (Indicatori di media mobile Tripla Esponenziale) e l'oscillatore momentum.
L'indicatore consente all'utente di impostare la lunghezza del TRIX e dell'oscillatore momentum come input personalizzato. Il TRIX viene calcolato utilizzando tre medie mobili esponenziali (EMA) della chiusura dei prezzi dell'asset, mentre l'oscillatore momentum viene calcolato utilizzando l'EMA del TRIX normalizzato.
Il TRIX normalizzato viene centrato intorno allo 0 per facilitare l'analisi della sua relazione con l'oscillatore momentum. L'indicatore plotta il TRIX normalizzato e l'oscillatore momentum su un grafico, utilizzando diversi colori per indicare se il TRIX è sopra o sotto lo 0.
L'indicatore utilizza una media pesata tra il TRIX normalizzato e l'oscillatore momentum per creare uno sfondo colorato del grafico, che cambia in base alla media pesata. L'utente può impostare il peso da dare al TRIX e all'oscillatore momentum come input personalizzato, e il peso dell'oscillatore momentum verrà automaticamente impostato come complementare al peso del TRIX.
Se la media pesata è positiva, lo sfondo del grafico è verde, altrimenti è rosso. Viene tracciata anche una linea orizzontale al punto 0 per facilitare l'analisi visiva del grafico.
Infine, il colore dell'etichetta dell'asse y cambia in base alla posizione dell'oscillatore, mentre il colore dell'etichetta dell'asse x rimane sempre grigio.
EURUSD-2
Perfect signal by c00l75 v4-- CONCEPT - HOW IT WORKS ---
This script is based on moving average crossing lines (mirrored) with a signal line.
--- WHAT IS DIFFERENT FROM OTHER MA SCRIPTS ---
It's different in the formula for calculating the moving averages. NOW the length of the moving averages is modifiable to permit the user to tuning system better.
--- WHAT IS IT FOR? ---
It's a trend following script. I needed a script to catch signals for medium term trading (5-20 days) on > H4 TF with smooth lines but pretty quick signal, possibly easy to manage and "plug and play" for Forex market.
--- HOW TO USE IT? ---
Simply you have buy or sell signal looking at crossing lines. Signal line could be used to catch retracements.
--- WHERE SHOULD I USE IT? ---
At the moment I tested it only on Forex market with good results on H1 timeframe. Backtest it by yourself before using it.
Hope I can help someone else to have better trading time. Feel free to comment if you have questions.
NOTE for moderators: It's the update version of a my previous script (Perfect signal by c00l75) to version v4 with added ability to change the periods of the user's choice. To do this I had to republish it because the previous one was an old version of pinescript that is no longer supported.
EURUSD balancing trading system--- CONCEPT - HOW IT WORKS ---
This script is based on the percentage difference of the price action movements of EUR and USD
--- WHAT IS IT FOR? ---
It's a trend following script with leading capabilities. It works on every TF, best over H1 on EURUSD pair.
--- HOW TO USE IT? ---
Simply you have buy or sell signal looking at crossing lines. You should regard the "50" level as strengthening the trend if higher and weakening if lower. It is possible to change the currency reference period and smoothing period according to your needs and trading style.
--- WHERE SHOULD I USE IT? ---
On forex market on EURUSD pair. Backtest it by yourself before using it.
---- DISCLAIMER ----
The use and provision of this indicator is not intended to solicit the user for investment. It was created purely for educational purposes and for testing.
The author assumes no responsibility regarding the use of this indicator and any losses it may generate.
By using it, the user assumes any risks that may occur.
MACD strategy + Trailstop indicatorWelcome traveler !
Here is my first indicator I made after 3 days of hardlearning pine code (beginner in coding).
I hope it will please you, if you have any suggestion to enhance this indicator, do not hesitate to give me your thoughts in the comments section or by Private message on trading View !
How does it works ?
It's a simple MACD strategy as describe here :
Uses of EMA 200 as a trend confirmer,
For sells :
When above Zero line (MACD) and under EMA200, we go on sell (background color is red)
For buys:
When under Zero line (MACD) and above EMA 200, we go on Buy (back ground color is green)
FILTERS !
I haded one filter to reduce noise on the indicator :
Signals aren't taken if one of the 14 last candles closed on the other side of the EMA 14.
What are the green and red lines ?
The green line is equivalent of a potential stop loss as a buyer side, same for the red one on seller side !
To make the space with the price bigger, please use "ATR multiplier" in the input options of the indicator while on your chart !
Is it timeframe specific ?
Hell no it is not timeframe specific ! You can try to use it on every timeframe !
As usual, I like to remind you that the best way to test an indicator is to go backtest it or to paper trade before using it on real market conditions !
If you find an idea of filter for a specific timeframe, do not hesitate to contact me ! I'll try to do my best to enhance this indicator as the time goes !
Is there repainting ?
There is no repainting on confirmation !
There's only a movement that I don't know how to ignore on the current open candle for the trail stop indicator I built, it should not be a problem if you place alerts to automatise your trading on the close of the candle, and not the high or low !
If you know how to resolve this problem with my code, I would be glad to get your tips to enhance the script ! :)
Example of the indicator in market (backtest, as said, no repaint on confirmation) :
International [interest, exchange] rates from my blog to @quantguy :
Below are links to a rapid-throw-together set of charts comparing rates internationally. There are probably millions of other graphs like this created by organisations and educationals institutes, but far more advanced and accurate. Even so, the graphs show the time relationship between rates, and are suggestive of some degree of correlation. No sense pushing this too far, it would be more fun to ferret out more of the network of inter-related factors. One possible current anomaly is the GBPUSD exchange rate?
The charts were generated using a simple PineScript (should be visible?)
// saved graphs - unfortunately, all of the colored labels on the graph were lost!!
// exchange rates are shown by darker colors, interest rates lighter similar colors
// China - green, Euro - purple, Great Britain - blue, Japan - orange (you can see this in the4 code below!)
// stable interest rates :
// policy-manipulated interest rates :
// maybe the "stable rates" countries do more "exchange rate" manipulation?
I haven't put in (min, max) interest rates for time periods EXCEPT for 6month & 1 year. the other periods will be erroneous (eg day, month, 3 month, 5 year, etc)
Nikhil strategy 1how to make a best strategy in live market are the analysis very fundamental strong and technical
Currency Strength Index by zdmreCurrency strength expresses the value of currency. For economists, it is often calculated as purchasing power, while for financial traders, it can be described as an indicator, reflecting many factors related to the currency; for example, fundamental data, overall economic performance (stability) or interest rates.
The method used in this indicator is its strength against the US Dollar (xxxUSD)
Currencies:
EUR
GBP
AUD
NZD
JPY
CNY
CAD
Your Symbol (Optionally) defval: TRYUSD
You can also optionally add a symbol. However, this unit must be in the form of xxxUSD
90min cyclesI did this little script to help me with the cycle I hope it will help some of you too !
For default, I have made 90 min cycle, but you can change it easily on the settings if you prefer an other time interval because it is really subjectif.
By default the cycle will begin at midnight from YOUR local time, but this can be a little annoying when you want for example to make it begin at midnght from NY or London without changing the UTC of your chart (if you still want to have your hour displayed normally).
I couldn't find an indicator to help me do that so I added a little setting which allow you to move the start hour of your cycle (so you will have to do some math to move it accordingly to what you want but that's okay ;) ).
That way you can choose the interval you like AND when it begin !
Edm + LET + SessionThis script is adressed to the LIT trader or for those of you who trade with session ( between different hour)
It will add to the chart the differnet session :
- asian session (here color aqua (blue))
- frankfurt
- London
- MMM1
- NYTRAP (New York Trap)
- an New York
You can choose in the settings which one you want to see and how you want to see it ( boxes or background color) which helps a lot when you open your chart to know where you are what you should expect if your plan is based on session.
I put some default hours but if you want less session and change the hours you can easily do that in the settings too.
It will also show you as a label the EDM (which is simply a divergence with the RSI) that occured 5 candle after it happend, it can be very useful for those of you who trade with this confluence, you will directly have it on your chart.
If you don't use it, you can also disable it in the settings.
The LET (which are a rebund on the EMA) are shown like the EDM and can be disable too if you don't use it, they will here depend of the EDM (i.e the script will look for a LET only after an EDM occured, if there is no EDM, they will not be visible).
I have tried to make the most stuff as an input ( can be modified in the settings) to allow each and everyone to be able to adapt it to what you want to see or not see on your charts.
Hope this help some of you and don't hesitate to send some feedback if it does !
Volatility Calculator for Daily Top and Bottom RangeWith the usage of ATR, applied on the close of the daily candle, I am calculated the volatility channels for the TOP and BOTTOM
Based on this logic, we can estimate, with a huge confidence factor, where the prices are going to be compressed for the trading day.
Having said that, lets take a look at the data gathered among the most important financial markets:
SPX
TOP CROSSES : 2116
BOT CROSSES : 1954
Total Daily Candles : 18908
Occurance ratio = 0.215
NDX
TOP CROSSES : 1212
BOT CROSSES : 1183
Total Daily Candles : 9386
Occurance ratio = 0.255
DIA
TOP CROSSES : 759
BOT CROSSES : 769
Total Daily Candles : 6109
Occurance ratio = 0.25
DXY
TOP CROSSES : 1597
BOT CROSSES : 1598
Total Daily Candles : 13156
Occurance ratio = 0.243
DAX
TOP CROSSES : 1878
BOT CROSSES : 1848
Total Daily Candles : 13155
Occurance ratio = 0.283
BTC USD
TOP CROSSES : 416
BOT CROSSES : 417
Total Daily Candles : 4290
Occurance ratio = 0.194
ETH USD
TOP CROSSES : 247
BOT CROSSES : 268
Total Daily Candles : 2452
Occurance ratio = 0.21
EUR USD
TOP CROSSES : 820
BOT CROSSES : 805
Total Daily Candles : 7489
Occurance ratio = 0.217
GOLD
TOP CROSSES : 1722
BOT CROSSES : 1569
Total Daily Candles : 13747
Occurance ratio = 0.239
USOIL
TOP CROSSES : 1077
BOT CROSSES : 1089
Total Daily Candles : 10231
Occurance ratio = 0.212
US 10Y
TOP CROSSES : 1302
BOT CROSSES : 1365
Total Daily Candles : 9075
Occurance ratio = 0.294
Based on this, we can assume with a very high confidence ( 70-80%) that the market is going to stay, within the range created from the BOT and TOP ATR points.
DDG PivotsDDG Pivots is an indicator that autonomously plots current reversal zones, areas of possible pivotal points for intraday trading, price targets, and true lows/highs.
This indicator will identify FINAL pivots (H/L) accurately, plotting either a green or red label to identify true lows/highs.
Once you are able to determine possible reversal areas and pivotal points, you will have a better idea on the current trend and whether these areas are respected/denied, after you can identify the correct trend, this indicator will then help by projecting predicted price targets on screen.
From entry to exit, this indicator helps ease your stress trading.
STOP STARING HOPELESSLY AT YOUR SCREEN, THIS INDICATOR HAS PUSH ALERTS FOR EACH OF THESE VITAL LEVLS.
*Turn on PUSH NOTIFICATIONS to alert you when these vital areas are touched*
Trend Trading with Currency Strength MeterThis is a trend trading strategy designed mainly for forex made of two big components:
First we have the currency meter, which is made of taking TSI of different INDEXes such as EUR, USD, GBP, JPY, NZD, AUD , CHF and CAD.
Once we establish which one is the weakest and most powerful, we pair them together and we go on that chart.
Lastly we check with the EMA 200 to confirm our direction.
We can see in this example for the USDJPY chart, that USD is the strongest, JPY is the weakest and ema confirm our bullish trend.
For timeframe in general I recommend big timeframes, 1-4h+ , and as a mentality a swing trading mentality, we can stay in trade for days/weeks.
For exit in general I recommend to exit when either one of the pairs losses/gain power or when the EMA is crossing with current candle
If you have any questions, let me know !
EURUSD INTRADAY BUY/SELL TRADING SIGNALS INDICATOREURUSD INTRADAY BUY/SELL TRADING SIGNALS INDICATOR
The Forex intraday trading indicator is specially designed for prediction and scalping EURUSD .
A feature of this indicator is the use of specially designed filters that filter out noise.
Thus, the efficiency and performance of the indicator has been improved. BUY and SELL signals show reversal points of local intraday trends,
and allowing scalping on the price movement.
The SELL indicator signal corresponds to the indication of a downward trend reversal.
The BUY signal corresponds to the indication of a trend reversal upward.
The principles of operation of the signal filters algorithm and refinement of entry points into positions are described below.
The indicator is based on a combination of the following indicators: MACD, Moving Average of various periods.
We use MACD divergence confirmation to identify a possible reversal or weakening of the trend.
Divergence (divergence of indicators) usually occurs when the indicator moves in the direction,
different from the price dynamics.
This could indicate that the momentum of the current trend is weakening.
When the price of the EURUSD currency reaches a higher price high,
while MACD is making a lower high. This is divergence.
After identifying the divergence, using the classic MACD crossover.
To filter signals, use the maximums of the MACD indicator,
in combination with the crossing of the Moving Average line.
This forex indicator is designed for trading on the EURUSD currency pair, timeframe: 45 minutes.
The forex signal indicator is intended for active traders of the EURUSD currency and will be useful as a supplement to any trading system, to indicate and clarify entry points to trading positions.
Sentiment EURUSD 1m with hedging zonesThis is a very specialised and optimized script, for 1m EURUSD traders - daytraders, scalpers.
1m trading is very difficult, but it can be also most profitable, if done right.
Why difficult? It is hard to detect market direction - usually when trend indicators reverse, that new trend is already over. One and the same indicator signal sometimes provides one outcome (for example reversal) and sometimes exactly the opposite (continuation). It requires deep understanding on WHEN to use which indicator and when to ignore signals. Set the parameters of your indicators to a very sensitive extent and they will keep changing direction back and forth - always being too late of course :) Set the parameters too losely, and you'll be late with entries 100% of times. Looking for universal trend-showing indicator? There is none...
This script is a result of 2 years of practical following EURUSD 1m market action. Looking at charts with MANUAL TRADER'S eyes. Analyzing all together: price action, indicators, zigzag, divergences, momentum, pivot points, support and resistance. On the one hand traders say only manual trading can be successful and on the other - to stick to one strategy and be automatic when applying to it. So this is it - automatic coding of market signals as if manual trader would do it. Forex is news-driven? Yes, it is. So if market sentiment changes because of some news happening, the script will quickly recognize it and suggest reversal.
Please note I'm not pretending to have a crystal ball. Nobody has. The goal of this script is not to predict where EURUSD market will be, but to correctly notice that is has reversed. Nothing else.
Sometimes the market will move towards reversal, but not cross the line yet - these are so-called HEDGING ZONES. Sometimes they turn out to be reversals and sometimes simply best places for dip entries. Ideally a trader should hedge there, because market could move either way. You might wanna apply apply knowledge of market fundamentals there or look into some micro-indicators. Anyway, it is good to realize where those zones are and this script shows them. In pink.
It is invite-only script. DM me for access.
ROC of Majors against the USD (Label)Version 2 of the ROC study that now puts them as a label on the same chart.
ROC of Majors against the USDA simple study that shows the majors against the USD Rate of Change.
Allows you to pick opposing strength pairs to trade.
There are different ROC calculations for people to play with as I am not sure which way the ( ) should be so feedback is welcome.
[RickAtw] O1 Opening Market LineThis indicator helps to identify current support and resistance based on the opening of the Asian, London and New York sessions.
Function
You can make good trade entries based on these lines. Shows daily and weekly openings of each session
It will also help you to look at which session you are currently trading)
Purple ----> Asian session
Red ----> London session
Blue ----> New York session
Key Signal
buy ---> A strong buy signal is a bounce from the low and the presence of a weekly or day open line.
sell ---> A strong sell signal is a bounce from the maximum and the presence of a weekly or day open line.
P.S. Be sure to test on your pair!
Remarks
This will help you determine the approximate area of support and resistance.
Since we cannot look into the future, it does not inform you about the exact records, but a possible change in trends.
Readme
In real life, I am a professional investor. And I check each of my indicators on my portfolio and how effective it is. I will not post a non-working method. The main thing is to wait for the beginning of trends and make money!
I would be grateful if you subscribe ❤️
ADX Momentum cross + MacD + HH LL + Buy/Sell Signals and alerts Hello, This is the first indicator I have made and would like to contribute to the community.
This strategy came from trying to replicate a previous ADX Cross Indicator that I loved on MT4 which I used successfully on EUR/USD on high and low time frames. Through the process of trying to replicate it I failed, I decided to take what I had written so far and create my own ADX cross strategy using the combination of 3 ADX's, their lag. Then also using Higher highs and lower lows with the MacD to further filter the signals.
There are two buy and two sell conditions , the difference between these are just the order in which the ADX crossing determines the entry. The MacD and higher highs and lower lows are the same for filtering the signal.
You can change the look back for HH and LL look back range, along with the DI Length & ADX Smoothing for all ADX's. The lag used for either the buy or sell strategy with the Lag_Buy/Lag_Sell inputs. Lag_mid setting will affect all 4 conditions.
From testing and based on the ADX cross logic you should follow this structure when changing the inputs for:
DI Length: Lowest DI value (I.E. 1)
DI Lengtha: Middle DI value (I.E. 2)
DI Lengthb: Highest DI value (I.E. 3)
ADX Smoothing: Lowest Smoothing value (I.E. 1)
ADX Smoothinga: Middle Smoothing value (I.E. 2)
ADX Smoothingb: Highest Smoothing value (I.E. 3)
I tested this on the EUR/USD, but mainly I have been using it on BTC/USDT(binance) and BTC/USDT Perpetual futures(binance) with the 5 minute chart. I suggest playing around with the settings depending on the Symbol and timeframe you use because the default settings are what I last found to be optimal for my self on the 5min BTC/USDT Perpetual futures(binance) chart.
A good starting point I found when using the indicator on other charts is to use the below values:
DI Length: 7
DI Lengtha: 14
DI Lengthb: 21
ADX Smoothing: 7
ADX Smoothinga: 14
ADX Smoothingb: 21
If you have any questions, suggestions, or requests for this indicator feel free contact me. You can either comment on here or Message me
If you like this indicator please like and comment where you found it useful.
FairValueGap FVGWhat is a Fair Value Gap or a Gap?
There may be different explanation or reasons of gaps In Forex, my knowledge says that gaps are not very common and they are filled when ever market gets an opportunity to fill. I am trying to figure out the fair Value gap through this indicator.
Gaps are sharp breaks in price with no trading occurring in between. Gaps can happen moving up or moving down. In the forex
market, gaps primarily occur over the weekend because it is the only time the forex market closes. Gaps may also occur on very
short timeframes such as a one-minute chart or immediately following a major news announcement.
How I calculated the gaps Value?
Calculation Method of Gap used is when (low_bar(current bar)-high_bar(two bars back))>0 and (low_bar(two bars back)-high_bar(current bar))>0
The gaps are represented by the Orange and Lime color Bar height.
Do the gaps need to be filtered?
This is the most important part according to me.
Yes, the gaps need to be filtered, Since there are may gaps one after another ,In This Indicator i have used a logic to filter out unnecessary Gaps.
you will be seeing only major Important gaps which you need to focus on.
How gaps Helps?
Gaps sometimes result in corrective price action. In other words, after the gap occurs prices have a tendency to reverse and “fill” the gap.
This is what is look for.
How to use the setting of the indicator and what do they represent?
This indicator setting has 4 options
1.plot major Filtered FVG of Bullish Candles
When you check this option all major FGV will be filtered based on my logic of filtering the gaps
2.plot major Filtered FVG of Bearish Candles
When you check this option all major FGV will be filtered based on my logic of filtering the gaps
3.Plot Bar size representing the GAPS
The bars(lime and orange color) in front of candle bars are the size of the gap.
4.Plot Lines representing the GAPS
You can also visualize the recent gaps through lines , you will be able to see only 3 to 5 recent gaps through line.(not able to plot
all gaps through line because of the limit, so gaps are represented by the orange and lime color bars)
You can also change the resolution in setting of the indicator to get different time frame FGV.
Thanks to mickey1984 for guiding and helping for this concept idea.
Have any question Feel free to ask?
Williams%R EMA CROSSESWilliams %R , also known as the Williams Percent Range, is a type of momentum indicator that moves between 0 and -100 and measures overbought and oversold levels. The Williams %R may be used to find entry and exit points in the market.
In this study, exponential moving averages are used in order to smooth out the false signals produced by Williams %R and to see more accurate signals.
In addition, it is aimed to see the divergences by using the moving averages of The Williams %R.
When the short exponential moving averages of Williams %R is above the longs, it may be a signal to think an uptrend will begin, and the long exponential moving averages of Williams %R is above the shorts, it may be a signal to think a downtrend will begin.
At the same time, a second check can be made for price movement with weighted moving averages.
Lucron Trend Accelerator v.4Hey Everyone,
The Lucron Trend Accelerator v.4 is finally available. This indicator is market-specific, which means that it's proprietary code has been tested with best results in the following markets:
BTCUSD - DAILY TIMEFRAME
EURUSD - 1 HOUR TIMEFRAME
This can be applied to any market and any timeframe, but for best results, it's recommended to be used in the above markets. In the future, we are planning to add additional markets.
How it works:
Entry:
The indicator's code identifies emerging bullish and bearish trends. It then displays a "Long" OR "Short" signal on the chart - This marks an entry opportunity.
Position Management:
As the trend continues and your profit increases you will see a ribbon that affirms the direction of the trend. Green for long, and red for short.
Take Profit/ Exit:
Once you have completed the steps above just keep an eye out for a new signal. This signal will inform you of a shifting trend. It will display in the following ways:
A new "Long" Or "Short" signal displayed on your chart
A change in the color of the trend ribbon (from green to red)
If you have implemented a trailing stop, you'll be covered and should capture your profits or limit your risk before the next signal.
If you see any of these signals make sure to take action in order to protect your profits.
You can:
1. Exit the current trade & enter a new trade
2. Take profit on half the position & roll your stop to break even
Takeaways:
As you can now see, our proprietary Lucron Trend Accelerator Trading Tool allows for emotion free trading. It gently guides you by the hand, and shows you how to trade with a proven, calculated, and consistent strategy.
*Disclamer
Any information communicated by Lucron is solely for educational purposes. This is indicator is meant to be used with appropriate risk management and market analysis.
It is not intended to be and should not be interpreted as investment advice or a general recommendation on investment.
IntradaySignal #Trading #Candlestick #SignalThis is a simple version of taking bull and bear positions.
Time Frame: Although the time frame decided while making the script was for 1 minute chart, but after checking, even Daily charts work good.
Asset class: The underlying here, is XAUUSD (GOLD) but confirmatory strong positional trades on stocks for intraday purposes.
Condition: The signals are meaningful and are of significant importance when its in trending pattern and not in sideways pattern.
The signals are presented by the background color. when the color is red, start taking short positions, and when the signal is green, go with long position.
StopLoss: Complete reliance on the script might not be rewarding, Prepare your own stoploss and targets. I advise you to take profit and book losses as per "resistance & support" zones.
HFT Fibonacci Bands Indicator
Default Settings are meant to be used in XBT/USD chart on 15 min time frame. If you want to use for another asset on another time frame YOU MUST CHANGE THE SETTINGS
This is a Fibonacci bands based trading indicator developed by HFT Research. It is a highly customizable indicator and provided endless opportunities to find profitable trades in the market.
Use Fib BB
This is the main decision maker of the strategy. Tuning the settings of this portion of the strategy will change the outcome the most. We have provided default settings. However, they are only good for 15min chart on Bitcoin. Please adjust accordingly.
Fib BB Length: This setting adjusts the middle line of your Fibonacci Bands. It is the moving average that you take it as base for your Fibonacci bands. Default value is currently 20.
Fib Level to Use for Entry: Here, you adjust which one of the Fibonacci Ratio levels you would like to use for your entry. You can only choose one of the following options.
Fibonacci Ratio 1
This is your Fib ratio level 1 and you can put any number here you would like
Fibonacci Ratio 2
This is your Fib ratio level 2 and you can put any number here you would like
Fibonacci Ratio 3
This is your Fib ratio level 3 and you can put any number here you would like
Please keep in mind that Ratio 1 should be higher than Ratio 2 and Ratio 2 should be higher than Ratio 3.
Use RSI
You can also turn on and off the RSI as well. Alternatively, there is an option to use RSI on a different time frame than you are currently on. For example, if you are looking at the 5min chart to use Bollinger bands but you would like to look at the RSI value on the 15min chart. You can do so by selecting the custom RSI timeframe as well as adjusting the Oversold and Overbought value.
Use CCI
Commodity Channel Index is an indicator developed by Donald Lambert. It is a momentum-based oscillator used to help determine when an investment vehicle is reaching conditions of being overbought or oversold. It also used to asses price trend direction and strength. Default settings are usually the safest and the best fit.
Use VWAP
VWAP stands for volume weighted average price. It is an extremely useful indicator when trading intra-day. It does reset every trading session which is at 00:00 UTC. Instead of looking at x number of candles and providing an average price, it will take into consideration volume that’s traded at a certain price and weigh it accordingly.
Use ADX
ADX stands for average directional index. It is an indicator that measures volatility in the market. Unfortunately, the worst market condition for this strategy is sideways market. ADX becomes a useful tool since it can detect trend. If the volatility is low and there is no real price movement, ADX will pick that up and will not let you get in trades during a sideways market. It will allow you to enter trades only when the market is trending.
Use MA Filters
Lookback: It is an option to look back x number of candles to validate the price crossing. If the market is choppy and the price keeps crossing up and down the moving average you have chosen, it will generate a lot of “noisy” signals. This option allows you to confirm the cross by selecting how many candles the price needs to stay above or below the moving average. Setting it 0 will turn it off.
MA Filter Type: There is a selection of moving averages that is available on TradingView currently. You can choose from 14 different moving average types to detect the trend as accurate as possible.
Filter Length: You can select the length of your moving average. Most commonly used length being 50,100 and 200.
Filter Type: This is our propriety smoothing method in order to make the moving averages lag less and influence the way they are calculated slightly. Type 1 being the normal calculation and type 2 being the secret sauce.
Reverse MA Filter: This option allows you to use the moving average in reverse. For example, the strategy will go long when the price is above the moving average. However, if you use the reserve MA Filter, you will go short when the price is above the moving average. This method works best in sideways market where price usually retraces back to the moving average. So, in an anticipation of price reverting back to the moving average, it is a useful piece of option to use during sideway markets.
If you want to get access to this indicator please DM me or visit our website.