TRADING VIEW INDICATOR - PINE TUTORIAL 5After a long gap, I have written the 5th tutorial for the pine script. You can find the others below, if you read through all of these you should be good to do your own writing.
This script mimics the Trading View Indicator . For example this one below.
www.tradingview.com
It shows the net result of the 28 indicator, either as buy or sell. I have worked hard to make sure it matches the trading view results but I am not in hundred percent agreement with tradingView on SMA, EMA and Ichimoku indicator.
There are many commented plots because I needed to check separately if each indicator is working correctly.
Someone else wrote this code but they did not make it public. It took me about 3 weeks to write this and to be honest it could be cleaner and better commented.
If you find any mistake please let me know. I hope it will be useful in your learning.
Tradingview
BullTrading ZigZagSome people say the ZigZag indicator is the Holy Grail... I think half of this statement is true :)
This is an alert friendly ZigZag indicator with MultiTimeframe Capabilities, it will alert you each time the ZigZag plots a new line (Higher Timeframe ZigZags are plotted with respective timeframe offset).
Note: The indicator works on higher timeframes (D and above)
Default Resolution is D, adjust resolution to your favorite timeframe and Min %
Use in conjunction with your Fib tool and enjoy.
Data Gap DetectionThis simple script checks for data gaps in an intra-day TradingView chart. I have found that BitMEX 1-minute data is coming in rather holey lately, so I wrote this just to see how prevalent the problem is. It should work on any intra-day timeframe, not just 1-minute.
V1: initial release.
Tradingview - Screener RatingsEver wondered what is behind the the Tradingview Screener Signals:
www.tradingview.com
Strong buy is between 0.5 and 1
Buy is between 0 and 0.5
Sell is between 0 and -0.5
Strong Sell is between -0.5 and -1
BullTrading Elliot Wave OscillatorThis alert friendly oscillator is useful to count Elliott Wave and alert zero crossovers.
Momentum is displayed with colors.
BullTrading MultiTimeFrame ATR %Good afternoon traders.
Have you ever got trapped on the middle of a consolidation? Well, it just happened to me trading the 1 minute chart last friday!
So, I coded this script to display a percentage of ATR for a given resolution.
Now, how can you benefit using this information?
For example:
Using the standard settings (resolution is calibrated 15 minutes in order to trade 1minute charts), just draw your prefered support and resistance. Then measure the number of pips between support and resistance. This number should be approximately the same the indicator is displaying. If the indicator is displaying a lower value, maybe it will be a good idea to tighten your support/resistance levels (if the price goes against you, you will have confidence and probability on your side to open an opposite position and reach your Take profit before a new reversal take place.
Change colors and resolution for your desired timeframe until you find your particular "sweet spot"
Have a nice trading week.
BullTrading SwingHigh/SwingLowTraders, good afternoon... are you in a mood for an excellent Institutional Trading Course?
Best of all for FREE!! (please use this valuable information with respect, there are people selling the information contained in this course as their own).
This guy has more than 20 years of trading experience under his belt. This information is a real gem for any trader, no matter the timeframe you trade. This script is a tribute for ICT production and shows the swing highs and swing lows used on institutional trading (Use it in D and 4H timeframes resolution for analysis in order to apply manual trading in lower timeframes).
Here is the link to the ICT Sniper Institutional Trading Course. Enjoy www.dropbox.com
BullTrading PA-MACDBullTrading PA-MACD contains different algorithms based on price action to calculate and display the popular MACD indicator. It will display more relevant crosses without sacrificing much sensibility (use fractal entries).
Fx SessionsThis script displays a lower strip to be aware of Fx Sessions (London, NY and Tokyo). Please pay attention to the pre London "Kill Zone" which comprehends the Gap between the Tokyo close (End of Yellow Strip) and the London open (Beginning of Aqua Strip).
Courtesy from Kevin Prudhom from Octopus Fx Academy.
BullTrading Chaos Trading System V3.0
BullTrading_CTS is not an indicator, it is complete trading system based on chaos theory. BullTrading_CTS provides the trader with all information required for high probability setups including:
·Recurrent Price Levels (zones the price of a security most likely will revisit in future).
·Mayor Fractals (BT_CTS confirms the more relevant fractals for a given timeframe helping the trader to identify Entry and Stop Loss levels accordingly to new incoming Chaos). Standard settings are configured for day trading using 1m charts (approximately 2-3 setups per day on each Forex Mayor Pair trading with a low spread ECN broker for an average gain of 5 pips per trade, although it can be used for swings and macro trades using the 5 minutes to H1 charts or any other timeframe).
In order to use successfully this trading tool training material is required and will be released shortly. Thanks for your patience.
BullTrading Chaos Trend IndicatorThis Indicator based on Mandelbrot Chaos Theory clearly shows Trends and Swings as a colored strip in the bottom of your screen. It does not repaint, work well in all timeframes and it is alert friendly.
Adjust colors and brightness and use it in conjunction with your trading system.
BullTrading Chaos Trend IndicatorThis script clearly shows trends. Add it to your charts, adjust colors and brightness and apply your trading method accordingly. It does not repaint and work well in all timeframes.
Moving averages and bandsI coded this simple indicator based on multiple ideas shared by Tim West at his "Key Hidden Levels" chatroom.
We have a moving average ribbon comprised of the average of the highs and lows in 10 periods. The colored space in between acts more or less like fair value and is often where price is when consolidating.
Green and red triangles at the top and bottom of the screen.
The ones at the bottom, correspond to signals obtained from a 4 period moving average of the close's slope. It helps get excellent exits for trending moves by changing color with the moving average slope.
The ones at the top, are green while Bollinger Band Width increases, and red while it decreases, relative to the previous bar.
Background color highlights when the close moves over the moving average of the highs or under the moving average of the lows, indicating a change of trend is possible, or at least a pause/consolidation.
The idea is to have multiple reasons to stay in a trade, which is normally very hard to do, specially when winning.
Cheers,
Ivan Labrie
Time at Mode FX
4H CCI Strategy 1.5Included adaptive lot size based on ATR, and also ATR based stop and take profit levels.
Risk/reward increased to 1:2 and should work in all ranging FX pairs as long as they are not trending.
Once the market starts trending it'll eat this bot alive.
Cheers,
Ivan Labrie
Time at Mode FX
R.E.Signal V2.0: Improved Tim West inspired codeHi, this is version 2.0 of the Range Expansion Signal indicator, now including inside and outside bars.
I'm looking forward to tradingview to include other price feeds, since I'd love to trade FX from this site.
Cheers,
Ivan.