搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
观点
/
Pine講座⑲ 2行でlabelを表示する
美元/日元
教学
Pine講座⑲ 2行でlabelを表示する
由yuya_takahashi_提供
关注
关注
已更新
2019年7月8日
3
0
2019年7月8日
日本ではまだ公式に発表されていませんが、
6月頃にPineスクリプトのversion4がリリースされました。
大きな変更点は、
チャートにlabelとlineを描画できるようになったことです。
文字の出力も、かなり自由にできるようになりました。
=====
//
version
=4
study( "label を表示する", overlay=true )
label.new( bar_index, high, style=label.style_none, text="x=" + tostring(bar_index) + "\ny=" + tostring(high) )
=====
bar_index : ローソク足番号(毎回変わる)
出力内容は、
text="x=" + tostring(bar_index) + "\ny=" + tostring(high)
の部分。
\n というのは改行のことです。
これがないと改行されずに出力されます。
2019年7月8日
注释
文字列は、必ず「"」ではさみます。
(「'」でも可)
2019年8月1日
注释
次の講座
2019年8月1日
注释
Beyond Technical Analysis
pinescript
yuya_takahashi_
关注
小次郎講師公式インジケーターのお申込
bit.ly/2vdSV4Q
小次郎講師のLINE@
bit.ly/2VZQFu3
小次郎講師のチャート情報局
bit.ly/2GvLAEp
更多:
相关出版物
Pine講座① たった2行で移動平均線が出せる
由yuya_takahashi_提供
Pine講座② EMAに設定項目を追加する
由yuya_takahashi_提供
Pine講座③ EMAを複数表示する
由yuya_takahashi_提供
Pine講座④ EMAの間を塗りつぶす
由yuya_takahashi_提供
Pine講座⑤ ボリンジャーバンドを表示する
由yuya_takahashi_提供
Pine講座⑥ エンベロープを表示する
由yuya_takahashi_提供
Pine講座⑦ 出来高加重移動平均(VWMA)を表示する
由yuya_takahashi_提供
Pine講座⑧ ハイローバンドを表示する
由yuya_takahashi_提供
Pine講座⑨ ハイローバンドにブレイクも表示する
由yuya_takahashi_提供
Pine講座⑩ GMMA を表示する
由yuya_takahashi_提供
Pine講座⑪ 2行でATRを表示する
由yuya_takahashi_提供
Pine講座⑫ 1000本遡ったATRの均衡点を表示する
由yuya_takahashi_提供
Pine講座⑬ 2行でストキャスティクスを表示する
由yuya_takahashi_提供
Pine講座⑭ 2行でRSIを表示する
由yuya_takahashi_提供
Pine講座⑮ MACDを表示する
由yuya_takahashi_提供
Pine講座⑯ 2行で日経平均の終値(30分足)を表示する
由yuya_takahashi_提供
Pine講座⑰ 2行で日経平均との相関を表示する
由yuya_takahashi_提供
Pine講座⑱ 複数の相関を表示する
由yuya_takahashi_提供
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。