ABOUT THIS INDICATOR This is a simple indicator that can help you manage the risk when you are trading, and especially if you are leverage trading. The indicator can also be used to help visualize and to find trades within a suitable or predefined trading range. This script calculates and draws six “profit and risk lines” (levels) that show the change in...
╭━━━━╮╱╱╱╱╱╱╱╱╭┳╮ ┃╭╮╭╮┃╱╱╱╱╱╱╱╱┃┃┃ ╰╯┃┃┣┻┳━━┳━╮╭━╯┃┃╭╮╱╭╮ ╱╱┃┃┃╭┫┃━┫╭╮┫╭╮┃┃┃┃╱┃┃ ╱╱┃┃┃┃┃┃━┫┃┃┃╰╯┃╰┫╰━╯┃ ╱╱╰╯╰╯╰━━┻╯╰┻━━┻━┻━╮╭╯ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯ About the script: This script is an easy-to-use trend indicator, which is based on another popular indicator called "Supertrend" . The basic idea is very simple, i.e. to compute Average...
We are presenting you feature for strategies in Pine Script. This function/pine script is about NOT opening trades on selected days. Real usage is for bank holidays or volatile days (PPI, CPI, Interest Rates etc.) in United States and United Kingdom from 2020 to 2030 (10 years of dates of bank holidays in mentioned countries above). Strategy is simple - SMA...
Description: This script shows an example use of new Pinescript's feature called User Defined Types, which can be seen as analogue of from C++ or from Python. It is not an indicator for technical analysis, and serves only as an example of how to use the new feature mentioned above. In the script I define 4 custom types and a custom initialisation function for...
Larry Williams Developed This Incredible Indicator. It Gives The Same Readings The VIX does for Stock Index’s…But This Indicator Works on All Asset Classes. I Customized The Settings Slightly To Create “Percentile” Based Highlight Bars…So You May Need To Adjust Slightly For Your Asset Class. These Are The Standard Settings Shown Here. Designed For Daily...
Library "FrizBug" Debug Tools | Pinescript Debugging Tool Kit All in one Debugger - the benefit of wrapper functions to simply wrap variables or outputs and have the code still execute the same. Perfect for Debugging on Pine str(inp) Overloaded tostring like Function for all type+including Object Variables will also do arrays and matricies of all...
Sling Shot System + Even Better System. I get this email about a Trend Following System that sells for $1000 but I could get it that day for only $500!!! I watch the video showing this Amazing System which may have taken me an entire minute to figure out the code. I code it up. And Hey…It’s not a bad system. It’s good for people who may need a Entry Signal to...
CM_Ultimate_MA_MTF_V2 - Added Tilson T3 Defaults to Current Timeframe on Chart. Ability to Plot 2nd Moving Average. Ability to set Moving Averages to Custom Chart TimeFrame. Example Daily Ma on 60 Minute chart. Many Different Options from Weekly to 1 Minute. Ability to Plot Cross where Moving Averages Cross (If using 2nd Moving Average). Ability to Plot Highlight...
Multi TimeFrame Stochastic Loaded With Features. Basics: Ability to turn On/Off Crosses Only Above or Below High/Low Lines. User sets Values Of High/Low lines. Ability to turn On/Off All Crosses, Both BackGround Highlights and “B”, “S” Letters. Ability to turn On/Off BackGround Highlights if Stoch is Above Or Below High/Low Lines. Ability to All or Any...
Opening Range Breakout with 2 Profit Targets. Updated Indicator now works on all Symbols with Many Different Session Options. ***Known PineScript Issue…While the Opening Range is being Formed the lines only adjust for that individual bar. Just reset Indicator after Opening Range Completes. ***All Times are Based on New York Time Session Options Forex U.S....
Custom Code Plots High, Low, Open, Close Plots Today And/Or Previous Day Daily, Weekly, & Monthly TimeFrames Default Settings: Green = High Silver = Open Fuchsia = Close Red = Low Current D-W-M = Circles as Plots Previous D-W-M = Cross as Plots By Default The Current Days High, Low, Open, Close Plots. There are Check boxes On The Inputs Tab To Turn All Options...
Available Options on Inputs Tab!!! RSI with ability to change first RSI to a different Time Frame.(Defaults To Current Chart Time Frame). Ability To Turn On/Off Background Highlighting if First RSI is Above/Below 70 or 30 Lines. Ability To Turn On/Off Background Highlighting When First RSI Crosses Above 30 Or Below 70. Ability To Turn On/Off "B" Or "S" When...
CM_Donchian Channels Modified_V2 With Alert Capability ***This Indicator was created by user Request to Add Alerts Capabilities for Donchian Channels. New Features: ***Alerts Work - Ability To Create Alerts From Main Indicator. ***Can Also Be Used In Conjunction with Lower Indicator - CM_Donchian Channels Modified_V2_Lower_Alert ***Added Ability To Turn...
Enhanced Parabolic Sar Simply Enhances Default Parabolic SAR by creating Two Color Options, One for UpTrend, Other for DownTrend Ability To Turn On/Off The Up Trending Parabolic SAR, And The Down Trending Parabolic SAR Great Indicator For Trailing Stops.
ADX System Overview So I Came Across Another Trading System for Only $997. However, if you purchased in the next 24hours the whole system could be Yours For Only $497. So I decided to Code it. This is only Version 1, and I discuss in the Video What I’ve found so for, some plans for Version 2 of the indicator, and I ask for your feedback on anything you...
RSI with EMA Signal Created By Request For @motcha1 @motcha1 Requested the RSI with EMA Signal. A Larry Williams Follower who says it's a Great Entry Signal when RSI Crosses EMA When VIX Is Showing A Potential Bottom. Looks Good!!! Link to Lower Indicator CM_Williams_Vix_Fix
CM Gann Swing High Low V2 Added Improvements: Used PineScript “linebr" code so solid lines plot only when condition = true. Via Inputs Tab: Ability to Turn On/Off Highlight Bars When Crossing Above/Below Swing High Low Ability to Turn On/Off Back Ground Highlights When Crossing Above/Below Swing High Low Ability to Turn On/Off linebr plots. Other Features: ...
TMF is a CMF (Chaikin Money Flow) variation that addresses some of the gaps in the original indicator. More info: www.incrediblecharts.com TMF uses true range, rather than daily Highs minus Lows. Also, uses Wilder's MA rather than SMA/EMA. Since I had to write Wilder's MA (WiMA) for TMF, I have published that also as a separate indicator. WiMA is like EMA, but...