2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト percentile_linear_interpolation percentile_linear_interpolation 最も近い2つのランク間の線型補間の方法を利用してパーセンタイルを計算する。 percentile_linear_interpolation(source, […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト offset offset x形式をyバーの右に移動する。 offset(source, offset) → series[bool]offset(source, offset) → series[color]offset(sourc […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト nz nz NaN値を直列の0(または指定された値)に置き換えます。 nz(x, y) → integernz(x, y) → floatnz(x, y) → colornz(x, y) → boolnz(x, y) → se […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト na na NaNの場合はテスト値。 na(x) → boolna(x) → series[bool] 戻りxが有効な数値でない場合はtrue(xはNaN)、そうでない場合はfalse。
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト month month month(time) → series[integer]month(time, timezone) → series[integer] 戻り指定されたUNIX時間の月(タイムゾーンの変換時)。 引数time […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト mom mom yバー前のx価格とx価格の勢い。これは単にx – x [y]の違いです。 mom(source, length) → series[float] 戻りyバー前のx価格とx価格の勢い。 引数source […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト minute minute minute(time) → series[integer]minute(time, timezone) → series[integer] 戻り指定されたUNIX時間の分(タイムゾーンの変更時)。 引数t […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト min min 複数の値のうち一番小さいものを返します min(x1, x2, …, x10) -> const integermin(x1, x2, …, x10) -> input integermi […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト mfi mfi マネーフローインデックス。マネーフローインデックス (MFI) は価格と出来高を利用して、アセットの買われすぎ/売られすぎの状態を判別するテクニカルオシレーターです。 mfi(series, length) → […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト max_bars_back max_bars_back 関数は、指定されたビルトインまたはユーザー変数の、履歴参照に利用できるバーの最大数を設定します。演算子 ‘[]’ が変数に適用される場合、その変数の過去の値が参照されま […]