搜尋
產品
社群
市場
新聞
經紀商
更多
TW
立即開始
社群
/
投資想法
/
Pine講座⑮ MACDを表示する
美元 / 日圓
教育
Pine講座⑮ MACDを表示する
由yuya_takahashi_提供
關注
關注
已更新
2019年8月1日
3
0
6
6
2019年7月1日
MACDは描画する要素が多いので
「2行で」というわけにはいきませんが、
組み込みの関数で簡単に描画することができます。
今日からは Pineスクリプト v4 で
プログラムを書いていきたいと思います!
=====
//
version
=4
study( "MACDを表示する" )
//macd( ) で MACD を算出する
//macd( ) は唯一、配列で算出結果を受け取る
[macdLine ,signalLine ,histLine] = macd(close ,12 ,26 ,9)
//MACDの各計算値を描画する
plot(macdLine ,color=color.blue)
plot(signalLine ,color=color.orange)
plot(histLine ,color=color.red ,style=plot.style_histogram)
=====
2019年8月1日
註釋
次の講座
2019年9月25日
註釋
コードに間違いがありました。
= macd (close ,12 ,26 ,9)
↓ ↓ ↓
[macdLine, signalLine, histLine] = macd (close ,12 ,26 ,9)
2019年9月25日
註釋
= macd (close ,12 ,26 ,9)
↓ ↓ ↓
[macdLine, signalLine, histLine] = macd (close ,12 ,26 ,9)
※[]を半角に直してお使いください
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_提供
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。