Squeeze Momentum Strategy Signals [Bitduke]Description :
Signals based on transformed Momentum Indicator (leading indicator measuring a security's rate-of-change) with risk management system and ability and custom backtesting.
Usage:
Strategy flips long / short depending of indicator signals. There can be multiple signals of the same type, for example, 2 longs in a row, only the first of them must be taken into account.
Features :
Possible to change source: ohlc4, hl2 , hlc3, close
Enter your stop loss and take profit in %, NOT ticks
Working and robust even without take profit / stop loss
Yearly drawdown lower than 20%
Backtesting:
Backtested on BTCPERP ( FTX ).
It shows much better results on 1h timeframe (about 200% yearly, 55% in 2020) and relatively low drawdown to date.
Strategy doesn't repaint.
Wyszukaj w skryptach "algo"
Price Action and 3 EMAs Momentum plus Sessions FilterThis indicator plots on the chart the parameters and signals of the Price Action and 3 EMAs Momentum plus Sessions Filter Algorithmic Strategy. The strategy trades based on time-series (absolute) and relative momentum of price close, highs, lows and 3 EMAs.
I am still learning PS and therefore I have only been able to write the indicator up to the Signal generation. I plan to expand the indicator to Entry Signals as well as the full Strategy.
The strategy works best on EURUSD in the 15 minutes TF during London and New York sessions with 1 to 1 TP and SL of 30 pips with lots resulting in 3% risk of the account per trade. I have already written the full strategy in another language and platform and back tested it for ten years and it was profitable for 7 of the 10 years with average profit of 15% p.a which can be easily increased by increasing risk per trade. I have been trading it live in that platform for over two years and it is profitable.
Contributions from experienced PS coders in completing the Indicator as well as writing the Strategy and back testing it on Trading View will be appreciated.
STRATEGY AND INDICATOR PARAMETERS
Three periods of 12, 48 and 96 in the 15 min TF which are equivalent to 3, 12 and 24 hours i.e (15 min * period / 60 min) are the foundational inputs for all the parameters of the PA & 3 EMAs Momentum + SF Algo Strategy and its Indicator.
3 EMAs momentum parameters and conditions
• FastEMA = ema of 12 periods
• MedEMA = ema of 48 periods
• SlowEMA = ema of 96 periods
• All the EMAs analyse price close for up to 96 (15 min periods) equivalent to 24 hours
• There’s Upward EMA momentum if price close > FastEMA and FastEMA > MedEMA and MedEMA > SlowEMA
• There’s Downward EMA momentum if price close < FastEMA and FastEMA < MedEMA and MedEMA < SlowEMA
PA momentum parameters and conditions
• HH = Highest High of 48 periods from 1st closed bar before current bar
• LL = Lowest Low of 48 periods from 1st closed bar from current bar
• Previous HH = Highest High of 84 periods from 12th closed bar before current bar
• Previous LL = Lowest Low of 84 periods from 12th closed bar before current bar
• All the HH & LL and prevHH & prevLL are within the 96 periods from the 1st closed bar before current bar and therefore indicative of momentum during the past 24 hours
• There’s Upward PA momentum if price close > HH and HH > prevHH and LL > prevLL
• There’s Downward PA momentum if price close < LL and LL < prevLL and HH < prevHH
Signal conditions and Status (BuySignal, SellSignal or Neutral)
• The strategy generates Buy or Sell Signals if both 3 EMAs and PA momentum conditions are met for each direction and these occur during the London and New York sessions
• BuySignal if price close > FastEMA and FastEMA > MedEMA and MedEMA > SlowEMA and price close > HH and HH > prevHH and LL > prevLL and timeinrange (LDN&NY) else Neutral
• SellSignal if price close < FastEMA and FastEMA < MedEMA and MedEMA < SlowEMA and price close < LL and LL < prevLL and HH < prevHH and timeinrange (LDN&NY) else Neutral
Entry conditions and Status (EnterBuy, EnterSell or Neutral)(NOT CODED YET)
• ENTRY IS NOT AT THE SIGNAL BAR but at the current bar tick price retracement to FastEMA after the signal
• EnterBuy if current bar tick price <= FastEMA and current bar tick price > prevHH at the time of the Buy Signal
• EnterSell if current bar tick price >= FastEMA and current bar tick price > prevLL at the time of the Sell Signal
Large Candles Checker v2Using this indicator allows you to indentify large candles directly in your stock chart at first glance. The algorithm of the indicator *Large Candles Checker v2* was optimized in this new indicator as well as it using the new pine script version v4. For backwards compatibility reasons this indicator is published as v2.
Added tails and wicks (also referred to as long and short shadows) to the calculation algorithm. You will be able to configure the tails and wicks in the indicator settings. And the calculated percentage value of large candles will now also be displayed.
It uses two different sorts for large candles (yellow, e.g. larger than 3%) and for very large candles (red, e.g. larger than 6%). These values can be changed in the indicator settings.
Hope this helps many of you to be more efficient in your chart analysis - have fun!
Autonomouscript
Hello friends, in this script, hand drawing and loyalty to terminals are minimized.
***FEATURES
1 - Rational Auto Support and Resistance Levels
NOTE : For 1W TF , you can take 0.000 - 1.000 for 1 area , i didn't find to necessary to autoplot this condition because of between levels are so large and for long term.
Multi time-frame
In small time frames, unreasonable support eliminates resistance levels.
Suitable for every pair.
If the prices change by region, automatic drawing is made in the new region and given to the screen.
Automatic Plotting Feature
Rational Levels
2 - Auto Risk/Reward Ratio Calculator
Calculations are made according to support and resistance in less than 4 hours TF.
The opposite is true for Short.
2 methods in 4 hours and larger time frames and two zones specified:
1. Price < 0.618 Level :
Long Position Calculation : From Current Support to 0.618 Level
Short Position Calculation: From Current Resistance to 0.000 Level
2. Price > 0.618 Level
Long Position Calculation :Support and 1.000 Level .
Short Position Calculation : Resistance and 0.000 Level
Risk/Reward Ratio Calculation Examples (TF = Timeframe) :
1 - TF < 4H and Long - Short Risk/Reward Ratio Calculation :
For Long Position :
For Short Position :
2 - TF > 4H and Long-Short Risk/Reward Ratio Calculation :
For Long Position :
For Short Position :
NOTE :
Some algorithms have been added to make this formulation accurate and safe.
Therefore, Stop-Loss can be flexed slightly under the support or on the resistance in short position.
The target does not change.
Staying on the safe side calculates the risk / reward ratio for the worst possible odds.
*** Since stop-loss levels are chosen close to support and resistance and determine financial leverage, there is absolutely no need for stop-loss, the investor can determine himself according to the risk / reward ratio.
Generally, the support is slightly lower for long and the resistance slightly reasonable for short.
3 - Moving Averages and Cloud
a-) Slow Moving Average (Fuchsia)
Uses Autonomous LSTM moving average for external timeframes of 1W, Relativity moving average for timeframes 1W and above.
NOTE : They are built on price instead of Stochastic Money Flow Index.
And because they are price based
The High-Low Selection Algorithm has been removed.
For more information :
Autonomous LSTM =>
Relativity =>
b-) Signal Moving Average (Blue)
I just added this average after long tests.
It was created based on the relative states of the Relativity and Autonomous LSTM and candle states.
It is very fast and adaptive but, you should definitely use the risk / reward ratio if you are going to trade just by looking at it.
c_) Cloud :
It is the region between fast and slow moving average.
Cloud Color : Red for : crossunder(price , signal ma) and Green for : crossover(price,signal ma)
d-) Plotarrows :
Plotted after crossover and crossunder closings to inform the intersection of the two adaptive moving averages.
e*) Triangle Shapes :
They only reports when the moving average of the signal is long and short. And cloud color is same but without risk/reward radio rule.Rules :
Blue : Long Condition with Long Risk/Reward Ratio < 2.5
Orange : Short Condition with Short Risk/Reward Ratio < 2.5
Green : Long Condition with Long Risk/Reward Ratio >= 2.5
Red : Short Condition with Short Risk/Reward Ratio >= 2.5
4 - INFOPANEL - Trader Panel
- Calculation results of Risk / Reward Ratios for each bar for Long and Short Position
- Current Support and Resistance Levels
- Percentage change of the price moving average (period = signal period) only in the signal period
* Percentage change of the volume moving average (period = signal period) only in the signal period
* Supply and Demand Bias :
They are given separately for both long and short (Bull - Bear).
It is the reflection of the quantum formulas that form the core of relativity.
Nevertheless, the signal moving averages data price and volume are also above in InfoPanel.
Important Note : Two starred rules are given to investors and traders to choose between the following facts :
Increasing Volume __ Increasing Price = > Healthy Bear Session
Increasing Price __ Increasing Volume = > Healthy Bull Session
Decreasing Volume __ Increasing Price = > Bulls are weakening
Decreasing Volume __ Decreasing Price = > Bears are weakening
*** SUMMARY AND USAGE :
NOTES
It's definitely not just for signals,
all data in the system
evaluating according to the current economic agenda,
carry out your trade like that.
You can zoom in using the zoom in zoom out feature (+) of Tradingview, especially in small timeframes.
And according to the signal average of the price, cloud coloring was made in green and red.
Because in some cases, infopanel can intervene and block small triangles.
Alerts :
There is no need for any precise alert.
In case of need, users can set alarms at support and resistance levels.
NOTE :
In the design and basic cases of support and resistance levels,inspired by borserman's this script:
Special thanks to him.
Last Note and Reminder
This script may will be updated in terms of design and simplification if deemed necessary.
Best regards.
[VIP] Multi Timeframe Pivot Support Resistance (MTPSR)MTPSR provides 6 boards to watch pivots, supports, and resistances in cross timeframes. By default, timeframes are 15m, 30m, 1hr, 2hr, 4hr, and 1D with the current ticker, but they are changeable on indicator setting.
The Pivot, Support, and Resistances have 2 algorithms; Fibonacci or Classic. Default is Classic, but you can change on indicator setting.
MTPSR has 2 additional boards with BitMex Long and Short Liquidation algorithm, this logic can be used for any ticker especially if you want to have tight control with margin liquidation.
MTPSR provides KDJ charts in cross timeframes with the last 3 candles for every board. The default does not appear, but you can enable it on indicator setting. If Greenline crossover Redline, that is a good position to the long or indicating uptrend. But if Greenline crossunder Redline, that is good position to the short or indicating downtrend.
MTPSR has DI/ADX for every board, DI is a difference between DI+ and DI-, if the value is negative means downtrend, if the value is positive means uptrend.
HOW TO USE
Long Trading
The Support will be a good position to entry
The Resistance will be a good position to take profit
If in lower time frames, the candle keeps cross over the resistances, that means uptrend rally is happening.
Short Trading
The Support will be a good position to take profit
The Resistance will be a good position to entry
If in lower time frames, the candle keeps cross over the resistances, that means uptrend rally is happening, it is not good for short
Scalping Advice
If you scalp in day trading, it is recommended to watch Pivot/Support/Resistance on Timeframes 1D, 4D, and 1W
If the chart is sideways on the 1D pivot and the direction from support to pivot, that means the market wants to have a correction to closer support
If the chart is sideways on the 1D pivot and the direction from resistance to pivot, that means the market wants to have retest to closer resistance before another drop or breakout to continue the rally
Use can scalp on TF 15m or TF30m, the Pivot/Support/Resistance in lower timeframes can be so dynamic, so you have to pay more attention on trading strategy, you can use 2H and 4H Pivot/Support/Resistance as the target
You can also use Liquidation Long/Short boards for scalping trading strategy to take profit or cut lost
ALERTS
Every pivot board has alert which condition: if candle cross over or under support, resistance or pivot even KDJ cross over or under
Every liquidation board has alert which condition: if candle cross over or under every margin level
Example alert title for every board when candle cross over: Over Support TF 1, Over Resistance TF 1, Over Pivot TF 1, KDJ Up TF1
Example alert title for every board when candle cross under: Under Support TF 1, Under Resistance TF 1, Under Pivot TF 1, KDJ Down TF1
Feedback
Please drop a comment or send a direct message for any bugs or request new feature
I dont sell source codes, please not DM me about it
Renko RSIThis is live and non-repainting Renko RSI tool. The tool has it’s own engine and not using integrated function of Trading View.
Renko charts ignore time and focus solely on price changes that meet a minimum requirement. Time is not a factor on Renko chart but as you can see with this script Renko RSI created on time chart.
Renko chart provide several advantages, some of them are filtering insignificant price movements and noise, focusing on important price movements and making support/resistance levels much easier to identify.
As source Closing price or High/Low can be used.
Traditional or ATR can be used for scaling. If ATR is chosen then there is rounding algorithm according to mintick value of the security. For example if mintick value is 0.001 and brick size (ATR/Percentage) is 0.00124 then box size becomes 0.001. And also while using dynamic brick size (ATR), box size changes only when Renko closing price changed.
Renko RSI is calculated by own Renko RSI algorithm.
Alerts added:
Renko RSI moved below Overbought level
Renko RSI moved above Overbought level
Renko RSI moved below Oversold level
Renko RSI moved above Oversold level
RSI length is 2 by default, you can set as you wish.
You better to use this script with the following one:
Enjoy!
Chart Killer BChart Killer B combines five well known algorithms (VWAP, MFI, RSI, Stoch, Wave Trend)
Primary Triggers:
Green Dots – Leading buy signals that excel in sideways and upward trends.
Red Dots – Leading sell signals that excel in sideways and downward trends.
Purple Waves – You are looking for overbought and oversold readings for the most part here, but to get the most out of these waves, learn how to spot divergent price action which often foreshadows a future price move.
Yellow VWAP – We have incorporated the VWAP into an oscillator. It is the easiest algorithm on B to read. When it crosses up, you are long until the next cross down. When it crosses down, you are short until the next cross up.
Secondary Triggers:
MFI – The custom Money Flow oscillator gives a great visual of market conditions. When it is green, we say the grass is growing, the Bulls are grazing, and the strategy is to buy dips. When the MFI is red, buyers are dead, and the prevailing strategy is to short the peaks. You can filter many bad trades by paying attention to the MFI.
RSI – The RSI misses many opportunities on its own, but when used in tandem the other oscillators in B, can provide an extra layer of confidence via overbought and oversold readings.
Full Range Trading Study with Alerts and DCA
Introduction
This is the study version of my range trading strategy. It is designed to be a “drop in” replacement for its twin strategy. I have replicated the analysis logic and entry and exit procedures to produce a nearly identical result set to the strategy. Other than the properties tab, the inputs dialog is exactly the same. Backtest the strategy to determine the best inputs to trade. Then apply the same inputs to this study to forward test. Alerts are available for trade entry, take profit close and stop-loss exit. Please see the strategy version for a complete description of the trading behavior of this script.
In brief, this script is intended to benefit from a range bound market. The trading behavior is to buy on weakness and sell on strength. As such trade orders are placed in a counter direction to price pressure. What you will see on the chart is a short position on peaks and a long position on valleys. This is accomplished by calculating pivot points from the price stream. Rising pivots are shorts and falling pivots are longs. I refer to pivots as a vertex in the inputs dialog box. The cone based measurement adds a peak, sides and a base to the calculation elements. This allows the inputs to focus on adjusting the location of trades and not just trend lines. The pivot points can be plotted on the backtest. You can use the vertex input values to move the pivots where you want trades to be. This script can be traded in four different modes: Long, Short, BiDir, and Ping Pong. When trading in “Ping Pong” mode long and short positions are intermingled continuously as long as there exists a detectable vertex. I also have a trend following version of this script for those not interested in trading the range.
This script employs a DCA feature which enables users to experiment with loss recovery techniques in the backtest. Here in the study the summary report displays the “Debt Sequence” number which can be used to manually increase the order size on subsequent trades at the broker. The script keeps track of debt incurred from losing trades. When the debt is recovered the “Debt Sequence” resets to zero so orders can return to the base size. Be sure to set the limiter to prevent your account from depleting capital during runaway markets.
Consecutive loss limit can be set to report a breach of the threshold value. Every stop hit beyond this limit will be reported on a version 4 label above the bar where the stop is hit. Use the consecutive loss limit to manually halt live trading on the broker side.
Design
This script uses twelve indicators on a single time frame and is approximately 1800 lines of Pine 4 code. The original trading algorithms are a port from a much larger program on another trading platform. I’ve converted some of the statistical functions to use standard indicators available on TradingView. The setups make heavy use of the Hull Moving Average in conjunction with EMAs that form the Bill Williams Alligator as described in his book “New Trading Dimensions” Chapter 3. Lag between the Hull and the EMAs form the basis of the entry and exit points. The vertices are calculated using one of five featured indicators: Volume, Histogram, Fractal, Candle and Macro. The backtest is used to determine the best fit for your desired trading instrument. The incorporation of five distinct pivot point calculations broadens the scope of the markets where this tool can be beneficial.
Example configurations for various instruments along with a detailed PDF user manual is available.
Indicator Repainting
Please see the strategy script for a more detailed description of the repaint problem. The goal of my repaint prevention in the study script is simply to ensure that my signal trading bias remains consistent between the strategy, study and broker. This script employs the following conventions in effort to avoid indicator repainting:
1. This script uses only 1 time frame. The chart interval.
2. Every entry and exit condition is evaluated on closed bars only.
3. Entry and exit plots are not triggered off trend line crossovers.
4. No security functions are called to avoid a look-ahead possibility.
5. Every contributing factor specified in the TradingView wiki regarding this issue has been addressed. Except the use of the exponential moving average which is essential to my strategy.
6. I’ve run a 10 minute chart live for a week and compared it to the same chart periodically reloaded. The two charts were highly correlated with no instances of completely opposite real-time signals
This script does indeed bring up the TradingView warning dialog. The only reason for this is due to “peculiarities of the algorithm” regarding the EMA as stated in the wiki article.
The Bottom Line. Does this script repaint. Yes, it will repaint about as much as every other trading platform which combines backtest data with real time prices in a live trading scenario.
Usage
Please be aware that the purpose of the study script is to perform forward testing of the configuration established in the backtest process. Therefore, the usage here in the study begins with the backtest configuration parameters. The following steps provide instructions to get this study script connected to the TradingView alert notification system. For a detailed description of how to create a range trading system using this script please see the strategy version.
Step 1. Create a chart with the trading instrument and interval used in the backtest.
Step 2. Find this script in the “Invite Only” section of the Indicators Dialog and apply it to the current chart.
Step 3. Copy the values from the backtest input dialog to the study.
Step 4. Open the TradingView Alert window.
Step 5. In the “Condition” drop down field find and select the name of the script.
Step 6. A new drop down field will appear with the alerts available in the script. This script exposes the following six signals:
Long Entry Signal
Long Profit Signal
Long Stop-loss Signal
Short Entry Signal
Short Profit Signal
Short Stop-loss Signal
Select the signal for which you want notification.
Step 7. In the “Options” field select the frequency of the alert. Typically, "Once Per Bar" or "Once Per Bar Close" will be sufficient.
Step 8. Set the expiration date and time.
Step 9. Select the action of the alert. Currently TradingView offers six different actions:
Notify on App
Show Popup
Send Email
Webhook URL
Play Sound
Send Email to SMS
Step 10. Create a message to to transmitted with the alert. The script provides a default message which can be overridden with any custom description. The price, time and other reserved chart elements can be included in the message
Step 11. Click the “Create” button to generate this single alert.
Step 12. Repeat steps 1 through 11 for every signal you wish to receive.
This script is open for beta testing. After successful beta test it will become a commercial application available by subscription only. I’ve invested quite a lot of time and effort into making this the best possible signal generator for all of the instruments I intend to trade. I certainly welcome any suggestions for improvements. Thank you all in advance.
My Recursive Bands [ChuckBanger]This is a different type of bands. I modified Alex Pierrefeu Recursive Bands algo. It is a smoothed version of Alex's algo and imo it suites better for heikin ashi candles but it works well with regular candles.
How to use it:
When price hugs the upper band. It is a potential long and when price hugs the lower band it is a potential short.
Credits to Alex Pierrefeu: figshare.com
Custom Self-Adjusting SuperTrendA custom version of Self Adjusting SuperTrend that can be used as source for your trading frameworks and indicators.
MarketSpy ARmageddonMarketSpy trading suite was designed to sniff out momentum swings and allow you to profit riding the wave. No matter what market, no matter the timeframe - this is all you need, from here on out this is your trading desk.
It's made up of three main components (with future add-ons in development):
1. MarketSpy X - the ultimate entry and exit tool that is built using custom momentum algorithm to find exact moments of reversals - without a fail. It's the one on the bottom with "green pulse dot" buy signals and "blood diamond" sell indicators.
2. MarketSpy ARmageddon (Augmented Reality) - price action overlay that analyses trends and is a confirmation tool for MarketSpy X. Can show confluence from top 5 market indicators, gives signals of reversals or chop zones, predicts prices(!) and is fully dynamic that reacts to market conditions LIVE.
3. MarketSpy S/R - This thing sniffs out and draws support and resistance based on math, not human eye. This means that MarketSpy effectively can go head to head with bots and algorithms and see right through the market to give you incredibly accurate points of interest where machines and humans sell and buy - ride the way together with the whales. Sounds cliche until you try it.
For more - visit our discord.
MarketSpy XMarketSpy trading suite was designed to sniff out momentum swings and allow you to profit riding the wave. No matter what market, no matter the timeframe - this is all you need, from here on out this is your trading desk.
It's made up of three main components (with future add-ons in development):
1. MarketSpy X - the ultimate entry and exit tool that is built using custom momentum algorithm to find exact moments of reversals - without a fail. It's the one on the bottom with "green pulse dot" buy signals and "blood diamond" sell indicators.
2. MarketSpy ARmageddon (Augmented Reality) - price action overlay that analyses trends and is a confirmation tool for MarketSpy X. Can show confluence from top 5 market indicators, gives signals of reversals or chop zones, predicts prices(!) and is fully dynamic that reacts to market conditions LIVE.
3. MarketSpy S/R - This thing sniffs out and draws support and resistance based on math, not human eye. This means that MarketSpy effectively can go head to head with bots and algorithms and see right through the market to give you incredibly accurate points of interest where machines and humans sell and buy - ride the way together with the whales. Sounds cliche until you try it.
For more - visit our discord.
MarketSpy S/RMarketSpy trading suite was designed to sniff out momentum swings and allow you to profit riding the wave. No matter what market, no matter the timeframe - this is all you need, from here on out this is your trading desk.
It's made up of three main components (with future add-ons in development):
1. MarketSpy X - MSX is the ultimate entry and exit tool that is built using custom momentum algorithm to find exact moments of reversals - without a fail. It's the one on the bottom with "green pulse dot" buy signals and "blood diamond" sell indicators. With a little bit of common sense, this alone will turn your trades into profit instantly.
2. MarketSpy ARmageddon (Augmented Reality) - price action overlay that analyses trends and is a confirmation tool for MarketSpy X. Can show confluence from top 5 market indicators, gives signals of reversals or chop zones, predicts prices(!) and is fully dynamic that reacts to market conditions LIVE.
3. MarketSpy S/R - This thing sniffs out and draws support and resistance based on math, not human eye. This means that MarketSpy effectively can go head to head with bots and algorithms and see right through the market to give you incredibly accurate points of interest where machines and humans sell and buy - ride the way together with the whales. Sounds cliche until you try it.
For more - visit our discord.
Financial Freedom WaveRipper - Momentum MulticatorIn the Spirit of '76 commemorating this day on July 4th, this is my third indicator released using Pine Script version 4.0, something I contributed to often in a small role, and will continue to do, in my free time. Without revealing my American secret sauce ingenuity excessively, this indicator uses a high performance momentum algorithm that blows most momentum algorithms out the water. It's characteristics display blatantly the swift momentum at which directional high speed wind driven swells create rip tides in an asset. Not being drug out to sea and quickly going "under water" so to speak, is best mitigated by very timely, accurate information. Regarding the use of this script, the bright yellow line has a damping factor of 4 and the longest adjustable damping factor is 66.
My idea initially was... while there is great "one liner indicators" to use, I thought, why not multi-line "multicators" with little to adjust concerning dominant cycle fluctuations in the market. And voila, another radical experiment, turned visually compelling, similar to tumultuous ocean waves and how incredibly fast turning points can wax and wane, yet be anticipated. Living in America, I was once again determined to attain a replica of "Old Glory" in this companion multicator as well. It's embedded artwork makes it an articator too. Which is why I waited to release this sibling appropriately on July 4th too, a day of celebration of freedom, an empowering idea that has reached dessimenation world wide to so many other nations and peoples.
I once again would personally like to thank the talented individuals at TV for providing a platform that embraces an initial free membership, which I first obtained myself, for people like me to freely code in Pine with mathemagical ideas and mental wizardry, creating ultimately, inventions like this eye candy display above.
Features List Includes:
"Source" Selection
Enable/disable dark background for enhanced visibility
Longest period adjustment providing any adjustable period setting
A subtly adjustable multiplier tweak
Minimalized enable/disable adjustment for the theme
This is not a freely available indicator, FYI. To witness my Pine poetry in action, properly negotiated requests for unlimited access, per indicator, may ONLY be obtained by direct contact with me using TV's "Private Chats" or by "Message" in my member name above. The comments section below is solely just for commenting and other remarks, ideas, compliments, etc... If you do have any questions or comments regarding this indicator, I will consider your inquiries, thoughts, and ideas presented below in the comments section, when time provides it. As always, "Like" it if you like it, and also return to my scripts list occasionally for additional postings. Have a profitable future everyone!
TRI-DI Sin/BDB Cummulative Signalling SystemThis is the signaling system for the TRI's Cumulative DI Algo. When Three time frames are all pointing in one direction and the 1hr signal fires last the algo will generate a 4 reading. At that point hunt market structure (M's and W's) to get long/short with a strict sell half the position rule at the 2:1 r/r level. Move stop to scratch on remaining and adjust stops on new market structure as it develops.
Trend Power Index by Kripto MuhtarThis indicators shows power of the momentum of a trend. Zero-lag algorithm is used to remove the lag. The moving average of RSI in a giving period is substracted from RSI in a giving period. Then, the result is smoothed, lag is removed and the data is standardized.
Indicator shows the turning points of a trend in a giving period. It helps to catch trends earlier. For further details, visit kriptomuhtar.com
Suitable for all markets.
İndikatör mumların yüksek ve düşük fiyatlarını kullanarak RSİ ve RSI ortalamasını hesaplayarak aradaki farkı bulur. Sonuçlar standardize edilmiş ve zero-lag algoritmasıyla RSI ve ortalama hesabından kaynaklanan mum gecikmesi ortadan kaldırılmıştır. RSI ve RSI ortalaması arasındaki fark negatif olduğunda indikatör kırmızı, pozitif olduğunda mavi olur.
Standart olarak RSI 5 periyod, ortalama 35 periyod ve düzeltme faktörü 5 olarak belirlenmiştir. Tüm piyasalarda çalışmaktadır.
Detaylı anlatım için aşağıdaki bağlantıyı ziyaret ediniz.
kriptomuhtar.com/kurslar/muhtarin-indikatorleri/