2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト bb bb ボリンジャーバンド。ボリンジャーバンドはテクニカル分析ツールの一種で、銘柄価格の単純移動平均(SMA)から(正と負の方向に)2標準偏差離れてプロットされるラインから定義されます。各パラメーターはお好みに応じて調整可 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト barssince barssince 最後の状態が真実だったので、バーの数をСounts。 barssince(condition) → series[integer] 例 戻り条件がtrueであったバーの数 備考現在のバーより前に条件が […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト barcolor barcolor バーの色をセットする。 barcolor(color, offset, editable, show_last, title) → void 例 引数color (color) バーの色。’ […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト avg avg 全てのシリーズ(各要素毎)の平均を計算します。 avg(x1, x2, …, x10) -> series[float] 戻り平均。
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト atr atr atr関数 (アベレージ・トゥルー・レンジ) は、トゥルー・レンジのRMAを返します。トゥルー・レンジは max(high – low, abs(high – close[1]), abs […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト atan atan atan関数は任意のyに対してtan(atan(y))= yとなる数のarctangent(ラジアンに基づく)を返します。atan(x) → floatatan(x) → input floatatan(x) […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト asin asin asin関数は、範囲[-1,1]内のyに対してsin(asin(y))= yとなるような数のarcsine(ラジアンに基づく)を返します。asin(x) → floatasin(x) → input float […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト alma alma Arnaud Legoux 移動平均、それは移動平均の加重にガウシアン分布を用います。 alma(series, length, offset, sigma) → series[float] 例 戻りArnau […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト alertcondition alertcondition アラート作成ダイアログで利用できるアラート条件を作成します。alertconditionは直接アラートを作成しない点にご注意ください。アラート作成ダイアログでより多くの選択肢を提供するのみで […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト acos acos acos関数は、範囲[-1、1]のyに対してcos(acos(y))= yとなるarc cosineンの数値(ラジアンに基づく)を返します。acos(x) → floatacos(x) → input floa […]