Multi TF High/Low/Open/Close LineNOTE: I'm not sure why the screengrab isn't showing the lines. They are there, and when I share the chart from this link they are there.... idk
This is a requested spin-off version of my previous HLOC for the Daily/Weekly/Monthly that allows users to choose 3 different timeframe units (Mins, Hours, Days, etc...) from the dropdown menu and then select the lookback period in which to draw the HLOC.
I've had quite a few requests to allow users to see multiple lookbacks for the same timeframe unit, mostly weekly, and I did not wish to change that particular script for that purpose. However, I was able to take the existing script and alter it for user input.
This indicator draws a line on the TF 1, TF 2, and TF 3 bar at the High, Low, Open and Close of user input Timeframe unit and selected lookback period.
The lookback period will go back the number of candles entered. So for example if you choose a 5 Min chart with a lookback of 3, the lines will be drawn on the HLOC 3 closed 5 min candles back. Selecting 0 will show data on the current Real-Time candle.
An example of a request I have gotten was for last week, the previous week and the previous month. The settings for that would be: TF 1 - 1 week Lookback 1, TF 2 - 1 week Lookback 2, TF 3 - 1 month Lookback 1.
Each set of lines has an optional identifying label with its own color set that can be shown with or without price value, and has drop down menus for size and style of each set of labels. The TF unit value is displayed on the label, but not the lookback.
So if you are using the hourly on all 3 TF's with different lookback periods, they will all say "60" on the label.
I recommend using the line and label options to distinguish between the different lookback values.
Each set of lines has inputs for line/text color, line width and style and each line argument can be selected independently.
In the chart example I have displayed only the High and Low on three 1 hour TF's with the lookback of 4, 5 and 6 candles with the labels descending in size. With this data I can see that over the last 6 hours the price of ES is in an descending pattern and I should be on alert for a break.
Since I trade ES in RTH on a much lower timeframe, this data can alert me to a bigger picture potential trend change or continuation. I would personally use this with pivot data for timing and look for entries in areas of high volume that moved price to a new
high or low that have not been retested.
I will be looking to add a user input offset for labels in the future. I have had bad luck with it in the past working for a couple weeks and then throwing an error, but I will look into it again soon.
I also recommend going into Chart Settings/Status Line and turning off indicator arguments OR moving the script to the top of the indicator list to avoid obstructed chart view with this indicators arguments. When script allows, I will update it to hide them.
Weeklychart
[MF] Auto Fibonacci LevelsDescription:
Automatically draw Fibonacci Pivot levels based on the previous (day's, week's or month's)
Range ( High-Low ). The HLC3 is used as the default Pivot level.
Unlike the "Auto Fibonacci Levels", this variation does not update
Levels on current day even if the price goes past the R3/S3 levels.
Timeframes: 1D, 1W, 1M
Range = (High - Low) - From previous Day, Week or month.
FIB LEVELS:
- Yellow = Pivot and Pivot Zone (HLC3 by default)
- red = R1,S1 Levels 0.236 * Range
- Green = R2,S2 Levels 0.368 * Range
- Lime = R3,S3 Levels 0.618 * Range
- Blue = R4,S4 Levels 0.786 * Range
- Gray = R5,S5 Levels 1.000 * Range
- Lime = R6,S6 Levels 1.236 * Range
- Red = R7,S7 Levels 1.382 * Range
- Blue = R8,S8 Levels 1.618 * Range
- Green = R9,S9 Levels 2.000 * Range
CLASSIC LEVELS:
- Yellow = Pivot and Pivot Zone (HLC3)
- Green = R1,S1 Levels (Pivot*2 - Low), (Pivot*2 - High)
- Lime = R2,S2 Levels ( Pivot + Range), ( Pivot - Range)
- Lime = R3,S3 Levels (High + 2*( Pivot - Low)), (Low - 2*(High - Pivot ))
- Blue = R4,S4 Levels (High + 3*( Pivot - Low)), (Low - 3*(High - Pivot ))
Refrences:
- Auto Daily Fib Levels R3.0 by JustUncleL
- Auto Fib by TheYangGuizi
- Monthly Dynamic Range Levels (Fibonaci) V0 by RicardoSantos
Modifications:
- Added next FIB Levels. (changes during the current cycle)
- Added FIB 0.236 Levels
- Added Option to change the colors of the Fib Levels
- Changed Default colors to the colors of Tradingview
- Upgraded to Version4 Pinescript
SPY Weekly Trading Strategy - ARK IndicatorDisclaimer: This is not financial advise, please consult with your licensed Financial Advisor for investment advise
Hello everyone,
This Script is designed to spot trends and provide you with an entry and exit points.
Rules of Trading with this Indicator:
1- The best risk/reward ratio of this indicator is that you buy at the very first buy Signal "B" and Sell at the very first Sell Signal "S"
2- and Repeat ....as simple as that
Few notes:
1- The repeats of the buy/sell signal are just confirmation of the the trend so to maximize the chances of being profitable, always start when the trend flips (From Sell to buy and vice versa).
2- No signal indicates that you maybe on an up/down trend depending on what the last signal was but the trend is starting to get weak
3- Once a trend is spotted by the algorithm, it will plot a line to establish, entry and exit depending on the direction of the trend (green for buying and red for selling)
4- you will notice that during up trend since the indicator recommends buying only entry points will be suggested with the help of a green line to give you an exact entry point, it is important that the price reaches that entry point for you to pull the trigger, however once the trend gets exhausted it will start to plot a red line so you are mentally prepared that a counter trend might be just around the corner (this is a pretty useful feature)
5- Recommended Settings: The most important setting that you need to be mindful of is "Signal Frequency", based on my observation so far, 2 works best with Weekly & monthly Charts, 8 with Daily Charts , and 10 with hourly charts or lower. As you know the price of a security depends on countless variables, including but not limited to general market condition, success/failure of the underlying security, and the psychology of the market participants of the security, so you can play around with the signal frequency to see what gives you the optimal/profitable signal in the historical candles.
6- the indicator comes with 3 moving averages since some traders/investors like to use moving averages, if you don't need them feel free to turn them off in the settings. they aren't part of any thing used behind the scene.
any questions feel free to contact me by commenting below.
Note: if you have any useful ideas on how to enhance the indicator, please don't be shy!
Warm regards & best of luck!
Ahmad