2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト str.replace_all str.replace_all ソース文字列にターゲット文字列が出現する度に置換文字列で置き換えられます。 str.replace_all(source, target, replacement) → stringstr […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト stoch stoch ストキャスティクス。以下の式で計算される:100 * (close – lowest(low, length)) / (highest(high, length) – lowest(l […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト stdev stdev stdev(source, length) → series[float] 例 戻り標準偏差。 引数source (series) 処理する値の系列。length (integer) バーの数(長さ)。 備考 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト sqrt sqrt 任意のx> = 0の平方根は、y ^ 2 = xのような固有のy> = 0です sqrt(x) → floatsqrt(x) → input floatsqrt(x) → const floatsqrt(x) […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト sma sma sma関数はxの最後のy値の合計をyで割った移動平均を返します。 sma(source, length) → series[float] 例 戻り過去のyバーによるxの単純移動平均。 引数source (seri […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト sin sin sin関数は、角度の三角関数sineを返します。 sin(x) → floatsin(x) → input floatsin(x) → const floatsin(x) → series[float] 戻り角度 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト sign sign xの符号(signum)はxが0の場合は0、xが0より大きい場合は1.0、xが0より小さい場合は-1.0です。 sign(x) → floatsign(x) → input floatsign(x) → con […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト security security 別のシンボル/時間足をリクエスト security(symbol, resolution, expression, gaps, lookahead) → series[float]security(sy […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト second second second(time) → series[integer]second(time, timezone) → series[integer] 戻り提供されたUNIX時間の2番目(タイムゾーン変換時)。 引数 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト sar sar パラボリックSAR (パラボリック・ストップ&リバース) は、J・ウェルズ・ワイルダー・ジュニアによって考案された手法であり、トレード商品の市場価格の方向の潜在的な反転を見い出します。 sar(start, in […]