在腳本中搜尋"mtf"
checkm8's ADX & DMI v2 with MTF Godmode CrossoversHello & welcome to my updated version of the ADX & DMI indicator.
The average directional index and directional moving indices are a godsend and I think you should incorporate it into your trading.
Here's a quick how-to:
A detailed guide is available in my first version:
Additional edits:
My indicator paints the background of the indicator green when +DMI is above -DMI and red when -DMI is above +DMI. In addition to this, the background will paint darker green when the RSI on the timeframe exceeds 70 and even darker when the RSI exceeds 80, in a +DMI dominance. The background will paint darker red when the RSI on the timeframe falls below 30 and even darker when the RSI falls below 20, in a -DMI dominance.
The indicator also displays multi-timeframe (MTF) crossovers on Godmode MACDs, plotted on the ADX line. If the dots are teal, it means that the shorter-term MA crossed above the longer-term MA (bullish), and if it is fuchsia, the shorter-term MA crossed below the longer-term MA (bearish).
Additional notes:
Additional edits:
1) Speculating on DMI crossovers is dangerous, especially on larger timeframes. Be careful when doing so if you are not familiar with the calculations behind the DMIs and if you are not familiar with how movements on lower timeframes translate to larger timeframes.
Additional resources to learn about ADX & DMI:
1) seekingalpha.com
2) stockcharts.com
Special thanks:
-xSilas, for the development of the Godmode calculations used in my indicator
-dent77x, for being a thinkpool and emotional support
-kristarling, for help with the coding
Parabolic SAR MTF GridShow a grid with Parabolic SAR in 5 timeframes. Shows an alert when the Parabolic SAR show the same direction for all 5 timeframes.
Stochastic RSI MTF - 4 REALStochastic RSI Multi-timeframes
4 simultaneous timeframes on one indicator
This indicator is invite only, if you want to try it ask for access in comments
SlingShot + MTF + Open Close Cross StrategyIt's a merge of three really good scripts CM sling shot, CM MTC and Open Close Cross
Indicates open and close with Sling shot and shots after peaks by MTC and OCC.
Yellow zones before drop prices, green bar, red bar for open and close.
imgur.com
Dynamic Time Oscillator W/ MTF SupportThis script has the option to disable the MTF feature and use it as a plain DTOscillator.
The lines are the fast and slow signals for the current timeframe.
The columns are the second timeframe %K levels.
Green columns signify the second timeframe %K is greater than the second timeframe %D, Red is the reverse of this.
B3 Fibonacci Pivot S/RFor my second share, I give you some levels I look at everyday for the ES minis. HLC/3 of the MTF (multi-time-frame) inputs = mean and Fib-levels formed as support and resistance zones. There are some websites that will show you 20 ways to figure out a pivot for the day's intraday workings, and this one always rang true for me. I keep it set at Res=D and Len=3or5 and use on hourly charts. This indicator is capable of doing like a Res=60m Len=8 for a 5m chart or something of that nature if you wish to test it out.
I haven't tested it out for tick charts and I have noticed that this is good on index and commodity futures, and not so much other things.
Uncanny to me how well this works as reversal awareness for ES. Doesn't mean that one will happen, or if it does that it will have trade-able juice, though it is very important awareness never-the-less.
screencast.com
Stochastic CCI MTF w/ UP/DOWN colours - squattterStoch CCI has a nicer divergence than Stoch RSI.
Enjoy!
Stochastic CCI MTF w/ UP/DOWN colours - squattterStoch CCI has nicer divergences than Stoch RSI.
Enjoy.
Percent Difference Between VWAP and Price MTFShows the difference between vwap and price in percent.
You can can choose between multiple timeframe vwap. Default is normal daily.
The levels on the indicator can be changed to whatever you want to.
In the chart above we can see eurusd reverting up at 3% below monthly vwap, after the brexit dip, It then turns down again at 1% from monthly and lastly it turns up again at 2% from monthly.
Script is a small modification of this:
VWAP MTF (Multi Timeframe)VWAP that can be be plotted from different timeframes.
Ex if you chose 60 min, it will plot a new vwap line at the start of every hour.
Intraday:
Used code from SandroTurriate to create this.
EMA bullish/bearish dashboard - MTFThis is a good reminder for which way you should be placing orders.
It's best to not ignore these signals!!!
lime = full bull - 100ema above 200ema and price is above 200ema
green = hallf bull - price now below 200ema but 100ema is still above the 200
maroon = full bear - opposite of full bull
red = half bear - opposite of half bull
Also with multi timeframe option - so I guess you could stack several of these on a single framed chart if you wanted.
[RS]MTF Intraday Dayly Range V0calculation to display a dayly donchian channel at any intraday timeframe.
[RS]MTF Multiple Moving Averages V0Multiple moving averages with same interval in candle bar smoothness over multiple time frames.
option to show/hide the level of resolution for the mtf's default shows 1 ma can go up to 8th resolution.
option for manual input timeframes and configure ma.
Multi-Functional Fisher Transform MTF with MACDL TRIGGERWhat this indicator gives you is a true signal when price is exhausted and ready for a fast turnaround. Fisher Transform is set for multi-time frame and also allows the user to change the length. This way a user can compare two or more time spans and lengths to look for these MACDL divergent triggers after a Fisher exhaustion. With so many indicators, it's probably best to merge these indicators and change the Fisher and Trigger colors so you can still have a look at price action (remember to scale right after merger). I've noticed from time to time when you have Fisher 34 100 and 300 up and running on two different time frames such as 5 and 15 min charts, with MACDL triggers on the 100/300 or 34/100 you get a high probability trade trigger. However, there are rare exceptions such as when price moves in a parabolic state up or down for a long period where this indication does not work. Ideally this indicator works best in a sideways market or slow rising/descending moving market.
This indicator was worked on by Glaz, nmike and myself
LazyBear also introduced the MACDL indicator
MTFDataLibrary "MTFData"
Functions to store multi timeframe candle data and swing points.
getCandleData(timeframe, openArray, highArray, lowArray, closeArray, timeArray, olcLookback, alltfs_olcLookback, tfIndex)
Stores current or higher timeframe candle data in arrays.
Parameters:
timeframe (string) : The timeframe, for example "240" for 4h
openArray (array) : An array to store the candle open price
highArray (array) : An array to store the candle high price
lowArray (array) : An array to store the candle low price
closeArray (array) : An array to store the candle close price
timeArray (array) : An array to store the candle time
olcLookback (int) : The history reference of the lookback limiting candle
alltfs_olcLookback (array) : An array holding the candle time of olcLookback candles ago, which can be used for limiting lookbacks
tfIndex (int) : The timeframe's index in the alltfs_olcLookback array
Returns: true if the timeframe changed
trackHiLo(tfchange, timeframe, openArray, highArray, lowArray, closeArray, timeArray, highWickArray, highBodyArray, highTimeArray, lowWickArray, lowBodyArray, lowTimeArray, alltfs_olcLookback, tfIndex)
Stores current or higher timeframe swingpoint data into arrays.
Parameters:
tfchange (bool) : Must be true when the timeframe has changed (a new candle has opened)
timeframe (string) : The timeframe, for example "240" for 4h
openArray (array) : An array that stores the timeframe's candle open price
highArray (array) : An array that stores the timeframe's candle high price
lowArray (array) : An array that stores the timeframe's candle low price
closeArray (array) : An array that stores the timeframe's candle close price
timeArray (array) : An array that stores the timeframe's candle time
highWickArray (array) : An array to store the swing high price
highBodyArray (array) : An array to store the swing high's highest body price
highTimeArray (array) : An array to store the swing high candle's time
lowWickArray (array) : An array to store the swing low price
lowBodyArray (array) : An array to store the swing low's lowest body price
lowTimeArray (array) : An array to store the swing high candle's time
alltfs_olcLookback (array) : An array holding the time of the max allowed swing point age
tfIndex (int) : The timeframe's index in the alltfs_olcLookback array
Returns: Nothing. The array handling happens inside the function.
tfReadable(tfInSec)
Converts a timeframe string ("240") into a more readable string ("4h").
Parameters:
tfInSec (int) : The timeframe that should be converted, as timeframe.in_seconds()
Returns: A more readable timeframe string
MTF RSI Fibonacci Levels & MTF Moving Avreages (EMA-SMA-WMA)Thanks for Kadir Türok Özdamar. @kadirturokozdmr
Formula Purpose of Use
This formula combines the traditional RSI indicator with Fibonacci levels to create a special technical indicator that aims to identify potential support and resistance points:
Thanks for Kadir Türok Özdamar. @kadirturokozdmr
Formula Purpose of Use
This formula combines the traditional RSI indicator with Fibonacci levels to create a special technical indicator that aims to identify potential support and resistance points:
Determines the historical RSI range of 144 periods (PEAK and DIP)
Calculates Fibonacci retracement levels within this range, and shows the direction of momentum by calculating the moving average of the RSI
This indicator can be used to identify potential reversal points, especially when the RSI is not in overbought (70+) or oversold (30-) areas.
Practical Use
Investors can use this indicator as follows:
1⃣When the RSI approaches one of the determined Fibonacci levels, it is considered a potential support/resistance area.
2⃣When the RSI approaches the DIP level, it can be interpreted as oversold, and when it approaches the PEAK level, it can be interpreted as overbought.
3⃣When the RSI crosses the SM (moving average) line upwards or downwards, it can be evaluated as a momentum change signal.
4⃣Fibonacci levels (especially M386, M500 and M618) can be monitored as important transition zones for the RSI.
--------------------------------------------
In this version, some features and a multi-timeframe averages (SMA-EMA-WMA) were added to the script. It was made possible for the user to enter multi-timeframe RSI and multi-timeframe Fibo lengths.
MTF MTF Fibonacci H LinesA Multi-Time-Frame and Core Trading Indicator for my next Fibonacci bitBull Bitcoin Bot. It Automatically draws Support and Resistance from the Golden Ratios found in the Fibonacci sequence. Also plots a Zig-Zag from the Highs and Lows of the selected Time-frames. xbtusd bitmex futures
MTF Market Structure Pivots/Dealing Ranges | InvrsROBINHOODMulti-Timeframe Advanced Market Structure Pivots - Dealing Ranges | InvrsROBINHOOD
This indicator provides a sophisticated framework for analyzing market structure by identifying and classifying key pivot points on the user defined higher timeframes. It automatically draws the most relevant bullish and bearish dealing ranges based on this structure, equipping traders with a clear and objective view of the market's flow and potential areas of interest whilst on the lower timeframes.
Understanding Market Structure
At its core, market structure is the sequence of highs and lows that form the trend. This indicator demystifies market structure by categorizing pivots into a three-tiered hierarchy, allowing you to instantly gauge the significance of a swing point.
The Hierarchy of Pivots
Short Term Highs (H) & Lows (L)
These are the most basic swing points in price action, representing minor, localized turning points. They are the fundamental building blocks of all larger trends and structures. While common, they help define the immediate price action and short-term directional bias.
Intermediate Highs (ITH) & Lows (ITL)
An Intermediate High (ITH) is a short-term high that is higher than the short-term highs immediately preceding and succeeding it. Similarly, an Intermediate Low (ITL) is a short-term low that is lower than its neighboring lows.
Importance: These pivots are significantly more important than standard H/L points. They represent a more substantial shift in supply and demand and often mark the beginning or end of a corrective wave within a larger trend. A break of an ITH or ITL suggests a potential change in the intermediate-term trend.
Long Term Highs (LTH) & Lows (LTL)
These are the most critical pivots identified by the indicator. A Long Term High (LTH) is an intermediate high that is higher than the intermediate highs on either side of it. A Long Term Low (LTL) is an intermediate low that is lower than its neighboring intermediate lows.
Importance: LTH and LTL points represent major structural anchors. They often define the boundaries of long-term trading ranges, mark the conclusion of major market cycles, or signal a significant trend reversal. A price break beyond an LTH or LTL is a powerful confirmation that the long-term market structure has shifted.
By understanding this hierarchy, a trader can better assess the strength of a trend. For example, in a strong uptrend, price will consistently form higher L's, IPL's, and LTL's. A break of a key ITL would be the first major warning sign that the dominant bullish structure is in jeopardy.
The Dealing Range: Fibonacci Analysis
Beyond identifying pivots, the indicator's primary function is to establish the current Dealing Range. A dealing range is the price zone between a significant structural pivot and the subsequent impulse move away from it. The indicator uses a proprietary scoring system to objectively identify the most probable and "protected" high or low to anchor these ranges.
How to Use the Dealing Ranges
The indicator will plot two potential dealing ranges, one bullish and one bearish, complete with key Fibonacci retracement levels.
Bullish Dealing Range (Black):
This range is drawn from a significant low (the anchor) up to the highest high formed after that low.
Application: This range highlights potential "discount" buying opportunities. When price pulls back from the high, the Fibonacci levels (e.g., 50%, 61.8%, 78.6%) serve as high-probability zones where buyers may step in to resume the upward trend. The original low of the range is the ultimate invalidation point for this bullish idea.
Invalidation: The bullish range is considered complete and will be removed if the price breaks above the high of the range, as the market has shown its intention to continue higher. The indicator will then seek to establish a new range.
Bearish Dealing Range (White):
This range is drawn from a significant high (the anchor) down to the lowest low formed after that high.
Application: This range identifies potential "premium" selling opportunities. As price rallies from the low, the Fibonacci levels act as potential resistance zones where sellers may re-emerge to continue the downward trend. The original high of the range is the ultimate invalidation for this bearish scenario.
Invalidation: The bearish range is considered complete and will be removed if the price breaks below the low of the range, signaling a continuation of the downtrend. The indicator will then await a new structure to form.
By combining a hierarchical understanding of market structure with automatically drawn Fibonacci dealing ranges, this tool helps traders to objectively identify the trend, frame high-probability trade ideas, and manage risk with clearly defined levels of interest and invalidation.