This isn't my own work, hence giving it in Open Source library for others to benefit from it too. I have tried to refin the output of trendlines in this Strategy The original Code is available at The script needs some modifications, so I'll be making further updates in future, but for now I'm publishing this because...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
Plots 5 Weighted Moving Averages of 5 13 49 73 198 with source (High+Low+Close)/3 A Cross Appears when 13 WMA Crosses 49 WMA
The script draws the high and low of the premarket session and based on these levels the ATR is added and also displayed on the chart as lines. You can change: - The Session Timeframe - The ATR Multiple - If the Aftermarket Session should be included
A simple variation on the Hull Moving Average which reacts faster to high volume events, making it more responsive in those cases than even the standard Hull average.
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.
This script calculates the run time of a Pine script. While its numbers are not very precise and it doesn’t work on all scripts, it will help developers calculate run times more precisely than by hand, and so provides Pine coders with an additional profiling tool to help them optimize their code. How to use the code • Place the code included between the up/down...
Script for automatic trading (Alerts). This is the second part of the previous RePanoCHa script but with Take Profit. It Use 6 indicators + volume: -JURIK MOVING AVERAGE -RANGE FILTER (DONOVAN WALL) -ADX (ORIGINAL VERSION) -PARABOLIC SAR -RSI + VOLUME WEIGHTED (LAZYBEAR) -MACD -VOLUME To close the position you can choose between Take Profit only, Trailing Stop...
This Volume Effectiveness indicator is designed to allow users to try and identify how effective volume is on each candle, and smoothing those values over time to try to find trends. Volume Effectiveness is the % change in price for each single unit of volume on the associated candle. The value can be positive or negative, but there is an option to just monitor...
I have recently been reading How to Day Trade for a Living by Andrew Aziz and one of the important support and resistance levels he talks about is the Previous Day Close Price. I did not find an indicator that would simply plot this so I wrote a short simple pine script to plot the indicator. Please feel free to edit or suggest improvements.
The indicator is a Multi-day CPR. It shows CPR range as per yesterday's HLC and also CPR range for last n number of trading sessions. For example: If you mention the value as two in Multi-day CPR (blue color) then it calculates the CPR using HLC of the last two trading sessions. Also, the daily CPR is designed in such a way to highlight Virgin CPR (purple...
This script computes a Future Pivot Point in one of the following timeframes: Daily, Weekly, Monthly, Quarterly, or Yearly. A standard pivot point is computed as PP = (High+Low+Close)/3 in the previous timeframe. If the current month is October and we want to find the October monthly pivot point, we find the high, low and close for the previous month and compute...
Alright - so this is my own version of John Carter's "10x Bars"... I have done multiple things that are different from his version so they are slightly different.. So first of all the main indicator is based off of the ADX and the DMI; For those who aren't familiar with it, Directional Movement is what you'd pull up under "built-in's" from the indicators tab (if...
Donchian Channels help identify ranges as they emerge on charts. Unlike Bollinger Bands, which use volatility, Donchian Channels simply track the highest high over the preceding N periods. (In green above.) The lowest low over the period is also plotted (in red), along with their midpoint. Donchian Channels can highlight ranges occurring over various time...
this is a test. it's a simple script showing a stock's distance from its simple moving average.
This script graphics the "fantastic 4" area, was created by oliver velez and is used in the opening of the american stock market, determined by: 1- ma200 at the closure of the previous day 2- ma20 at the closure of the previous day 3- price of previous day closure 4- activity of the last 30/60 min prior to the closure of the previous day (search the maximum...