Search
Products
Community
Markets
News
Brokers
More
IN
Cyber Monday sale
Up to 70% OFF
Community
/
Ideas
/
Indikator pertama menggunakan Editor Pine - salin dan tampal
MY E.G. SERVICES BHD
Education
Indikator pertama menggunakan Editor Pine - salin dan tampal
By BURSATRENDBANDCHART
Follow
Follow
Oct 28, 2018
1
2
5
5
Oct 28, 2018
Dalam video ini , saya tunjukkan cara untuk membuat skrip / indikator sendiri dengan bantuan Editor Pine.
Masih banyak lagi yang boleh dibuat. Tapi, sebagai pengenalan awal, dapat salin dan tampal pun jadi lah.
Peringatan : Hanya untuk pembelajaran saja. Sila dapatkan nasihat dari remiser atau pakar kewangan sebelum membuat keputusan jual beli di bursa.
Salin skrip di bawah :
//
version
=3
study(title="Volume", shorttitle="Vol", precision=0)
showMA = input(true)
Value = input(30)
barColorsOnPrevClose = input(title="Color bars based on previous close", type=bool, defval=false)
palette = barColorsOnPrevClose ? close[1] > close ? red : green : open > close ? red : green
arrow = volume< volume[1] and volume[1] < volume[2] and close <= open and close > ema(close,21)
plot(volume, color = palette, style=columns, title="Volume", transp=65)
plot(showMA ? sma(volume,Value) : na, style=line, color=blue, title="Volume MA", transp=65)
plotshape (arrow, style=shape.cross, location=location.abovebar, size=size.tiny, color=black)
Chart Patterns
Technical Indicators
BURSATRENDBANDCHART
Follow
Also on:
Related publications
Salah satu penggunaan volume untuk mencari signal
by BURSATRENDBANDCHART
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the
Terms of Use
.