Yearly OHLplots Yearly Open, High, Low levels
Interesting interactions to note at previous yearly opens
Close
Candle OpenerIllustrates open and close of the superior candles; the timeframe is choosable from pulldown menu.
Label shows the price of the open and indicate chosen superior candle's status (bull/bear) according to the current close.
インジケーターの設定ドロップダウンメニューから上位足の始値と終値をスイッチングできるので、タイムフレームを跨がずに現在足からラインを引くことができます。表示した上位足の始値を示すラベルは、当該足が陽線か陰線かによって色が反転します。
ライントレードの補助用インジケータとしてご利用ください。
ANN Next Coming Candlestick Forecast SPX 1D v1.0WARNING:
Experimental and incomplete.
Script is open to development and will be developed.
This is just version 1.0
STRUCTURE
This script is trained according to the open, close, high and low values of the bars.
It is tried to predict the future values of opening, closing, high and low values.
A few simple codes were used to correlate expectation with current values. (You can see between line 129 - 159 )
Therefore, they are all individually trained.
You can see in functions.
The average training error of each variable is less than 0.011.
NOTE :
This script is designed for experimental use on S & P 500 and connected instruments only on 1-day bars.
The Plotcandle function is inspired by the following script of alexgrover :
Since we estimate the next values, our error rates should be much lower for all candlestick values. This is just first version to show logic.
I will continue to look for other variables to reach average error = 0.001 - 0.005 for each candlestick status.
Feel free to use and improve , this is open-source.
Best regards.
[PX] M/W/D LevelHey guys,
this script shows monthly, weekly and daily OHLC data represented as horizontal level.
I tried to make it as user-friendly as possible. Therefore, you can add different colors and styles for each level, as well as turn them on and off.
With the "Label Offset" -parameter you are in control where the label text should appear. You can shift it from left to right and vice-versa. To shift it to the left choose a negative value. To shift it to the right use a positive one.
This best setting for me personally is the "Candle Selection" -dropdown. This allows you to decide wether you want to show the previous candles OHLC-data or the current live OHLC-data.
!!CAUTION!! If you use the "Current Month/Week/Day" -selection be aware that values shown are "live"-data of the current candle. Therefore, values will change the same way your chart keeps changing on live data.
The "Previous Month/Week/Day" -selection on the other hand is historical data and therefore only changes once we reached a new month/week/day.
If you like my work, consider leaving a like :)
Happy trading!
(PCL) Previous CloseI 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.
[AU] Open Close MidlineSimple open, close, midline indicator for 3D, W, M. Much less complex than Levels.
Candle (High/Low/Close)-MTF [Anan]
Hello Friends,,
This is just multi time frame candle plot (High / Low / Close) on your current chart resolution.
Previous OHLC LevelsQuick dirty code for personal use. Plots previous OHLC levels based on a selected time-frame on the chart.
Not bad if you want to see different time-frame levels.
Fill function can serve to highlight the daily range (high-low or open-close) on non-standard charts
Uses base code from JayRogers
Close-to-Close % Change DistributionThis is a graphical representation of things you see everyday in your watchlists - % Changes. This tool uses the entire history of an instrument. Different instruments have different distributions.
Oil
Gold
Bitcoin
OC indicatorIndicator to show previous open and close of a certain time frame.
Available timeframe :
H1
H4
Daily
Weekly
Monthly
You can disable previous option to show actual data but result will be 'weird' as it works on futur data (non closed candles).
When plotted, circle show open and cross show close. Color dependson the TF.
Support/Resistance Zones x3Support and Resistance Levels + Zones for 3 time frames, based on volume at fractal levels with Zones based on wick size which is a true reflection of a Zone when compared to other S/R Zone scripts which only use a thick line not based on anything.
Original script is thanks to synapticex I have just migrated to version 3, heavily modified it and added Support and Resistance Zones.
Pivot Points, Daily, Weekly, Open and Close lines What is a Pivot Point?
A pivot point is a technical analysis indicator, or calculations, used to determine the overall trend of the market over different time frames. The pivot point itself is simply the average of the high, low and closing prices from the previous trading day. On the subsequent day, trading above the pivot point is thought to indicate ongoing bullish sentiment, while trading below the pivot point indicates bearish sentiment.
The pivot point is the basis for the indicator, but it also includes other support and resistance levels that are projected based on the pivot point calculation. All these levels help traders see where the price could experience support or resistance. Similarly, if the price moves through these levels it lets the trader know the price is trending in that direction.
When the price of an asset is trading above the pivot point, it indicates the day is bullish or positive.
When the price of an asset is trading below the pivot point, it indicates the day is bearish or negative.
The indicator typically includes four additional levels: S1, S2, R1, and R2. These stand for support one and two, and resistance one and two.
Support and resistance one and two may cause reversals, but they may also be used to confirm the trend. For example, if the price is falling and moves below S1, it helps confirm the downtrend and indicate a possible continuation to S2.
This Script includes the Mid Pivot Points, Open and Close levels
Range: OHLC vs Previous OHLCThis will plot your choice of OHLC (or any of the averaging choices) of the current candle compared to the previous candle.
For example if you choose "high" for the input and set the chart to daily, you'll see the currently daily high vs the previous daily high.
Green candle represent a higher high and the length of the candle represents how much higher.
Red candles represent a lower high than the previous day and the length is by how much lower.
This indicator is pretty straight forward, look for me to build on this with something a little more elaborate in the near future.
Weekly/Monthly CloseJust a simple support/resistance indicator that display weekly/monthly close price and it is configurable to work in two modes:
tracking mode - to display last week/month's close
history mode - to display weekly/monthly close prices
See how last month's close (ticker blue line) provides nice resistance and the price forms a double top then it consolidates under last week's close line (thiner blue line).
It also works on intraday charts and displays history close prices, see below how last month's close (ticker blue line) provides support over and over and also how price bounces off weekly close history prices (thiner blue line).
Open Close Cross Strategy // Real Back Test // Not goodI changed close series because, close series doing repaint.
I changed the near series with the previous open series .
but can use for sup and resistance
Breakout IndicatorThis script allows you to set breakout alerts.
An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.
CWAP - Candle Close Weighted Average PriceVariable EMA length based on candle closes.
Current candle is greater/lesser than previous candle close in successive periods = add to the length
In the case of reversals, price tends to spike up, retrace, then reverse. In that event, the EMA resets length to catch up before a full reversal occurs.
When price moves uniformly in one direction, the EMA length increases excessively to prevent chop.
Similar to a McGinley Dynamic, except weight isn't give to a particular direction.
Price Open/High/Low/CloseAnother indicator that shows Open, High, Low, Close on multiple timeframes.
It can be used to discover possible support/resistance areas on lower timeframes.
Other indicators may do the same thing but just added some custom timeframes
Ichimoku DoubleTF overlay
Hello guys, this code allow to overlay a second ichimoku over the first one loaded on the used time-frame.
It's simple.
Choose your preferred Time-frame.
Set the Time-frame for the second Ichimoku in the settings menu .
Now you can see two Ichimoku clouds based on two different time-frame.
It can be very usefull and more ordered of a multi-windows layout.
On second Ichimoku the Chikou-span is omitted 'cause i think that is useless and cumbersome.
To help to reading the graph i set two labels to identify the "2nds" tenkan and kijun.
Tell me if this script was useful and remember to follow me and adding a like.
Available combinations:
DAILY: WEEKLY AND MONTLY
4H: WEEKLY, DAILY
1H: WEEKLY, DAILY, 4H
30m: DAILY, 4H, 1H
15m: DAILY, 4H, 1H, 30m
5m: DAILY, 4H, 1H, 30m, 15m
3m: 1H, 30m, 15m
1m: 1H, 30m, 15m,5m,3min
Thanks, bhutano
*****************************************************************************************************
Ciao ragazzi, questo codice permette di sovrapporre un secondo Ichimoku a quello del time-frame utilizzato.
Scegliete il vostro time-frame preferito.
Impostate il time-frame del secondo Ichimoku dalle impostazioni dello script .
Adesso vedrete due Nuvole Ichimoku basati su due time-frame diversi.
Può essere davvero utile e più ordinato di un layout multi-window.
Sul secondo Ichimoku la Chickou è stata omessa perchè penso che sia inutile e ingombrante.
Per aiutare la lettura del grafico ho impostato due etichette per identificare le seconde tenkan e kijun.
Ditemi se questo script vi è stato utile e ricordatevi di seguirmi e aggiungere un mi piace.
Combinazioni possibili:
DAILY: WEEKLY AND MONTLY
4H: WEEKLY, DAILY
1H: WEEKLY, DAILY, 4H
30m: DAILY, 4H, 1H
15m: DAILY, 4H, 1H, 30m
5m: DAILY, 4H, 1H, 30m, 15m
3m: 1H, 30m, 15m
1m: 1H, 30m, 15m,5m,3min
Grazie, bhutano
LongSetups with Entry Signals and Trailing Stop(HA)High probable Long Setups for any time frame and asset.
75+ win rate
Trailing stop always used as exit point
To trade only with the trand - enable MAs in the Inputs tab
x - means Entry signal is active and waiting for long validation
B - on a closed bar is entry signal for long
C - on a developing bar is exit long signal
Green line - long validation line. must close above to go long
Pink line - trailing stop
On Long Entry alert - use Once Per Bar Close option.
On Long Exit alert (Trailing stop triggered) - use Once Per Bar option to trigger sooner and protect your capital.
Always do your own analysis and make trades on your own risk. Find a confluence point where everything aligns and make your own decision. Don't enter a trade because the indicator tells you so. You are free to make a copy of the script and change it to your own needs for your own personal use.
Yesterday Line: Lines at Yesterday's Open, Close, High, and Lowcreated by AutemOx
twitter: @joyrider5
reddit: /u/joyrider5
This creates lines at yesterdays open, close, high, and low. It is pretty amazing use of the timenow and dayofweek variables if I say so myself 8)
Not closed yet scriptI made this to serve as a reminder if a candle is not closed yet. This is to avoid entering a trade based on a candle that is not closed because this candle could look alot different by the time it closes. Good luck.