Cerca
Prodotti
Comunità
Mercati
Notizie
Broker
Altro
IT
Offerte Cyber Monday
Fino al 70% in meno
Comunità
/
Idee
/
SIRI PINE SCRIPT - Bentuk label yang ada di tradingview
M
MASTER-PACK GROUP BERHAD
Formazione
SIRI PINE SCRIPT - Bentuk label yang ada di tradingview
Di BURSATRENDBANDCHART
Segui
Segui
4 mar 2020
5
4 mar 2020
Saya tunjukan beberapa contoh rupa bentuk label yang ada.
Nampaknya sudah ada pilihan label left, label right dan label center.
Code :
// This source code is subject to the terms of the Mozilla Public License 2.0 at
mozilla.org/MPL/2.0/
// © BURSATRENDBANDCHART
//
version
=4
study("Jenis Label" , overlay = true)
labelsaya = label.new(bar_index, high, 'High :' +tostring(high,"##.###")+
'\nLow :' +tostring(low,"##.###"),
color = close > open ? color.green : color.red,
textcolor = color.white,
style=label.style_label_left,
size = size.huge)
label.delete(labelsaya[1])
// © BURSATRENDBANDCHART
Beyond Technical Analysis
Chart Patterns
Technical Indicators
label
pinescript
BURSATRENDBANDCHART
Segui
Anche su:
Pubblicazioni correlate
SIRI PINE SCRIPT - Gabungan plot, label dan nilai peratus
di BURSATRENDBANDCHART
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle
Condizioni d'uso
.