مؤشر الدولار الأمريكي, EUR/USD, USD/JPY, GBP/USD, AUD/USD, USD/CAD
سابك, مصرف الإنماء, الواحة, تكافل الراجحي, شمس, كيان السـعودية
ستاندرد أند بورز 500, مؤشر ناسداك المركب, مؤشر الداو جونز 30, نيكاي 100, مؤشر داكس لبورصة فرانكفورت, فوتسي 100
السندات الأمريكية لأجل 10 سنوات, سندات اليورو, السندات الألمانية لأجل 10 سنوات, عوائد السندات اليابانية لأجل 10 سنوات, السندات البريطانية لأجل 10 سنوات, السندات الهندي لأجل 10 سنوات
ذهب, نفط خام برنت, النفط الخام, الغاز الطبيعي, بالاديوم (معادن), فضة
This scripts compiles many indicators into one. It comes from many sources and i added all sources i used. If i forgot one, don't hesitate to message me. This is useful if you need to setup your chart layout fast. The menu makes it easy to configure it. You can configure and display: - Various types of moving averages: RMA, SMA , EMA , WMA , VWMA , SMMA , HullMA,...
This Script detects Bearish / Bullish GAP at market opening 09:30 am NY and automatically traces backward levels, of which 2 are configurable at your discretion.
These Bollinger bands feature Fibonacci retracements to very clearly show areas of support and resistance. The basis is calculate off of the Volume Weighted Moving Average. The Bands are 3 standard deviations away from the mean. 99.73% of observations should be in this range.
Took the code from LazyBears rsi-fib and made it so you could apply it to a chart. It plots fib levels between the high and low of a timeframe of your choosing. Seems to line up well with custom drawn fib levels. Not sure if it's any better than just drawing the lines yourself, but whatever.
My first attempt in Pine. It is a Donchian Channel, but in stead of the median line I added the four Fibonacci lines and colored three of the five ensuing zones in suggestive colors. The blue zone is up trend zone The gray zone is ranging zone The orange zone is down trend zone. The white zones are 'in betweens' For the fibs to function properly it needs to be a...
a very simple script to place 3 Fib lines on the currents days action from the regular hours automatically
Labeled Auto Fibonacci Retracament Levels. The color of fibo levels is green when the trend is upward and the color of fibo levels is red when the trend is downward. Also, you can see the highest and lowest values related with your period. Coded by Twitter @borserman
Drows Fibonacci retracement lines for last defined candless
DONCHIAN FIBONACCI TRADING TOOL This indicator is based on a Donchian Channel with Fibonacci zones I published before. Features are added which enable trading decisions, it suggests when to open either a long or a short position, it provides suggestions for a stop loss level and suggests a take profit level, the calculation of the take profit suggestion can be...
The Fibonacci Bollinger Bands indicator is based on the same principles as the standard Bollinger Bands indicator developed by John Bollinger. The Fibonacci Bollinger Bands indicator bases its upper and lower bands on volatility just like the Bollinger Bands indicator does, but instead of using standard deviation as the measure of volatility, a Wilders Smoothed...
EXPERIMENTAL: WARNING: this strategy repaints after reloading and results are heavily curve fitted, use at your own discretion. UPDATE: (AleksanderThor) add option for a 2nd target, to use you need to activate pyramiding with a setting of 1 manually (not possible to change programatically) .
This update is a correction on the way the Fib Zero line is calculated. Previously it was just based on the source of the previous day, which is Ok as long as the Fiblength was set to 2. The new version calculates the Fib Zero from the average of the specified source over the Fiblength, so if Fiblength is now something other than 2 the Fibonacci Zero and other...
Personally I don't like the trouble of drawing fibonacci retracement and extension tolls time and time again, not only human eyes and hands are not as accurate as a computer, but also, you would sit and think : "Hey, which one of these candles is the start of the wave" time and time again. That is one of the issues, some times you may want to drop more than one...
The original script was posted on ProRealCode by user lolo. This indicates the previous days High, Low and the Fibonacci retracement for the previous day.
This is a slight modification, The setting as it is marks the high and the low for the day, but can be adjusted to be a fib extension if you like. You can just copy this script replacing the old one to add in the extra two lines.
EXPERIMENTAL: WARNING: highly curve fitted results, if you dont know whats going on stay away.