2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト rsi rsi 相対的強度指数。 xの上下のrmaの変化に基づいて計算されます。 rsi(x, y) → series[float] 例 戻りRSI(相対力指数) 引数x (series)y (integer, series) […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト round round round関数は、最も近い整数に四捨五入された引数の値を返します。 round(x) → integerround(x) → input integerround(x) → const integerroun […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト roc roc 関数roc(変化率)は現在のxの値とy日前のxの値との差を示す。次の式と等価です: 100 * 変更(src,長さ)/src[長さ]。 roc(source, length) → series[float] 戻り […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト rma rma RSIで使用される移動平均。係数α= 1 / 期間で計算される指数加重移動平均です。 rma(source, length) → series[float] 例 戻りxに掛ける係数αがα = 1 / yとなる指数 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト rising rising x形式がyバーの長さに対し上昇しているかどうかをテストします。 rising(source, length) → series[bool] 戻り現在のxが過去yバーに対する前のxよりも大きい場合はtrue、 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト renko renko 練行値を要求するティッカー識別子を作成する。 renko(symbol, style, param) → string 例 戻りsecurity関数に渡すことができるティッカーIDの文字列。 引数symbol […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト quandl quandl シンボルのQuandlデータをリクエストします。 quandl(ticker, gaps, index) → series[float] 例 戻りリクエストされた系列。 引数ticker (string) […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト pow pow 数学的な力関係。 pow(base, exponent) → floatpow(base, exponent) → input floatpow(base, exponent) → const floatpow( […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト pointfigure pointfigure ポイント&フュイギュア値を要求するティッカー識別子を作成する。 pointfigure(symbol, source, style, param, reversal) → string 例 […]
2020年6月4日 / 最終更新日時 : 2020年6月4日 myama Pineスクリプト plotshape plotshape チャート上に視覚的な図形を描写する。 plotshape(series, title, style, location, color, transp, offset, text, textcolor, […]