Voting

: nine minus five?
(Example: nine)

The Note You're Voting On

Ali
4 years ago
this function use FAST stoch if you need results like Tradingview use this:

$rsi = trader_rsi($dataclose,14);
$stochrsi = trader_stoch($rsi,$rsi,$rsi,14,3,TRADER_MA_TYPE_SMA,3,TRADER_MA_TYPE_SMA);

<< Back to user notes page

To Top