오일선closeday1 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5))
closeday2 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*0.95))
closeday3 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*0.87))
closeday4 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*1.05))
closeday5 = security(syminfo.tickerid, "D", ((close+close +close +close +close )/5*1.13))
plot(closeday1)
plot(closeday2)
plot(closeday3)
plot(closeday4)
plot(closeday5)
Cari dalam skrip untuk "Candlestick"
GREEN/RED BAR TableThe scripts analyzed past 100 candles stick to show the amounts of green and red bar.
Bar Overlap - Sort of inside barsCalculates the amount the current bar overlaps with the previous bar as a percentage. 1 = totally overlapping (inside bar) , 0 = no overlap at all
Bar ChartI decided to change the type of charts for myself. Liked this one. When you add this script, the chart may slow down on a long history. Since this is my first script, I don't know how to make it easier.
A dot indicates a close, bars are displayed from high to low.
Black - inside bar
Blue outer bar
Green - high and low higher than the previous one
Red - high and low below the previous one
Time Traders Signalbuy and sell signal based upon some indicators you will get buy and sell singals with label
TNT Entrysthis indicator gives you entrys and shows bar color for the current trend for you to confirm you entry
Opens by Raiden v0.2Wolf Price Action için düzenlenmiştir. Orjinal indikatör "rumpypumpydumpy" e aittir.
Supply & DemandWe can think of imbalanced as a signal of a huge order being filled.
For those who do not know what imbalanced candle are, an imbalanced candles are formed when the price move with force in a direction.
Taking the last 3 candles, when the wicks the of 1st and 3rd candle does not fully overlap the middle one, an imbalanced candle is formed.
Usually when a huge hands place its order it never gets filled entirely and the price usually comes back to this zone to fulfil the remaining order.
This indicator highlight range defined by previous high and low pivot right before an imbalanced candle.
Zones highlighted become zones to watch to enter a trade and become either supply or demand zone.
show bottomscript name: show bottom
For left traders, how to accurately find the bottom is very important, and there are various methods, among which the bottom type is a common and convenient method.
This script shows where the bottom is formed and when the bottom is broken.
Although the definition of the bottom type is very simple: after processing the inclusion relationship, in three consecutive bars, the low point of the middle bar is the lowest point of the three bar low points, and the high point of the middle bar is the highest point of the three bar high points. However, because the containment relationship can be complex, so this script enumerates the common containment relationships, so it is more verbose.
Also, in order to rule out a false break, the script thinks that the alarm will only be issued when the close price falls below the bottom.
Finally, this script supports webhook, that is, when the bottom is broken, the alert content conforms to json format. At the same time, this script also supports sending the opening price, closing price, high point and low point of each bar in the form of json, which is a method of subscribing to real-time stock prices.
Introduction in Chinese:
脚本名称:显示底分型
对于左侧交易者来说,如何准确地找到底部是非常重要的,方法也是多样的,其中底分型是一种常用的简便方法。
这个脚本可以显示底分型的位置,以及底部什么时候被跌破。
虽然底分型的定义很简单:处理包含关系后,连续三个bar中,中间bar的低点是三个bar低点中的最低点,且中间bar的高点是三个bar高点中的最高点,但是,因为包含关系可能比较复杂,所以这个脚本列举了常见的各种包含关系,也因此显得比较冗长。
另外,为排除假跌破,这个脚本认为只有当收盘价跌破底部时,才会报警。
最后,这个脚本支持webhook,也就是说,底部被跌破时,警报内容符合json格式。同时,这个脚本还支持将每个bar的开盘价、收盘价、高点和低点以json形式发送出来,这算是一种订阅实时股价的方法。
Relative CandlesCustom candles which only didsplay highs and lows. Color depends on relative position of highs and lows and indicates whether it is going up, down or indecision based on this relative position. Made specially for superchiqui :P
JK's Inside DayEvaluates today’s candle only after it's closed
Keeps screener alignment and alerting accurate for daily after-hours workflows