This indicator is a part of the script I coded earlier this month. The name is to surprise one of our discord member. I will publish that indicator in a few days as well, but publishing this as a gesture of giving back to the community. Indicator has: 10 Moving Averages Adjustable Color, Opacity and Size etc Shows Labels for each of the MA. Can be shifted...
Opening Range with Infinite Price Targets is an ORB indicator that automatically generates price targets into infinity based on a user-defined % of range. This indicator includes many nice-to-have features missing from other indicators. Such as: Price Target Labels with Price tooltip, want to know exactly what price pt3 is at? Hover over it and see. Custom...
Welcome traveler ! Here is my first indicator I made after 3 days of hardlearning pine code (beginner in coding). I hope it will please you, if you have any suggestion to enhance this indicator, do not hesitate to give me your thoughts in the comments section or by Private message on trading View ! How does it works ? It's a simple MACD strategy as describe...
Simple Level provides a (you guessed it) simple user to user level sharing experience, with less boxes, less formatting, and less hassle. Simply insert your levels into the input box, separated by commas. That's it. Example: 1,2,3,4,5 The Simple Levels indicator will automatically color your lines based on their position to the current close price. If the level is...
A simple buy and hold strategy. A short or a long position can be chosen. The start date will determine the date where your position will start and end date is the date it will end. This works well as a baseline to your other existing strategies since buy and hold is just the simplest strategy available.
Provides a color coded indicator based upon both the slope of a moving average of choice, and the asset's position in relation to that moving average. If the specified moving average is downward sloping and the asset closes below the moving average the indicator will be red. If the specified moving average is upward sloping and the asset closes above the moving...
Users can display moving averages from higher time frame charts and display them on their current chart. This script supports up to 4 moving averages aggregated from a selected time frame. Each plot can be toggled if the user does not wish to have all 4 plots displayed. Inputs allow user to edit: Moving average length Average type Color Timeframe input...
Library "console" Simple debug console to print messages from your strategy code. USAGE : Make sure your strategy overlay is false Import the library : import keio/console/1 as console init(lines, panes) Initialise function. USAGE : var log = console.init() Parameters: lines : Optional. Number of lines to display panes :...
This indicator shows market structure. The standard method of using Williams Highs and Lows as pivots, is something of an approximation. What's original here is that we follow rules to confirm Local Highs and Local Lows, and strictly enforce that a Low can only follow a confirmed High and vice-versa. -- Highs and Lows To confirm a candle as a Local High, you need...
Just one more simple and useless Oscilator based on EMA. I've used Standard Deviation of (close - ema) to show overheated zones.
This is a simple reproduction of a common indicator used for analyzing the current momentum trend. Golden Cross => 50 day simple moving average (sma) crosses over the 200 sma Death Cross => 50 day simple moving average (sma) crosses under the 200 sma Forecasting used in this indicator is a simple moving average, considering the price sma with...
This is quite a simple script, just plotting a 34EMA on high's and low's of candles. Appears to work wonders though, so here it is. There is some //'d code which I haven't finished working on, but it looks to be quite similar to Bollinger Bands, just using different math rather than standard deviations from the mean. The bands itself is pretty self...
The Simple Window Indicator was created by John Ehlers (Stocks and Commodities Sep 2021) and this is the last of the 4 new indicators that he published in the latest issue of Stocks & Commodities. Since these are all part of a series, the idea behind each indicator is the exact same. The only difference is of course the calculation for each indicator. This script...
This is the strategy version of the original 'Simple Buy/Sell Indicator' by @Shizaru . The original indicator description explains the logic behind the strategy: "The original script was posted on ProRealCode by user Doctrading. This little and simple code allows you to draw an indicator, which show you when buy or sell conditions are met. For "buy" conditions,...
The Simple Clip Indicator was created by John Ehlers (Stocks and Commodities June 2021 pg 10) and this is obviously very similar to the previous indicator I published ( Ehlers Simple Deriv Indicator ) so I would recommend to try both out and see what you prefer. This is a new momentum indicator that is extremely responsive to price changes and when the indicator...
The Simple Deriv Indicator was created by John Ehlers (Stocks and Commodities June 2021 pg 10) and this is a heavily modified version of his original script that changes the buy and sell signals. I did testing with his original settings but they didn't seem to be very profitable for most stocks so I created my own system. This indicator does have a lag though so...
We know that the number of indicators that we can use is limited, that is why with this indicator the Bollinger Bands + 3 EMAs join and be able to use 4 indicators in 1. Bollinger Bands (BB) Bollinger Bands (BB) are a widely popular technical analysis instrument created by John Bollinger in the early 1980’s. Bollinger Bands consist of a band of three lines which...